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-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
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-23
Support for custom slots in the custom executor nodes
Alexander Korotkov
2022-11-23
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-11-16
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-13
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-03
Resolve partition strategy during early parsing
Alvaro Herrera
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-27
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-09-24
Add read support for some missing raw parse nodes
Peter Eisentraut
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Revise tree-walk APIs to improve spec compliance & silence warnings.
Tom Lane
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-29
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-25
Allow grant-level control of role inheritance behavior.
Robert Haas
[next]