summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-11Expand properly list of TAP tests used for prove in vcregress.plMichael Paquier
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-09-06Create an API for inserting and deleting rows in TOAST tables.Robert Haas
2019-09-05Use explicit_bzeroPeter Eisentraut
2019-08-21Remove configure detection of crypt()Peter Eisentraut
2019-08-19Add "headerscheck" script to test header-file compilability under C.Tom Lane
2019-08-19Use zic's new "-b slim" option to generate smaller timezone files.Tom Lane
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-27pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut
2019-07-25Fix syntax error in commit 20e99cddd.Tom Lane
2019-07-25Honor MSVC WindowsSDKVersion if setAndrew Dunstan