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
*
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
*
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-14
*
doc: Fix link to FreeBSD documentation project
Daniel Gustafsson
2022-09-12
*
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-12
*
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-09-09
*
Reject bogus output from uuid_create(3).
Tom Lane
2022-09-09
*
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-08
*
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-06
*
Backpatch nbtree page deletion hardening.
Peter Geoghegan
2022-09-05
*
Doc: clarify partitioned table limitations
David Rowley
2022-09-05
*
doc: simplify docs about analyze and inheritance/partitions
Bruce Momjian
2022-09-02
*
doc: clarify recursion internal behavior
Bruce Momjian
2022-09-02
*
Fix oversight in recent MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-02
*
Fix some possibly latent bugs in slab.c
David Rowley
2022-09-01
*
doc: in create statistics docs, mention analyze for parent info
Bruce Momjian
2022-08-31
*
doc: mention "bloom" as a possible index access method
Bruce Momjian
2022-08-31
*
doc: use FILTER in aggregate example
Bruce Momjian
2022-08-31
*
doc: split out the NATURAL/CROSS JOIN in SELECT syntax
Bruce Momjian
2022-08-31
*
Port regress-python3-mangle.mk to Solaris "sed", redux.
Tom Lane
2022-08-31
*
doc: warn of SECURITY DEFINER schemas for non-sql_body functions
Bruce Momjian
2022-08-31
*
doc: mention that SET TIME ZONE often needs to be quoted
Bruce Momjian
2022-08-31
*
doc: document the maximum char/varchar length value
Bruce Momjian
2022-08-31
*
doc: show direction is optional in FETCH/MOVE's FROM/IN syntax
Bruce Momjian
2022-08-31
*
doc: simplify WITH clause syntax in CREATE DATABASE
Bruce Momjian
2022-08-31
*
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-31
*
In the Snowball dictionary, don't try to stem excessively-long words.
Tom Lane
2022-08-31
*
On NetBSD, force dynamic symbol resolution at postmaster start.
Tom Lane
2022-08-30
*
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-29
*
Doc: fix example of recursive query.
Tom Lane
2022-08-28
*
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-27
*
Fix typo in comment.
Etsuro Fujita
2022-08-26
*
Defend against stack overrun in a few more places.
Tom Lane
2022-08-24
*
Doc: document possible need to raise kernel's somaxconn limit.
Tom Lane
2022-08-23
*
Doc: prefer sysctl to /proc/sys in docs and comments.
Tom Lane
2022-08-23
*
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
*
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
*
doc: fix wrong tag used in create sequence manual.
Tatsuo Ishii
2022-08-16
[next]