index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
1
-4
/
+28
*
Fix list_copy_head() with empty Lists
David Rowley
2023-04-20
1
-3
/
+3
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
2
-11
/
+1
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
2
-1
/
+11
*
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-04-04
1
-163
/
+257
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
2
-0
/
+45
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
2
-0
/
+290
*
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
Michael Paquier
2023-03-22
2
-5
/
+6
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
1
-1
/
+6
*
Avoid copying undefined data in _readA_Const().
Tom Lane
2023-03-19
2
-6
/
+27
*
Require empty Bitmapsets to be represented as NULL.
Tom Lane
2023-03-02
1
-18
/
+52
*
Remove bms_first_member().
Tom Lane
2023-03-02
1
-42
/
+0
*
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-13
1
-1
/
+3
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
1
-4
/
+4
*
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-02-07
1
-0
/
+35
*
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-31
4
-648
/
+257
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
1
-1
/
+0
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
3
-5
/
+13
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
3
-0
/
+863
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
2
-2
/
+12
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
2
-12
/
+2
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
2
-2
/
+12
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
2
-2
/
+0
*
Update copyright for 2023
Bruce Momjian
2023-01-02
18
-19
/
+19
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
2
-0
/
+3
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
2
-10
/
+2
*
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-02
1
-7
/
+33
*
Add some error cross-checks to gen_node_support.pl.
Tom Lane
2022-12-02
1
-13
/
+49
*
Fix gen_node_support.pl for changed AclMode size
Andrew Dunstan
2022-11-25
1
-2
/
+2
*
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-23
1
-1
/
+1
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
1
-23
/
+4
*
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
1
-8
/
+3
*
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
4
-0
/
+165
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
8
-2
/
+56
*
Use proper macro to access TransactionId
Alvaro Herrera
2022-10-20
1
-1
/
+1
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
1
-2
/
+2
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
1
-2
/
+2
*
Fix pg_stat_statements for MERGE
Alvaro Herrera
2022-09-27
1
-2
/
+2
*
Don't lose precision for float fields of Nodes.
Peter Eisentraut
2022-09-26
2
-10
/
+25
*
Fix write/read of empty string fields in Nodes.
Peter Eisentraut
2022-09-26
2
-5
/
+30
*
Add read support for some missing raw parse nodes
Peter Eisentraut
2022-09-24
2
-8
/
+250
*
Fix reading of BitString nodes
Peter Eisentraut
2022-09-24
1
-5
/
+4
*
Fix reading of most-negative integer value nodes
Peter Eisentraut
2022-09-24
1
-1
/
+1
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+29
*
Revise tree-walk APIs to improve spec compliance & silence warnings.
Tom Lane
2022-09-20
1
-307
/
+304
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
2
-608
/
+0
*
Remove redundant spaces in _outA_Expr() output
Peter Eisentraut
2022-08-15
1
-16
/
+13
*
Add missing fields to _outConstraint()
Peter Eisentraut
2022-08-13
1
-0
/
+2
*
Fix _outConstraint() for "identity" constraints
Peter Eisentraut
2022-08-12
1
-2
/
+1
[next]