summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2021-05-28fix syntax errorAndrew Dunstan
2021-05-28Report configured port in MSVC built pg_configAndrew Dunstan
2021-05-27Fix MSVC scripts when building with GSSAPI/KerberosMichael Paquier
2021-05-19Avoid creating testtablespace directories where not wanted.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-11Fix vcregress.pl's ancient misspelling of --max-connections.Tom Lane
2021-05-11Get rid of the separate serial_schedule list of tests.Tom Lane
2021-05-11Add support for LZ4 build in MSVC scriptsMichael Paquier
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-06Doc: update RELEASE_CHANGES checklist.Tom Lane
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-07amcheck: fix multiple problems with TOAST pointer validationRobert Haas
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-22Move bsearch_arg to src/portTomas Vondra
2021-03-22Remove useless configure probe for <lz4/lz4.h>.Tom Lane
2021-03-21Bring configure support for LZ4 up to snuff.Tom Lane
2021-03-19Provide recovery_init_sync_method=syncfs.Thomas Munro
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-03-12Add pg_amcheck, a CLI for contrib/amcheck.Robert Haas
2021-03-11Refactor and generalize the ParallelSlot machinery.Robert Haas
2021-03-10Replace buffer I/O locks with condition variables.Thomas Munro
2021-03-10Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier
2021-03-10Add missing pthread_barrier_t.Thomas Munro
2021-03-10pgbench: Improve time logic.Thomas Munro
2021-03-05Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scriptsMichael Paquier
2021-03-03Use sort_template.h for qsort_tuple() and qsort_ssup().Thomas Munro
2021-03-03Add sort_template.h for making sort functions.Thomas Munro
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-05Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas
2021-02-02Retire findoidjoins.Tom Lane
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2021-01-30Add primary keys and unique constraints to system catalogsPeter Eisentraut
2021-01-29Retire pg_standby.Thomas Munro
2021-01-24Remove make_diff set of toolsMagnus Hagander
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-21Switch "cl /?" to "cl /help" in MSVC scripts for platform detectionMichael Paquier
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier