summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesPeter Eisentraut2022-11-0756-9033/+9976
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-042-2/+2
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-032-10/+37
* Avoid crash after function syntax error in a replication worker.Tom Lane2022-11-031-5/+15
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-031-5/+5
* Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane2022-11-021-23/+45
* Defend against unsupported partition relkind in logical replication worker.Tom Lane2022-11-021-3/+17
* Fix copy-and-pasteo in comment.Etsuro Fujita2022-11-021-1/+1
* Update time zone data files to tzdata release 2022f.Tom Lane2022-11-011-507/+266
* Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier2022-10-261-5/+8
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-212-20/+34
* Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila2022-10-211-0/+2
* Fix executing invalidation messages generated by subtransactions during decod...Amit Kapila2022-10-211-3/+0
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-202-0/+17
* Track LLVM 15 changes.Thomas Munro2022-10-192-0/+19
* Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane2022-10-171-0/+12
* Guard against table-AM-less relations in planner.Tom Lane2022-10-171-0/+16
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-162-4/+4
* Use libc's snprintf, not sprintf, for special cases in snprintf.c.Tom Lane2022-10-161-7/+7
* Harden pmsignal.c against clobbered shared memory.Tom Lane2022-10-111-12/+44
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-113-26/+97
* Ensure all perl test modules are installedAlvaro Herrera2022-10-111-1/+5
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-074-1/+161
* Avoid improbable PANIC during heap_update, redux.Tom Lane2022-09-301-18/+23
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-285-10/+10
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-253-16/+82
* Add missing source files to pg_waldump/nls.mkAlvaro Herrera2022-09-251-3/+4
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-221-11/+19
* Fix thinko in comment.Etsuro Fujita2022-09-221-2/+2
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-212-7/+0
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-206-6/+9
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-191-1/+8
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-171-1/+1
* Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund2022-09-172-2/+2
* Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane2022-09-163-4/+76
* Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier2022-09-141-4/+6
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-142-0/+50
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-122-3/+2
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-096-123/+151
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-083-10/+52
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-068-83/+119
* Backpatch nbtree page deletion hardening.Peter Geoghegan2022-09-051-1/+17
* Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane2022-09-023-20/+54
* Fix some possibly latent bugs in slab.cDavid Rowley2022-09-011-6/+8
* Prevent long-term memory leakage in autovacuum launcher.Tom Lane2022-08-311-0/+3
* In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane2022-08-311-1/+17
* On NetBSD, force dynamic symbol resolution at postmaster start.Tom Lane2022-08-301-0/+9
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-291-5/+19
* Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane2022-08-276-0/+184
* Fix typo in comment.Etsuro Fujita2022-08-261-1/+1