aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Exclude fmgrprotos.h from pgindent processing.Tom Lane2020-09-22
* Further improve pgindent's list of file exclusions.Tom Lane2020-09-17
* Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane2020-09-16
* New contrib module, pg_surgery, with heap surgery functions.Robert Haas2020-09-10
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-08
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-07
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Rename configure.in to configure.acPeter Eisentraut2020-07-24
* Define OPENSSL_API_COMPATPeter Eisentraut2020-07-19
* Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier2020-07-10
* Improve perl script in MSVC to build binariesMichael Paquier2020-07-06
* Improve vacuum error context handling.Amit Kapila2020-07-01
* Remove support for timezone "posixrules" file.Tom Lane2020-06-29
* Remove reset of testtablespace from pg_regress on WindowsMichael Paquier2020-06-18
* Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier2020-06-13
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-11
* Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund2020-06-08
* MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.Noah Misch2020-06-07
* Stamp HEAD as 14devel.Tom Lane2020-06-07
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Refresh function name in CRC-associated Valgrind suppressions.Noah Misch2020-06-05
* Fix MSVC installations with multiple "configure" files detectedMichael Paquier2020-05-21
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Final pgindent run with pg_bsd_indent version 2.1.Tom Lane2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix findoidjoins to recognize oidvector columns.Tom Lane2020-05-09
* Update oidjoins regression test for v13.Tom Lane2020-05-09
* Handle spaces for Python install location in MSVC scriptsMichael Paquier2020-05-06
* Update Windows timezone name list to include currently-known zones.Tom Lane2020-04-24
* Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane2020-04-24
* git_changelog: use modern format for rel branch names in exampleBruce Momjian2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Use a slightly more liberal regex to detect Visual Studio versionAndrew Dunstan2020-04-17
* Stop requiring an explicit return from perl subroutinesAndrew Dunstan2020-04-14
* Set Perl search path more idiomaticallyAndrew Dunstan2020-04-14
* Use perl's $/ more idiomaticallyAndrew Dunstan2020-04-13
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Print policy name in perlcritic messagesAndrew Dunstan2020-04-13
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Add checksum helper functions.Robert Haas2020-04-03
* Allow pg_stat_statements to track planning statistics.Fujii Masao2020-04-02