summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 13.9.REL_13_9Tom Lane2022-11-072-10/+10
* Translation updatesPeter Eisentraut2022-11-0756-9033/+9976
* Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.Tom Lane2022-11-061-0/+1058
* 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
* pg_stat_statements: fetch stmt location/length before it disappears.Tom Lane2022-11-011-2/+11
* 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-204-0/+78
* Track LLVM 15 changes.Thomas Munro2022-10-194-0/+111
* doc: move the mention of aggregate JSON functions up in sectionBruce Momjian2022-10-171-9/+6
* doc: warn pg_stat_reset() can cause vacuum/analyze problemsBruce Momjian2022-10-171-0/+11
* 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
* Fix typo in CREATE PUBLICATION reference pageAlvaro Herrera2022-10-131-2/+2
* Doc: improve recommended systemd unit file.Tom Lane2022-10-121-0/+2
* 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
* doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson2022-09-301-3/+1
* doc: clarify internal behavior of RECURSIVE CTE queriesBruce Momjian2022-09-281-1/+1
* revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"Bruce Momjian2022-09-281-4/+1
* 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
* docs: Fix snapshot name in SET TRANSACTION docs.Fujii Masao2022-09-221-1/+1
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-212-7/+0
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-202-0/+99
* 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
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-143-0/+141
* 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