Commit Graph

53195 Commits (f6f0db4d62400ff88f523dcc4d7e25f9506bc0d8)
 

Author SHA1 Message Date
Michael Paquier f6f0db4d62 Fix pg_tablespace_location() with in-place tablespaces 4 years ago
Tomas Vondra c91f71b9dc Fix publish_as_relid with multiple publications 4 years ago
Robert Haas d0083c1d2a Suppress compiler warnings. 4 years ago
Daniel Gustafsson 3ac577b912 doc: Ensure intermediate path creation with mkdir 4 years ago
Alexander Korotkov 7e74aafc43 Fix default signature length for gist_ltree_ops 4 years ago
Thomas Munro 46d9bfb0a6 Fix race between DROP TABLESPACE and checkpointing. 4 years ago
Michael Paquier 4477dcb207 pageinspect: Fix memory context allocation of page in brin_revmap_data() 4 years ago
Thomas Munro 501c66c81b Fix documentation typo in commit 5e6368b4. 4 years ago
Thomas Munro 3390ef1b7b Fix waiting in RegisterSyncRequest(). 4 years ago
Michael Paquier 076f4d9539 pageinspect: Fix handling of page sizes and AM types 4 years ago
Thomas Munro 5e6368b42e Wake up for latches in CheckpointWriteDelay(). 4 years ago
Thomas Munro a56e7b6601 Silence LLVM 14 API deprecation warnings. 4 years ago
Robert Haas 8ef1fa3ee0 Remove accidentally-committed file. 4 years ago
Robert Haas c6306db24b Add 'basebackup_to_shell' contrib module. 4 years ago
Robert Haas e4ba69f3f4 Allow extensions to add new backup targets. 4 years ago
Robert Haas 75eae09087 Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD. 4 years ago
Amit Kapila 695f459f17 Fix compiler warning introduced in commit 705e20f855. 4 years ago
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