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