aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* 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
* Adjust Solution.pm to set HAVE_STDINT_H.Tom Lane2020-02-21
* Fix perlcritic warningsPeter Eisentraut2020-02-21
* Allow running src/tools/msvc/mkvcbuild.pl under not WindowsPeter Eisentraut2020-02-21
* Assume that we have signed integral types and flexible array members.Tom Lane2020-02-21
* Assume that we have <wchar.h>.Tom Lane2020-02-21
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-21
* Assume that we have rint().Tom Lane2020-02-21
* Assume that we have memmove().Tom Lane2020-02-21
* Assume that we have cbrt().Tom Lane2020-02-21
* Assume that we have isinf().Tom Lane2020-02-21
* Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane2020-02-21
* Require stdint.hPeter Eisentraut2020-02-21
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-10
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-05
* Fix vcregress.pl for new plperl test case.Tom Lane2020-01-29
* Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.Robert Haas2020-01-29
* Add exclusion to headercheckPeter Eisentraut2020-01-24
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-23
* Improve psql's tab completion for filenames.Tom Lane2020-01-23
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas2020-01-19
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-17
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-16
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-15
* tools/copyright.pl: skip copyright changes for *.key filesBruce Momjian2020-01-14
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-09
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Clean up inconsistent backslash use in pathsPeter Eisentraut2019-12-20
* Generate pg_config.h from pg_config.h.in on WindowsPeter Eisentraut2019-12-20