summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2020-06-07MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.Noah Misch
2020-06-07Stamp HEAD as 14devel.Tom Lane
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-06Refresh function name in CRC-associated Valgrind suppressions.Noah Misch
2020-05-21Fix MSVC installations with multiple "configure" files detectedMichael Paquier
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-16Final pgindent run with pg_bsd_indent version 2.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-09Fix findoidjoins to recognize oidvector columns.Tom Lane
2020-05-09Update oidjoins regression test for v13.Tom Lane
2020-05-06Handle spaces for Python install location in MSVC scriptsMichael Paquier
2020-04-24Update Windows timezone name list to include currently-known zones.Tom Lane
2020-04-24Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane
2020-04-24git_changelog: use modern format for rel branch names in exampleBruce Momjian
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-17Use a slightly more liberal regex to detect Visual Studio versionAndrew Dunstan
2020-04-14Stop requiring an explicit return from perl subroutinesAndrew Dunstan
2020-04-14Set Perl search path more idiomaticallyAndrew Dunstan
2020-04-13Use perl's $/ more idiomaticallyAndrew Dunstan