Commit Graph

4208 Commits (9c08aea6a3090a396be334cc58c511edab05776a)

Author SHA1 Message Date
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
Alexander Korotkov 7e74aafc43 Fix default signature length for gist_ltree_ops 4 years ago
Michael Paquier 4477dcb207 pageinspect: Fix memory context allocation of page in brin_revmap_data() 4 years ago
Michael Paquier 076f4d9539 pageinspect: Fix handling of page sizes and AM types 4 years ago
Robert Haas c6306db24b Add 'basebackup_to_shell' contrib module. 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Peter Eisentraut adb5c28adc Re-update Unicode data to CLDR 39 4 years ago
Peter Eisentraut ddf590b811 pycodestyle (PEP 8) cleanup in Python scripts 4 years ago
Peter Eisentraut e80a7a1f3d unaccent: Remove Python 2 support from Python script 4 years ago
Tomas Vondra a180c2b34d Stabilize test_decoding touching with sequences 4 years ago
Andres Freund 9b7e24a2cb plpython: Code cleanup related to removal of Python 2 support. 4 years ago
Andres Freund db23464715 plpython: Remove regression test infrastructure for Python 2. 4 years ago
Andres Freund 76a29adee7 plpython: Remove plpythonu, plpython2u and associated transform extensions. 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Noah Misch 766075105c Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts. 4 years ago
Noah Misch f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago
Tom Lane 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Michael Paquier 667726fbe5 pg_stat_statements: Remove unnecessary call to GetUserId() 4 years ago
Michael Paquier e77216fcb0 Simplify more checks related to set-returning functions 4 years ago
Etsuro Fujita 04e706d423 postgres_fdw: Add support for parallel commit. 4 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Peter Eisentraut 3f649663a4 pgcrypto: Remove unused error code 4 years ago
Peter Eisentraut abe81ee084 pgcrypto: Remove unused error code 4 years ago
Tom Lane 618c16707a Rearrange libpq's error reporting to avoid duplicated error text. 4 years ago
Fujii Masao 94c49d5340 postgres_fdw: Make postgres_fdw.application_name support more escape sequences. 4 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 4 years ago
Heikki Linnakangas 70e81861fa Split xlog.c into xlog.c and xlogrecovery.c. 4 years ago
Andres Freund 278cdea6b9 Add isolation test for errors during logical slot creation. 4 years ago
Tom Lane fd2abeb7c2 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 4 years ago
Amit Kapila 5e01001ffb WAL log unchanged toasted replica identity key attributes. 4 years ago
Tomas Vondra b779d7d8fd Fix skip-empty-xacts with sequences in test_decoding 4 years ago
Tomas Vondra 80901b3291 Add decoding of sequences to test_decoding 4 years ago
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 4 years ago
Noah Misch adbd00f7a5 Use Test::Builder::todo_start(), replacing $::TODO. 4 years ago
Alexander Korotkov f1ea98a797 Reduce non-leaf keys overlap in GiST indexes produced by a sorted build 4 years ago
Robert Haas 00c360a89c In basic_archive tests, insist on wal_level='replica'. 4 years ago
Robert Haas 5ef1eefd76 Allow archiving via loadable modules. 4 years ago
Tom Lane b426bd48ee Simplify coding around path_contains_parent_reference(). 4 years ago