summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-20Remove bug.template filePeter Eisentraut
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch
2019-05-19In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-04MSVC: Build ~35% faster by calling dumpbin just once per directory.Noah Misch
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-03-28Use FullTransactionId for the transaction stack.Thomas Munro
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund
2019-03-26Compute XID horizon for page level index vacuum on primary.Andres Freund
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-22Add options to enable and disable checksums in pg_checksumsMichael Paquier
2019-03-20Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-03-12Create a script that can renumber manually-assigned OIDs.Tom Lane
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-09Simplify release-note links to back branches.Tom Lane
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane