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