aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* 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
* Move bsearch_arg to src/portTomas Vondra2021-03-23
* Remove useless configure probe for <lz4/lz4.h>.Tom Lane2021-03-22
* Bring configure support for LZ4 up to snuff.Tom Lane2021-03-21
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* 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
* Add pg_amcheck, a CLI for contrib/amcheck.Robert Haas2021-03-12
* Refactor and generalize the ParallelSlot machinery.Robert Haas2021-03-11
* Replace buffer I/O locks with condition variables.Thomas Munro2021-03-11
* Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier2021-03-10
* Add missing pthread_barrier_t.Thomas Munro2021-03-10
* pgbench: Improve time logic.Thomas Munro2021-03-10
* Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scriptsMichael Paquier2021-03-05
* Use sort_template.h for qsort_tuple() and qsort_ssup().Thomas Munro2021-03-03
* 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
* Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas2021-02-05
* Retire findoidjoins.Tom Lane2021-02-02
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-02
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Implementation of subscripting for jsonbAlexander Korotkov2021-01-31
* Add primary keys and unique constraints to system catalogsPeter Eisentraut2021-01-30
* Retire pg_standby.Thomas Munro2021-01-29
* Remove make_diff set of toolsMagnus Hagander2021-01-24
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-22
* Switch "cl /?" to "cl /help" in MSVC scripts for platform detectionMichael Paquier2021-01-21
* Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier2021-01-18
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-14
* Move our p{read,write}v replacements into their own files.Thomas Munro2021-01-14
* Invent struct ReindexIndexInfoAlvaro Herrera2021-01-12
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-11
* Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier2021-01-07
* Replace remaining uses of "whitelist".Thomas Munro2021-01-05
* pgindent: whitelist/blacklist -> additional/excluded.Thomas Munro2021-01-05
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24