summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-04-06Allow asynchronous execution in more cases.Etsuro Fujita
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-03-27Common SQL/JSON clausesAndrew Dunstan
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
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