summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-25Fix build failure on header generation with repetitive builds of MSVCMichael Paquier
2020-02-21Adjust Solution.pm to set HAVE_STDINT_H.Tom Lane
2020-02-21Fix perlcritic warningsPeter Eisentraut
2020-02-21Allow running src/tools/msvc/mkvcbuild.pl under not WindowsPeter Eisentraut
2020-02-21Assume that we have signed integral types and flexible array members.Tom Lane
2020-02-21Assume that we have <wchar.h>.Tom Lane
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-21Assume that we have rint().Tom Lane
2020-02-21Assume that we have memmove().Tom Lane
2020-02-21Assume that we have cbrt().Tom Lane
2020-02-21Assume that we have isinf().Tom Lane
2020-02-21Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane
2020-02-21Require stdint.hPeter Eisentraut
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-02-05Add kqueue(2) support to the WaitEventSet API.Thomas Munro
2020-01-30Fix vcregress.pl for new plperl test case.Tom Lane
2020-01-29Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.Robert Haas
2020-01-24Add exclusion to headercheckPeter Eisentraut
2020-01-23Add configure probe for rl_completion_suppress_quote.Tom Lane
2020-01-23Improve psql's tab completion for filenames.Tom Lane
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-19Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas
2020-01-17Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane
2020-01-15Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut
2020-01-14tools/copyright.pl: skip copyright changes for *.key filesBruce Momjian
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-08Modernize Python exception syntax in testsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-20Clean up inconsistent backslash use in pathsPeter Eisentraut
2019-12-20Generate pg_config.h from pg_config.h.in on WindowsPeter Eisentraut
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-10Cosmetic cleaning of pg_config.h.win32Peter Eisentraut
2019-12-04Blind attempt at fixing ecpg/compatlib's buildAlvaro Herrera
2019-12-02Refactor query cancellation code into src/fe_utils/Michael Paquier
2019-11-27Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut
2019-11-25Refactor reloption handling for index AMs in-coreMichael Paquier
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-05Make StringInfo available to frontend code.Andres Freund
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-19For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-07Fix incorrect use of term HEAD for GitPeter Eisentraut
2019-10-04Handle spaces in OpenSSL install location for MSVCAndrew Dunstan
2019-09-25Split out recovery confing-writing code from pg_basebackupAlvaro Herrera
2019-09-25Add dummy_index_am to src/test/modules/Michael Paquier