summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2019-07-13Fix some inconsistencies in MSVC scriptsMichael Paquier
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-02Add support for Visual Studio 2019 in build scriptsMichael Paquier
2019-07-02Refactor code of reindexdb for query generationMichael Paquier
2019-07-01Stamp HEAD as 13devel.Tom Lane
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-30Exclude new src/test/modules/unsafe_tests directory from MSVC build.Tom Lane
2019-06-26Add support for OpenSSL 1.1.0 and newer versions in MSVC scriptsMichael Paquier
2019-06-19Remove last references to WAL segment size in MSVC scriptsMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-06-09MSVC: Reconcile clean.bat with PostgreSQL 12 work.Noah Misch
2019-06-02Make cpluspluscheck more portable.Tom Lane
2019-06-02Un-break ecpg tests for Windows.Tom Lane
2019-05-31Improve coverage of cpluspluscheck.Tom Lane
2019-05-31Integrate cpluspluscheck into build system.Andres Freund
2019-05-31Make our perfect hash functions be valid C++.Tom Lane
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-28In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch