Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Make Bitmapsets be valid Nodes.Tom Lane
2022-07-12Add copy/equal support for XID listsAlvaro Herrera
2022-07-09Remove code sections obsoleted by node support automationPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-05Fix errors in copyfuncs/equalfuncs support for JSON node types.Tom Lane
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
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-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-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-14Add missing node support functionsPeter Eisentraut
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-03Fix index-only scan plans, take 2.Tom Lane
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-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-08Fix incorrect hash equality operator bug in MemoizeDavid Rowley
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-07Improve order in filePeter Eisentraut
2021-09-14Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELDPeter Eisentraut
2021-09-09Remove Value node structPeter Eisentraut
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-08-08Check the size in COPY_POINTER_FIELDPeter Eisentraut
2021-07-21Rename some node support functions for consistencyPeter Eisentraut
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane