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
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-06
Fix row tracking in pg_stat_statements with extended query protocol
Michael Paquier
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-18
Add files related to query jumbling in src/include/nodes/ for meson
Michael Paquier
2023-03-15
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-08
Update comment
Peter Eisentraut
2023-03-08
Refine query jumbling handling for CallStmt
Michael Paquier
2023-03-08
Ignore IntoClause.viewQuery in query jumbling
Michael Paquier
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-02
Require empty Bitmapsets to be represented as NULL.
Tom Lane
2023-03-02
Mop up some undue familiarity with the innards of Bitmapsets.
Tom Lane
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-25
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-13
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-10
Fix typo in parsenodes.h
Michael Paquier
2023-02-07
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-31
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-23
Remove special outfuncs/readfuncs handling of RangeVar.catalogname.
Tom Lane
2023-01-21
Rework format of comments in headers for nodes
Michael Paquier
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-09
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Allow window functions to adjust their frameOptions
David Rowley
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-17
Doc: update pg_list.h header comments to include XidLists.
Tom Lane
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-12
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-09
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-08
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-05
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-04
Re-pgindent a few files.
Tom Lane
2022-12-02
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
[next]