index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
Age
Commit message (
Expand
)
Author
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-22
Do not output actual value of location fields in node serialization by default
Peter Eisentraut
2024-03-22
Make RangeTblEntry dump order consistent
Peter Eisentraut
2024-03-22
Remove custom _jumbleRangeTblEntry()
Peter Eisentraut
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-19
gen_node_support.pl: Mark location fields as type alias ParseLoc
Peter Eisentraut
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-07
Fix description and grouping of RangeTblEntry.inh
Peter Eisentraut
2024-03-06
Move some bitmap logic out of bitmapset.c
John Naylor
2024-03-05
Improve field order in RangeTblEntry
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-29
Add missing RangeTblEntry field to jumble
Peter Eisentraut
2024-02-22
Remove custom Constraint node read/write implementations
Peter Eisentraut
2024-02-20
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
Improve compression and storage support with inheritance
Peter Eisentraut
2024-02-13
Improve comment about query_id_enabled in queryjumblefuncs.c
Michael Paquier
2024-02-13
Use a safer outfuncs/readfuncs representation for BitStrings.
Tom Lane
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-18
Fix broken Bitmapset optimization in DiscreteKnapsack()
David Rowley
2024-01-16
Fix REALLOCATE_BITMAPSETS code
David Rowley
2024-01-10
Handle WindowClause.runCondition in tree walker/mutator functions.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-27
REALLOCATE_BITMAPSETS manual compile-time option
Alexander Korotkov
2023-12-27
Add asserts to bimapset manipulation functions
Alexander Korotkov
2023-12-19
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-11
Simplify productions for FORMAT JSON [ ENCODING name ]
Alvaro Herrera
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-03
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-21
Code review for commit b6e1157e7d
Amit Langote
2023-07-13
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-04
Remove trailing zero words from Bitmapsets
David Rowley
2023-06-29
Remove inappropriate raw_expression_tree_walker() code
Peter Eisentraut
2023-06-27
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-14
Make parseNodeString() C idiom compatible with Visual Studio 2015.
Noah Misch
2023-06-14
Retain relkind too in RTE_SUBQUERY entries for views.
Amit Langote
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-04-19
Fix list_copy_head() with empty Lists
David Rowley
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-04
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-21
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
Michael Paquier
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
[next]