Commit Graph

52342 Commits (c590e514a90ddc9237a3438efb05be074d43452b)
 

Author SHA1 Message Date
Tom Lane c590e514a9 Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). 4 years ago
David Rowley ea669b8088 Docs: wording improvement for compute_query_id = regress 4 years ago
David Rowley e286be5d05 Docs: adjust pg_upgrade syntax to mark -B as optional 4 years ago
Tom Lane 8320a34d38 Doc: tweak textsearch.sgml for SEO purposes. 4 years ago
David Rowley 3a95dfe402 Docs: avoid confusing use of the word "synchronized" 4 years ago
Tom Lane a65747b1c7 Suppress "variable 'pagesaving' set but not used" warning. 4 years ago
Tom Lane 9a7229948c Remove race condition in 022_crash_temp_files.pl test. 4 years ago
Tom Lane 8803df4ea9 Update some tests in 013_crash_restart.pl. 4 years ago
Peter Geoghegan 32558a8bc3 Doc: Remove MultiXact wraparound section link. 4 years ago
Peter Eisentraut d480ae069e Remove obsolete comment 4 years ago
Peter Eisentraut 7a27892750 libpq: Fix pkg-config without OpenSSL 4 years ago
Tom Lane 9f9489aa2e Fix postgres_fdw to check shippability of sort clauses properly. 4 years ago
Tom Lane 402279afe4 Add missing newline in one libpq error message. 4 years ago
Daniel Gustafsson c547917844 doc: Fix typo in ANALYZE documentation 4 years ago
Etsuro Fujita 637afee327 Fix typo in comment. 4 years ago
Alvaro Herrera adc943b4e1
Revert "Fix replay of create database records on standby" 4 years ago
Tomas Vondra 6b262f353e Document autoanalyze limitations for partitioned tables 4 years ago
Andres Freund c1a0d7d1c4 Fix NULL input behaviour of pg_stat_get_replication_slot(). 4 years ago
Andres Freund 6839aa7a69 waldump: fix use-after-free in search_directory(). 4 years ago
Tom Lane 3f7a59c59b Fix breakage of get_ps_display() in the PS_USE_NONE case. 4 years ago
Michael Paquier 27d3844418 pageinspect: Add more sanity checks to prevent out-of-bound reads 4 years ago
Tom Lane 0144c9c7e7 Suppress compiler warning in relptr_store(). 4 years ago
Tom Lane 579cef5faf Harden TAP tests that intentionally corrupt page checksums. 4 years ago
Alvaro Herrera ffd28516e6
Fix replay of create database records on standby 4 years ago
Robert Haas bbace5697d Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. 4 years ago
Andres Freund 81045e1e1c Don't try to translate NULL in GetConfigOptionByNum(). 4 years ago
Andres Freund 89a94c24aa Don't call fwrite() with len == 0 when writing out relcache init file. 4 years ago
Andres Freund e52e9bd57f configure: check for dlsym instead of dlopen. 4 years ago
Alvaro Herrera 9814c708c6
pg_upgrade: Upgrade an Assert to a real 'if' test 4 years ago
Alvaro Herrera caaeb88ff7
Fix "missing continuation record" after standby promotion 4 years ago
Thomas Munro cd3a5055f9 Try to stabilize vacuum test. 4 years ago
Andres Freund 2d608c9607 Add missing dependency of pg_dumpall to WIN32RES. 4 years ago
Michael Paquier fdb1be4962 Fix failures in SSL tests caused by out-of-tree keys and certificates 4 years ago
Tom Lane 48b6035f0f Fix assorted missing logic for GroupingFunc nodes. 4 years ago
Tom Lane 05ccf974cd Fix risk of deadlock failure while dropping a partitioned index. 4 years ago
Tom Lane a1efc8f8c8 Doc: fix our example systemd script. 4 years ago
Michael Paquier c422e8da7e doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW 4 years ago
Tom Lane ae8ec7feba Fix incorrect xmlschema output for types timetz and timestamptz. 4 years ago
Tom Lane 1d072bd203 Revert applying column aliases to the output of whole-row Vars. 4 years ago
Tomas Vondra 677a1dc0ca Fix publish_as_relid with multiple publications 4 years ago
Alexander Korotkov 7d30f59da7 Fix default signature length for gist_ltree_ops 4 years ago
Thomas Munro 26e0079398 Fix race between DROP TABLESPACE and checkpointing. 4 years ago
Michael Paquier dc5b3bdae3 pageinspect: Fix memory context allocation of page in brin_revmap_data() 4 years ago
Thomas Munro ea70f69450 Fix documentation typo in commit 5e6368b4. 4 years ago
Thomas Munro 1396b5c6ed Fix waiting in RegisterSyncRequest(). 4 years ago
Michael Paquier b61e6214cf pageinspect: Fix handling of page sizes and AM types 4 years ago
Thomas Munro 78c0f85e43 Wake up for latches in CheckpointWriteDelay(). 4 years ago
Thomas Munro d9f7ad54e5 Back-patch LLVM 14 API changes. 4 years ago
Tom Lane 8dcd1c3564 Restore the previous semantics of get_constraint_index(). 4 years ago
Michael Paquier 8f09157287 doc: Add ALTER/DROP ROUTINE to the event trigger matrix 4 years ago