aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pgindent
Commit message (Expand)AuthorAge
* Rework compression options of pg_receivewalMichael Paquier2021-11-04
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Add replication command READ_REPLICATION_SLOTMichael Paquier2021-10-25
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Fix performance regression from session statistics.Andres Freund2021-09-16
* Add PublicationTable and PublicationRelInfo structsAlvaro Herrera2021-09-06
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Add logical change details to logical replication worker errcontext.Amit Kapila2021-08-27
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-07
* Refactor function parse_subscription_options.Amit Kapila2021-07-06
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Improve pgindent release workflow.Peter Geoghegan2021-06-28
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Add list of ignorable pgindent commits for git-blame.Peter Geoghegan2021-06-22
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-07
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* amcheck: fix multiple problems with TOAST pointer validationRobert Haas2021-04-07
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Refactor HMAC implementationsMichael Paquier2021-04-03
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-18
* Implement pipeline mode in libpqAlvaro Herrera2021-03-15
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Refactor and generalize the ParallelSlot machinery.Robert Haas2021-03-11
* Replace buffer I/O locks with condition variables.Thomas Munro2021-03-11
* Add missing pthread_barrier_t.Thomas Munro2021-03-10
* pgbench: Improve time logic.Thomas Munro2021-03-10
* Add sort_template.h for making sort functions.Thomas Munro2021-03-03
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Implementation of subscripting for jsonbAlexander Korotkov2021-01-31
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier2021-01-18
* Invent struct ReindexIndexInfoAlvaro Herrera2021-01-12
* Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier2021-01-07
* pgindent: whitelist/blacklist -> additional/excluded.Thomas Munro2021-01-05
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Multirange datatypesAlexander Korotkov2020-12-20
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-04
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao2020-11-26