Commit Graph

4245 Commits (9d89bb8a025d0374f7705cea9fead4eae9ae80ed)

Author SHA1 Message Date
Peter Eisentraut 9700b250c5 Formatting and punctuation improvements in sample configuration files 4 years ago
Noah Misch a117cebd63 Make relation-enumerating operations be security-restricted operations. 4 years ago
Noah Misch ad76c9708b Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl. 4 years ago
Daniel Gustafsson ee97d46cdb pgcrypto: remove questionmark from error message 4 years ago
Daniel Gustafsson 0250a167a0 pgcrypto: report init errors as PXE_CIPHER_INIT 4 years ago
Michael Paquier 7307988abd basebackup_to_shell: Add missing MarkGUCPrefixReserved() 4 years ago
Jeff Davis ed57cac84d pg_walinspect: fix case where flush LSN is in the middle of a record. 4 years ago
Etsuro Fujita 5c854e7a2c Disable asynchronous execution if using gating Result nodes. 4 years ago
Michael Paquier 55b5686511 Revert recent changes with durable_rename_excl() 4 years ago
Michael Paquier ccfbd9287d Replace existing durable_rename_excl() calls with durable_rename() 4 years ago
Michael Paquier 06cafd6f57 Fix typo in pg_walinspect.c 4 years ago
Etsuro Fujita 4eea2202be postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. 4 years ago
Amit Kapila 74547b9c23 Stabilize streaming tests in test_decoding. 4 years ago
Michael Paquier cd4868a570 pageinspect: Fix handling of all-zero pages 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Magnus Hagander 57d6aea00f Add JIT counters to pg_stat_statements 4 years ago
Jeff Davis dad9ba1c82 Fix buildfarm failures in pg_walinspect tests. 4 years ago
Jeff Davis 2258e76f90 Add contrib/pg_walinspect. 4 years ago
Michael Paquier 76cbf7edb6 pg_stat_statements: Track I/O timing for temporary file blocks 4 years ago
Andres Freund 5264add784 pgstat: add/extend tests for resetting various kinds of stats. 4 years ago
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 4 years ago
Andres Freund 0f96965c65 pgstat: add pg_stat_force_next_flush(), use it to simplify tests. 4 years ago
Andres Freund 6f0cf87872 pgstat: remove stats_temp_directory. 4 years ago
Andres Freund bdbd3d9064 pgstat: stats collector references in comments. 4 years ago
Etsuro Fujita c2bb02bc2e Allow asynchronous execution in more cases. 4 years ago
Peter Eisentraut 7844c9918a psql: Show all query results by default 4 years ago
Joe Conway 9752436f04 Use has_privs_for_roles for predefined role checks: round 2 4 years ago
Michael Paquier d43085d12e pageinspect: Use better macros to get special page area for GIN and GiST 4 years ago
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages 4 years ago
Tom Lane f3dd9fe1dd Fix postgres_fdw to check shippability of sort clauses properly. 4 years ago
Robert Haas fea1cc49e4 In basebackup_to_shell tests, properly set up pg_hba.conf. 4 years ago
Tom Lane f8e0d900af Add .gitignore for basebackup_to_shell. 4 years ago
Tomas Vondra db0d67db24 Optimize order of GROUP BY keys 4 years ago
Robert Haas 027fa0fd72 basebackup_to_shell: Add TAP test. 4 years ago
Peter Eisentraut 072132f04e Add header matching mode to COPY FROM 4 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Michael Paquier c14a9eeec4 Avoid instabilities with the regression tests of pg_freespacemap 4 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Michael Paquier 291e517a4d pageinspect: Add more sanity checks to prevent out-of-bound reads 4 years ago
Tom Lane 174877f1e3 Harden TAP tests that intentionally corrupt page checksums. 4 years ago
Peter Eisentraut c64fb698d0 Make update-unicode target work in vpath builds 4 years ago
Etsuro Fujita 5656683503 postgres_fdw: Minor cleanup for pgfdw_abort_cleanup(). 4 years ago
Daniel Gustafsson 7dac61402e Remove unused module imports from TAP tests 4 years ago
Michael Paquier a1bc4d3590 Add some basic regression tests for pg_freespacemap 4 years ago
Alvaro Herrera dfdb2f3bf5
test_decoding: Add comments about delaying BEGIN/PREPARE 4 years ago
Peter Eisentraut f5576a21b0 pgcrypto: Remove internal padding implementation 4 years ago
Noah Misch e186f56f9c Close race condition in slot_creation_error.spec. 4 years ago