Commit Graph

1610 Commits (13e8b2ee896d76dfcd02dddee40919fd6f2cd937)

Author SHA1 Message Date
Andres Freund 26aaf97b68 Make StringInfo available to frontend code. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Noah Misch 30ee5d17c2 For all ppc compilers, implement compare_exchange and fetch_add with asm. 6 years ago
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC 6 years ago
Peter Eisentraut cc4ec2d29a Fix incorrect use of term HEAD for Git 6 years ago
Andrew Dunstan ad7595b890 Handle spaces in OpenSSL install location for MSVC 6 years ago
Alvaro Herrera caba97a9d9 Split out recovery confing-writing code from pg_basebackup 6 years ago
Michael Paquier 640c19869f Add dummy_index_am to src/test/modules/ 6 years ago
Alexander Korotkov 6cae9d2c10 Improve handling of NULLs in KNN-GiST and KNN-SP-GiST 6 years ago
Michael Paquier 9d6e1ec5ce Expand properly list of TAP tests used for prove in vcregress.pl 6 years ago
Tom Lane db43831899 Avoid using INFO elevel for what are fundamentally debug messages. 6 years ago
Robert Haas bd124996ef Create an API for inserting and deleting rows in TOAST tables. 6 years ago
Peter Eisentraut 74a308cf52 Use explicit_bzero 6 years ago
Peter Eisentraut c45643d618 Remove configure detection of crypt() 6 years ago
Tom Lane 55ea109188 Add "headerscheck" script to test header-file compilability under C. 6 years ago
Tom Lane a120791096 Use zic's new "-b slim" option to generate smaller timezone files. 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 7 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 7 years ago
Michael Paquier eb43f3d193 Fix inconsistencies and typos in the tree 7 years ago
Peter Eisentraut 959f6d6a18 pg_upgrade: Default new bindir to pg_upgrade location 7 years ago
Tom Lane cb9bb15783 Fix syntax error in commit 20e99cddd. 7 years ago
Andrew Dunstan 20e99cdddb Honor MSVC WindowsSDKVersion if set 7 years ago
Michael Paquier 39aadc9842 Fix some inconsistencies in MSVC scripts 7 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 7 years ago
Michael Paquier 2b1394fc2b Add support for Visual Studio 2019 in build scripts 7 years ago
Michael Paquier 9adda24543 Refactor code of reindexdb for query generation 7 years ago
Tom Lane 615cebc94b Stamp HEAD as 13devel. 7 years ago
Tom Lane 9e1c9f9594 pgindent run prior to branching v12. 7 years ago
Tom Lane c000a47ad1 Exclude new src/test/modules/unsafe_tests directory from MSVC build. 7 years ago
Michael Paquier d993e0fb82 Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts 7 years ago
Michael Paquier 414cca40d5 Remove last references to WAL segment size in MSVC scripts 7 years ago
Michael Paquier 3412030205 Fix more typos and inconsistencies in the tree 7 years ago
Tomas Vondra 6cbfb784c3 Rework the pg_statistic_ext catalog 7 years ago
Noah Misch ae78a9456c MSVC: Reconcile clean.bat with PostgreSQL 12 work. 7 years ago
Tom Lane f4755a2c01 Make cpluspluscheck more portable. 7 years ago
Tom Lane 10a53cae99 Un-break ecpg tests for Windows. 7 years ago
Tom Lane 6f54b80edd Improve coverage of cpluspluscheck. 7 years ago
Andres Freund b1cd7ce23f Integrate cpluspluscheck into build system. 7 years ago
Tom Lane 9e58705a7f Make our perfect hash functions be valid C++. 7 years ago
Noah Misch 40b132c1af In the pg_upgrade test suite, don't write to src/test/regress. 7 years ago
Noah Misch 10b72deafe In the pg_upgrade test suite, remove and recreate "tmp_check". 7 years ago
Tom Lane db6e2b4c52 Initial pgperltidy run for v12. 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane be76af171c Initial pgindent run for v12. 7 years ago
Peter Eisentraut 8bbb8166b6 Remove bug.template file 7 years ago
Noah Misch ae35e1c9d7 Revert "In the pg_upgrade test suite, don't write to src/test/regress." 7 years ago
Noah Misch bd1592e857 In the pg_upgrade test suite, don't write to src/test/regress. 7 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 7 years ago
Noah Misch 34ff542a71 MSVC: Build ~35% faster by calling dumpbin just once per directory. 7 years ago