Commit Graph

52651 Commits (5cda142bb9d2bd7e7ed1c22ae89afe58abfa8d7b)
 

Author SHA1 Message Date
Tom Lane 5cda142bb9 Prevent instability in contrib/pageinspect's regression test. 3 years ago
Andres Freund fc4154286e Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit 3 years ago
Tom Lane bb3f42aae3 Doc: sync src/tutorial/basics.source with SGML documentation. 3 years ago
Tom Lane 03ac485494 pg_dump: avoid unsafe function calls in getPolicies(). 3 years ago
Tom Lane 55f30e6c76 Postpone calls of unsafe server-side functions in pg_dump. 3 years ago
Andrew Dunstan 038512f71e Fix version comparison in Version.pm 3 years ago
Tom Lane 32d5a4974c Replace RelationOpenSmgr() with RelationGetSmgr(). 3 years ago
Noah Misch aaf28c9065 Account for IPC::Run::result() Windows behavior change. 3 years ago
Amit Kapila 9693f19007 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. 3 years ago
Jeff Davis f893af4961 Fix theoretical torn page hazard. 3 years ago
Tom Lane 3383cf0234 Fix alter_table.sql test case to test what it claims to. 3 years ago
Tom Lane 06dca17ad5 Re-allow building on Microsoft Visual Studio 2013. 3 years ago
Amit Kapila fc0d1ecb0b Fix comments atop ReorderBufferAddInvalidations. 3 years ago
Michael Paquier 9e0321135c Fix comment of SimpleLruInit() in slru.c 3 years ago
Tom Lane 8befa05d78 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. 3 years ago
Tom Lane 2e4229691c Doc: improve tutorial section about grouped aggregates. 3 years ago
Tom Lane 6dde6ed3ef Stamp 14.6. 3 years ago
Peter Eisentraut 9c5cbed95e Translation updates 3 years ago
Tom Lane e527cb8cec Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23. 3 years ago
Etsuro Fujita 1699125ca2 Correct error message for row-level triggers with transition tables on partitioned tables. 3 years ago
Alvaro Herrera 18865f4df9
Create FKs properly when attaching table as partition 3 years ago
Tom Lane 2489c38cdc Avoid crash after function syntax error in a replication worker. 3 years ago
Tom Lane eeb5461e76 Add casts to simplehash.h to silence C++ warnings. 3 years ago
Tom Lane 058c7b5dd4 Allow use of __sync_lock_test_and_set for spinlocks on any machine. 3 years ago
Tom Lane a5b7821fc9 Defend against unsupported partition relkind in logical replication worker. 3 years ago
Etsuro Fujita 2896aa98ef Fix copy-and-pasteo in comment. 3 years ago
Tom Lane 97bb80b1b6 Update time zone data files to tzdata release 2022f. 3 years ago
Tom Lane 0f2f5645a1 pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Michael Paquier 5a30d43fa9 Fix ordering issue with WAL operations in GIN fast insert path 3 years ago
Robert Haas aaad8adb02 pg_basebackup: Fix cross-platform tablespace relocation. 3 years ago
Amit Kapila 36fc013fab Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. 3 years ago
Amit Kapila 4fbe6096b9 Fix executing invalidation messages generated by subtransactions during decoding. 3 years ago
David Rowley f892150076 Doc: fix outdated wording about parallel seq scans 3 years ago
Amit Kapila a592ed923e Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Thomas Munro d033f8f8be Track LLVM 15 changes. 3 years ago
Bruce Momjian 51683feb97 doc: move the mention of aggregate JSON functions up in section 3 years ago
Bruce Momjian b661aea772 doc: warn pg_stat_reset() can cause vacuum/analyze problems 3 years ago
Tom Lane 2f26cec488 Reject non-ON-SELECT rules that are named "_RETURN". 3 years ago
Tom Lane 8c611602bd Guard against table-AM-less relations in planner. 3 years ago
Tom Lane 8122160ffb Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value. 3 years ago
Tom Lane 18e60712dd Rename parser token REF to REF_P to avoid a symbol conflict. 3 years ago
Tom Lane 6fa431d84a Use libc's snprintf, not sprintf, for special cases in snprintf.c. 3 years ago
Alvaro Herrera b8af4166ff
libpq: Reset singlerow flag correctly in pipeline mode 3 years ago
Alvaro Herrera 3fe6f261f7
Fix typo in CREATE PUBLICATION reference page 3 years ago
Tom Lane c612730371 Doc: improve recommended systemd unit file. 3 years ago
Tom Lane b10546ecf8 Harden pmsignal.c against clobbered shared memory. 3 years ago
Tom Lane 3162bd95ca Yet further fixes for multi-row VALUES lists for updatable views. 3 years ago
Alvaro Herrera 4f6d1cfd6b
Ensure all perl test modules are installed 3 years ago
Alvaro Herrera 483d26930b
Fix self-referencing foreign keys with partitioned tables 3 years ago
Tom Lane b93d7e6883 Avoid improbable PANIC during heap_update, redux. 3 years ago