summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
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
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-16Fix performance regression from session statistics.Andres Freund
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-08-27Add logical change details to logical replication worker errcontext.Amit Kapila
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
2021-07-06Refactor function parse_subscription_options.Amit Kapila
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-06-28Improve pgindent release workflow.Peter Geoghegan
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-22Add list of ignorable pgindent commits for git-blame.Peter Geoghegan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-07amcheck: fix multiple problems with TOAST pointer validationRobert Haas
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila