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 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
*
Doc: clarify partitioned table limitations
David Rowley
2022-09-05
*
doc: Fix two queries related to jsonb functions
Michael Paquier
2022-09-03
*
doc: simplify docs about analyze and inheritance/partitions
Bruce Momjian
2022-09-02
*
doc: clarify recursion internal behavior
Bruce Momjian
2022-09-02
*
Doc: Update struct Trigger definition.
Etsuro Fujita
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: clarify that pgcrypto's gen_random_uuid calls core func.
Bruce Momjian
2022-08-31
*
doc: split out the NATURAL/CROSS JOIN in SELECT syntax
Bruce Momjian
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
*
Use correct connection for cancellation in frontend's parallel slots
Michael Paquier
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
*
Fix assert in logicalmsg_desc
Tomas Vondra
2022-08-17
*
doc: Remove reference to tty libpq connstring param
Daniel Gustafsson
2022-08-16
*
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
*
doc: fix wrong tag used in create sequence manual.
Tatsuo Ishii
2022-08-16
*
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-15
*
Fix outdated --help message for postgres -f
Michael Paquier
2022-08-15
*
Preserve memory context of VarStringSortSupport buffers.
Tom Lane
2022-08-14
*
Avoid misbehavior when hash_table_bytes < bucket_size.
Tom Lane
2022-08-13
*
Catch stack overflow when recursing in transformFromClauseItem().
Tom Lane
2022-08-13
*
Add missing fields to _outConstraint()
Peter Eisentraut
2022-08-13
*
pg_upgrade: Fix some minor code issues
Peter Eisentraut
2022-08-13
*
doc: add missing role attributes to user management section
Bruce Momjian
2022-08-12
*
doc: add section about heap-only tuples (HOT)
Bruce Momjian
2022-08-12
*
doc: warn about security issues around log files
Bruce Momjian
2022-08-12
*
doc: clarify configuration file for Windows builds
Bruce Momjian
2022-08-12
*
doc: document the CREATE INDEX "USING" clause
Bruce Momjian
2022-08-12
*
doc: clarify CREATE TABLE AS ... IF NOT EXISTS
Bruce Momjian
2022-08-12
*
doc: improve wal_level docs for the 'minimal' level
Bruce Momjian
2022-08-12
*
doc: clarify DROP EXTENSION dependent members text
Bruce Momjian
2022-08-12
[next]