Commit Graph

1923 Commits (eafdf9de06e9b60168f5e47cedcfceecdc6d4b5f)

Author SHA1 Message Date
Andrew Dunstan a17fd67d2f
Build libpq test programs under MSVC 4 years ago
Michael Paquier a4b57543ac Rename backup_compression.{c,h} to compression.{c,h} 4 years ago
Tom Lane dfd0f2bbc5 Avoid re-writing files unnecessarily in src/tools/copyright.pl. 4 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 4 years ago
Andrew Dunstan c835dcdab6
Fix pgperlsyncheck following SSL TAP test refactoring 4 years ago
Peter Eisentraut 80c877271a Fix whitespace 4 years ago
Robert Haas 80900d4690 Helper script to apply PGDLLIMPORT markings. 4 years ago
Thomas Munro 5dc0418fab Prefetch data referenced by the WAL, take II. 4 years ago
Andres Freund 5891c7a8ed pgstat: store statistics in shared memory. 4 years ago
Andres Freund 8b1dccd37c pgstat: scaffolding for transactional stats creation / drop. 4 years ago
Andres Freund 8fb580a35c pgstat: prepare APIs used by pgstatfuncs for shared memory stats. 4 years ago
Andres Freund 997afad89d pgstat: introduce PgStat_Kind enum. 4 years ago
Andrew Dunstan fadb48b00e PLAN clauses for JSON_TABLE 4 years ago
Andrew Dunstan 4e34747c88 JSON_TABLE 4 years ago
Michael Paquier d2a2ce4184 Make upgradecheck a no-op in MSVC's vcregress.pl 4 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 4 years ago
Michael Paquier 322becb608 Switch the regression tests of pg_upgrade to use TAP tests 4 years ago
Amit Kapila d5a9d86d8f Skip empty transactions for logical replication. 4 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Alvaro Herrera bf902c1393
Revert "Fix replay of create database records on standby" 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Alvaro Herrera 49d9cfc68b
Fix replay of create database records on standby 4 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 4 years ago
Michael Paquier d4781d8873 Refactor code related to pg_hba_file_rules() into new file 4 years ago
Robert Haas ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. 4 years ago
Andres Freund a3a75b982b pgstat: run pgindent on pgstat.c/h. 4 years ago
Thomas Munro 3f1ce97346 Add circular WAL decoding buffer, take II. 4 years ago
Alvaro Herrera 25e777cf8e
Split ExecUpdate and ExecDelete into reusable pieces 4 years ago
Andres Freund 352d297dc7 dshash: Add sequential scan support. 4 years ago
Robert Haas 7cf085f077 Add support for zstd base backup compression. 4 years ago
Andres Freund db23464715 plpython: Remove regression test infrastructure for Python 2. 4 years ago
Amit Kapila 7a85073290 Reconsider pg_stat_subscription_workers view. 4 years ago
Amit Kapila 52e4f0cd47 Allow specifying row filters for logical replication of tables. 4 years ago
Robert Haas 6c417bbcc8 Add support for building with ZSTD. 4 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 4 years ago
Andres Freund 19252e8ec9 plpython: Reject Python 2 during build configuration. 4 years ago
Heikki Linnakangas 70e81861fa Split xlog.c into xlog.c and xlogrecovery.c. 4 years ago
Thomas Munro 7e6124ca7d Remove REGRESS_OUTPUTDIR environment variable. 4 years ago
Robert Haas 751b8d23b7 pg_basebackup: Allow client-side LZ4 (de)compression. 4 years ago
Tom Lane c5f5b4dd4b Test honestly for <sys/signalfd.h>. 4 years ago
Alexander Korotkov f1ea98a797 Reduce non-leaf keys overlap in GiST indexes produced by a sorted build 4 years ago
Tom Lane 4b0e37faaf Remove configure's check for rl_completion_append_character. 4 years ago
Robert Haas 0d72d6b341 Add bbstreamer_gzip.c to Mkvcbuild.pm. 4 years ago
Michael Paquier 410aa248e5 Fix various typos, grammar and code style in comments and docs 4 years ago
Andrew Dunstan f80900be06
Allow clean.bat to be run from anywhere 4 years ago
Thomas Munro 35b2803cf2 Move 027_stream_regress.pl's output to tmp_check. 4 years ago
Thomas Munro f47ed79cc8 Test replay of regression tests, attempt II. 4 years ago
Thomas Munro dccee0f2b7 Revert "Test replay of regression tests." 4 years ago
Thomas Munro 123828a7fa Test replay of regression tests. 4 years ago
Thomas Munro d6d317dbf6 Use in-place tablespaces in regression test. 4 years ago