summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2020-11-15Fix alphabetic ordering in typedefs.listAlexander Korotkov
2020-11-11Remove line missed in previous commitMagnus Hagander
2020-11-11Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander
2020-11-10jit: Add support for LLVM 12.Andres Freund
2020-11-09Remove analyze_new_cluster script from pg_upgradeMagnus Hagander
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-07Move catalog toast table declarationsPeter Eisentraut
2020-11-04pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas
2020-11-04Revert pg_relation_check_pages()Michael Paquier
2020-11-02Track collation versions for indexes.Thomas Munro
2020-10-28Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier
2020-10-23Improve performance of Unicode {de,re}composition in the backendMichael Paquier
2020-10-22Extend amcheck to check heap pages.Robert Haas
2020-10-21Review format of code generated by PerfectHash.pmMichael Paquier
2020-10-17Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane
2020-10-14Use https for gnu.org linksPeter Eisentraut
2020-10-11Use perfect hash for NFC and NFKC Unicode Normalization quick checkMichael Paquier
2020-10-09Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane
2020-10-08Improve set of candidate multipliers for perfect hash function generationMichael Paquier
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-22Exclude fmgrprotos.h from pgindent processing.Tom Lane
2020-09-17Further improve pgindent's list of file exclusions.Tom Lane