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