aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Doc: improve tutorial section about grouped aggregates.Tom Lane2022-11-08
* Stamp 13.9.REL_13_9Tom Lane2022-11-07
* Translation updatesPeter Eisentraut2022-11-07
* Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.Tom Lane2022-11-06
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Avoid crash after function syntax error in a replication worker.Tom Lane2022-11-03
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-03
* Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane2022-11-02
* Defend against unsupported partition relkind in logical replication worker.Tom Lane2022-11-02
* Fix copy-and-pasteo in comment.Etsuro Fujita2022-11-02
* Update time zone data files to tzdata release 2022f.Tom Lane2022-11-01
* pg_stat_statements: fetch stmt location/length before it disappears.Tom Lane2022-11-01
* Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier2022-10-26
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-21
* Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila2022-10-21
* Fix executing invalidation messages generated by subtransactions during decod...Amit Kapila2022-10-21
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-20
* Track LLVM 15 changes.Thomas Munro2022-10-19
* doc: move the mention of aggregate JSON functions up in sectionBruce Momjian2022-10-17
* doc: warn pg_stat_reset() can cause vacuum/analyze problemsBruce Momjian2022-10-17
* Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane2022-10-17
* Guard against table-AM-less relations in planner.Tom Lane2022-10-17
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* Use libc's snprintf, not sprintf, for special cases in snprintf.c.Tom Lane2022-10-16
* Fix typo in CREATE PUBLICATION reference pageAlvaro Herrera2022-10-13
* Doc: improve recommended systemd unit file.Tom Lane2022-10-12
* Harden pmsignal.c against clobbered shared memory.Tom Lane2022-10-11
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Ensure all perl test modules are installedAlvaro Herrera2022-10-11
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Avoid improbable PANIC during heap_update, redux.Tom Lane2022-09-30
* doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson2022-09-30
* doc: clarify internal behavior of RECURSIVE CTE queriesBruce Momjian2022-09-28
* revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"Bruce Momjian2022-09-28
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Add missing source files to pg_waldump/nls.mkAlvaro Herrera2022-09-25
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-22
* Fix thinko in comment.Etsuro Fujita2022-09-22
* docs: Fix snapshot name in SET TRANSACTION docs.Fujii Masao2022-09-22
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-21
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-20
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund2022-09-17
* Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane2022-09-16
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-14
* Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier2022-09-14