summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2020-09-17Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane
2020-09-10New contrib module, pg_surgery, with heap surgery functions.Robert Haas
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-07Skip unnecessary stat() calls in walkdir().Thomas Munro
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-08-14snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-07-24Rename configure.in to configure.acPeter Eisentraut
2020-07-19Define OPENSSL_API_COMPATPeter Eisentraut
2020-07-10Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier
2020-07-06Improve perl script in MSVC to build binariesMichael Paquier
2020-07-01Improve vacuum error context handling.Amit Kapila
2020-06-29Remove support for timezone "posixrules" file.Tom Lane
2020-06-18Remove reset of testtablespace from pg_regress on WindowsMichael Paquier
2020-06-13Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-06-09Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund