summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-02Switch pg_dump to use compression specificationsMichael Paquier
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-11-14Add error context callback when tokenizing authentication filesMichael Paquier
2022-11-08Suppress useless wakeups in walreceiver.Thomas Munro
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-22Remove pgpid_t type, use pid_t insteadPeter Eisentraut
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-29Improve performance of and reduce overheads of memory managementDavid Rowley
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-07-27Split TuplesortPublic from TuplesortstateAlexander Korotkov
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-05expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-07pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-07pgstat: introduce PgStat_Kind enum.Andres Freund
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-19pgstat: run pgindent on pgstat.c/h.Andres Freund
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-17Split ExecUpdate and ExecDelete into reusable piecesAlvaro Herrera
2022-03-10dshash: Add sequential scan support.Andres Freund
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-07Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-22Move index vacuum routines to vacuum.c.Amit Kapila
2021-12-15Improve parallel vacuum implementation.Amit Kapila
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-04Rework compression options of pg_receivewalMichael Paquier