Commit Graph

4420 Commits (e8dbdb15dbc8529518ab0303bf358d07c7ad9e18)

Author SHA1 Message Date
Andres Freund bdbd3d9064 pgstat: stats collector references in comments. 3 years ago
Etsuro Fujita c2bb02bc2e Allow asynchronous execution in more cases. 3 years ago
Peter Eisentraut 7844c9918a psql: Show all query results by default 3 years ago
Joe Conway 9752436f04 Use has_privs_for_roles for predefined role checks: round 2 3 years ago
Michael Paquier d43085d12e pageinspect: Use better macros to get special page area for GIN and GiST 3 years ago
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages 3 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
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