Commit Graph

1738 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
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
Noah Misch c098509927 Consistently test for in-use shared memory. 7 years ago
Noah Misch 82150a05be Revert "Consistently test for in-use shared memory." 7 years ago
Andres Freund 86b85044e8 tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. 7 years ago
Thomas Munro 3eb77eba5a Refactor the fsync queue for wider use. 7 years ago
Noah Misch 2f932f71d9 Consistently test for in-use shared memory. 7 years ago
Stephen Frost b0b39f72b9 GSSAPI encryption support 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Alexander Korotkov 0a02e2ae02 GIN support for @@ and @? jsonpath operators 7 years ago
Thomas Munro ad308058cc Use FullTransactionId for the transaction stack. 7 years ago
Thomas Munro 2fc7af5e96 Add basic infrastructure for 64 bit transaction IDs. 7 years ago
Andres Freund 2a96909a4a tableam: Support for an index build's initial table scan(s). 7 years ago
Andres Freund 558a9165e0 Compute XID horizon for page level index vacuum on primary. 7 years ago
Andres Freund 5db6df0c01 tableam: Add tuple_{insert, delete, update, lock} and use. 7 years ago
Michael Paquier ed308d7837 Add options to enable and disable checksums in pg_checksums 7 years ago
Alexander Korotkov 550b9d26f8 Get rid of jsonpath_gram.h and jsonpath_scanner.h 7 years ago
Alexander Korotkov 72b6460336 Partial implementation of SQL/JSON path language 7 years ago
Tom Lane a6417078c4 Create a script that can renumber manually-assigned OIDs. 7 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 7 years ago
Tom Lane a0b7626268 Simplify release-note links to back branches. 7 years ago
Andres Freund 8586bf7ed8 tableam: introduce table AM infrastructure. 7 years ago
Tom Lane 02a6a54ecd Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 7 years ago
Alvaro Herrera 457aef0f1f Revert attempts to use POPCNT etc instructions 7 years ago