Commit Graph

53182 Commits (c6306db24bd913375f99494e38ab315befe44e11)
 

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