Commit Graph

53178 Commits (6bdf1a1400d3fb8c87e020be943942dcab7e75e2)
 

Author SHA1 Message Date
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Michael Paquier ff8b37ba80 Add more regression tests for pg_ls_dir() 4 years ago
Thomas Munro c6f2f01611 Fix pg_basebackup with in-place tablespaces. 4 years ago
Robert Haas 9dde82899c Support "of", "tzh", and "tzm" format codes. 4 years ago
Amit Kapila 705e20f855 Optionally disable subscriptions on error. 4 years ago
Tom Lane 369398ed88 Fix bogus tab-completion queries. 4 years ago
Peter Geoghegan 6e20f4600a VACUUM VERBOSE: tweak scanned_pages logic. 4 years ago
Andres Freund 7e12256b47 Force track_io_timing off in explain.sql to avoid failures when enabled. 4 years ago
Andres Freund 02fea8fdda Set synchronous_commit=on in test_setup.sql. 4 years ago
Peter Geoghegan e370f100f0 vacuumlazy.c: Standardize rel_pages terminology. 4 years ago
Peter Geoghegan 73f6ec3d3c vacuumlazy.c: document vistest and OldestXmin. 4 years ago
Peter Geoghegan 5b68f75e12 Normalize heap_prepare_freeze_tuple argument name. 4 years ago
Michael Paquier 8e375ea4a0 Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd 4 years ago
Alvaro Herrera 3a46a45f6f
Add API of sorts for transition table handling in trigger.c 4 years ago
Tom Lane 641f3dffcd Restore the previous semantics of get_constraint_index(). 4 years ago
Robert Haas d6f1cdeb9a pg_basebackup: Clean up some bogus file extension tests. 4 years ago
Robert Haas b2de45f920 pg_basebackup: Avoid unclean failure with server-compression and -D -. 4 years ago
Peter Eisentraut e94bb1473e DefineCollation() code cleanup 4 years ago
Michael Paquier 9198e63996 doc: Standardize capitalization of term "hot standby"/"Hot Standby" 4 years ago
Michael Paquier e9537321a7 Add support for zstd with compression of full-page writes in WAL 4 years ago
Michael Paquier 0071fc7127 Fix header inclusion order in xloginsert.c with lz4.h 4 years ago
Andres Freund 352d297dc7 dshash: Add sequential scan support. 4 years ago
Peter Eisentraut adb5c28adc Re-update Unicode data to CLDR 39 4 years ago
Andres Freund 45fb0de4dc ldap tests: Add paths for openbsd. 4 years ago
Andres Freund ee56c3b216 ldap tests: Don't run on unsupported operating systems. 4 years ago
Peter Eisentraut 2cfde3c237 Fix double declaration for check_ok() in pg_upgrade.h 4 years ago
Peter Eisentraut df4c3cbd8f Add parse_analyze_withcb() 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
Michael Paquier e3df32bbc3 doc: Add ALTER/DROP ROUTINE to the event trigger matrix 4 years ago
Michael Paquier 7687ca996e doc: Improve references to term "FSM" in pageinspect and pgfreespacemap 4 years ago
Andres Freund 43e7787dd3 plpython: Restore alternative output for plpython_error test. 4 years ago
Tomas Vondra a180c2b34d Stabilize test_decoding touching with sequences 4 years ago
Andres Freund 54c72eb5e5 plpython: add missing plpython.h include to plpy_plpymodule.h 4 years ago
Robert Haas 1d4be6be65 Fix LZ4 tests for remaining buffer space. 4 years ago
Robert Haas 7cf085f077 Add support for zstd base backup compression. 4 years ago
Michael Paquier c28839c832 Improve comment in execReplication.c 4 years ago
Amit Kapila d3e8368c4b Add the additional information to the logical replication worker errcontext. 4 years ago
Andres Freund 4228cabb72 plpython: Adjust docs after removal of Python 2 support. 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
Tomas Vondra d5ed9da41d Call ReorderBufferProcessXid from sequence_decode 4 years ago
Peter Eisentraut 25751f54b8 Add pg_analyze_and_rewrite_varparams() 4 years ago
Amit Kapila 5e0e99a80b Make the errcontext message in logical replication worker translation friendly. 4 years ago
Michael Paquier 9e98583898 Create routine able to set single-call SRFs for Materialize mode 4 years ago
Andres Freund 770011e3f3 ci: windows: Work around cirrus-ci bug causing test failures. 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