summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
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
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-03-11Refactor and generalize the ParallelSlot machinery.Robert Haas
2021-03-10Replace buffer I/O locks with condition variables.Thomas Munro
2021-03-10Add missing pthread_barrier_t.Thomas Munro
2021-03-10pgbench: Improve time logic.Thomas Munro
2021-03-03Add sort_template.h for making sort functions.Thomas Munro
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-12Invent struct ReindexIndexInfoAlvaro Herrera
2021-01-07Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier
2021-01-05pgindent: whitelist/blacklist -> additional/excluded.Thomas Munro
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-26pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-11-15Fix alphabetic ordering in typedefs.listAlexander Korotkov
2020-11-10jit: Add support for LLVM 12.Andres Freund
2020-11-04pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas
2020-11-04Revert pg_relation_check_pages()Michael Paquier