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-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
2022-08-18
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-07-20
Dump more fields when dumping planner internal data structures.
Tom Lane
2022-07-19
Convert planner's AggInfo and AggTransInfo structs to proper Nodes.
Tom Lane
2022-07-14
Tighten up parsing logic in gen_node_support.pl.
Tom Lane
2022-07-13
Remove artificial restrictions on which node types have out/read funcs.
Tom Lane
2022-07-13
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-12
Add defenses against unexpected changes in the NodeTag enum list.
Tom Lane
2022-07-12
Invent nodetag_only attribute for Nodes.
Tom Lane
[next]