summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-22Add String object access hooksAndrew Dunstan
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-17Don't bother to attach column name lists to RowExprs of named types.Tom Lane
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-12Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-03Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Revert "Flush Memoize cache when non-key parameters change"David Rowley
2021-11-24Flush Memoize cache when non-key parameters changeDavid Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-11-08Fix incorrect hash equality operator bug in MemoizeDavid Rowley
2021-11-02Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-18Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas
2021-09-15Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane
2021-09-15Add Cardinality typedefPeter Eisentraut
2021-09-14Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane
2021-09-14Remove T_ExprPeter Eisentraut
2021-09-09Remove Value node structPeter Eisentraut
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-08-22Allow parallel DISTINCTDavid Rowley
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-08Change NestPath node to contain JoinPath nodePeter Eisentraut
2021-08-08Change SeqScan node to contain Scan nodePeter Eisentraut
2021-08-07Remove T_MemoryContextPeter Eisentraut
2021-08-02Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-22Make nodeSort.c use Datum sorts for single column sortsDavid Rowley
2021-07-21Add missing enum tags in enums used in nodesPeter Eisentraut
2021-07-21Rename NodeTag of ExprStatePeter Eisentraut
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-08Fix typos in pgstat.c, reorderbuffer.c and pathnodes.hDaniel Gustafsson
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-06Allow CustomScan providers to say whether they support projections.Tom Lane