summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add checksum helper functions.Robert Haas2020-04-031-2/+2
* Allow pg_stat_statements to track planning statistics.Fujii Masao2020-04-021-0/+1
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-011-2/+2
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+11
* Introduce vacuum errcontext to display additional information.Amit Kapila2020-03-301-0/+1
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-281-1/+1
* Provide a TLS init hookAndrew Dunstan2020-03-251-1/+1
* Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut2020-03-251-1/+1
* Move routine building restore_command to src/common/Michael Paquier2020-03-241-0/+1
* Fix ordering in typedefs.listAlexander Korotkov2020-03-241-2/+2
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-212-0/+2
* Turn off deprecated bison warnings under MSVCAndrew Dunstan2020-03-201-1/+3
* Add new typedefs introduced in 773df883e8 to typedefs.listAlexander Korotkov2020-03-191-0/+5
* Remove win32ver.rc from version_stamp.plPeter Eisentraut2020-03-102-20/+10
* Create contrib/bool_plperl to provide a bool transform for PL/Perl[U].Tom Lane2020-03-061-0/+5
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-042-1/+2
* Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.Tom Lane2020-03-022-0/+2
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-6/+9
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1
* Fix build failure on header generation with repetitive builds of MSVCMichael Paquier2020-02-251-5/+7
* Adjust Solution.pm to set HAVE_STDINT_H.Tom Lane2020-02-211-1/+1
* Fix perlcritic warningsPeter Eisentraut2020-02-211-3/+4
* Allow running src/tools/msvc/mkvcbuild.pl under not WindowsPeter Eisentraut2020-02-214-20/+36
* Assume that we have signed integral types and flexible array members.Tom Lane2020-02-211-2/+0
* Assume that we have <wchar.h>.Tom Lane2020-02-211-1/+0
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-211-3/+0
* Assume that we have rint().Tom Lane2020-02-212-3/+0
* Assume that we have memmove().Tom Lane2020-02-211-1/+0
* Assume that we have cbrt().Tom Lane2020-02-211-1/+0
* Assume that we have isinf().Tom Lane2020-02-211-7/+0
* Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane2020-02-211-1/+1
* Require stdint.hPeter Eisentraut2020-02-211-5/+1
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-101-6/+1
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-051-0/+2
* Fix vcregress.pl for new plperl test case.Tom Lane2020-01-291-2/+2
* Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.Robert Haas2020-01-291-1/+1
* Add exclusion to headercheckPeter Eisentraut2020-01-242-0/+6
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-231-0/+1
* Improve psql's tab completion for filenames.Tom Lane2020-01-231-0/+2
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-201-0/+4
* Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas2020-01-191-2/+0
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-171-0/+1
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-161-2/+3
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-156-32/+8
* tools/copyright.pl: skip copyright changes for *.key filesBruce Momjian2020-01-141-1/+1
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-091-0/+3
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-081-1/+0
* Update copyrights for 2020Bruce Momjian2020-01-0113-14/+14
* Clean up inconsistent backslash use in pathsPeter Eisentraut2019-12-202-4/+4
* Generate pg_config.h from pg_config.h.in on WindowsPeter Eisentraut2019-12-202-116/+433