aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane2020-10-16
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Improve vacuum error context handling.Amit Kapila2020-07-01
* Remove support for timezone "posixrules" file.Tom Lane2020-06-29
* 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
* 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
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Implement operator class parametersAlexander Korotkov2020-03-30
* Introduce vacuum errcontext to display additional information.Amit Kapila2020-03-30
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut2020-03-25
* Move routine building restore_command to src/common/Michael Paquier2020-03-24
* Fix ordering in typedefs.listAlexander Korotkov2020-03-24
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-21
* Turn off deprecated bison warnings under MSVCAndrew Dunstan2020-03-20
* Add new typedefs introduced in 773df883e8 to typedefs.listAlexander Korotkov2020-03-19
* Remove win32ver.rc from version_stamp.plPeter Eisentraut2020-03-10
* Create contrib/bool_plperl to provide a bool transform for PL/Perl[U].Tom Lane2020-03-06
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-04
* Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.Tom Lane2020-03-02
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Fix build failure on header generation with repetitive builds of MSVCMichael Paquier2020-02-25