Commit Graph

53212 Commits (4a288a37f9b7bfd13c4f5cd8b545ac856f975813)
 

Author SHA1 Message Date
Andres Freund 4a288a37f9 ci: compile with -Og where applicable. 4 years ago
Andres Freund 225fb558cd ci: include hints how to install OS packages. 4 years ago
Tom Lane 068739fb4f Fix incorrect xmlschema output for types timetz and timestamptz. 4 years ago
Tom Lane 0d3aaadd32 Specify database encoding in new ICU test. 4 years ago
Tom Lane 9eaef6f8ea Doc: remove bogus instruction to install contrib/hstore. 4 years ago
Tom Lane d914eb347f Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. 4 years ago
Thomas Munro 3f1ce97346 Add circular WAL decoding buffer, take II. 4 years ago
Michael Paquier 7a7cd84893 doc: Remove mention to in-place tablespaces for pg_tablespace_location() 4 years ago
Michael Paquier f512efb2d5 Fix header inclusion order in pg_receivewal.c 4 years ago
Thomas Munro b2397aae23 Declare aarch64 has single copy atomicity for 8 byte values. 4 years ago
Tom Lane d7b5c071dd Don't bother to attach column name lists to RowExprs of named types. 4 years ago
Tom Lane ec62cb0aac Revert applying column aliases to the output of whole-row Vars. 4 years ago
Robert Haas 39f0c4bd67 Refactor code for reading and writing relation map files. 4 years ago
Tomas Vondra 5a07966225 Fix row filters with multiple publications 4 years ago
Peter Eisentraut a9b7e92084 doc: Add documentation for new field pg_database.daticulocale 4 years ago
Alvaro Herrera 25e777cf8e
Split ExecUpdate and ExecDelete into reusable pieces 4 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 4 years ago
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