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 ts_headline() edge cases for empty query and empty search text.
Tom Lane
2023-04-06
*
Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.
Tom Lane
2023-04-05
*
doc: Update error messages in RLS examples
John Naylor
2023-04-05
*
doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit}
Michael Paquier
2023-04-05
*
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
*
Ensure acquire_inherited_sample_rows sets its output parameters.
Tom Lane
2023-03-31
*
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-31
*
Fix dereference of dangling pointer in GiST index buffering build.
Tom Lane
2023-03-29
*
amcheck: In verify_heapam, allows tuples with xmin 0.
Robert Haas
2023-03-28
*
doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines
Daniel Gustafsson
2023-03-27
*
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-27
*
Fix oversights in array manipulation.
Tom Lane
2023-03-26
*
amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.
Robert Haas
2023-03-24
*
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-23
*
doc: Add description of some missing monitoring functions
Michael Paquier
2023-03-22
*
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Fix netmask handling in inet_minmax_multi_ops
Tomas Vondra
2023-03-20
*
Fix memory leak in Memoize cache key evaluation
David Rowley
2023-03-20
*
Doc: fix documentation example for bytea hex output format.
Tom Lane
2023-03-18
*
Fix pg_dump for hash partitioning on enum columns.
Tom Lane
2023-03-17
*
tests: Prevent syslog activity by slapd, take 2
Andres Freund
2023-03-16
*
tests: Minimize syslog activity by slapd
Andres Freund
2023-03-16
*
Small tidyup for commit d41a178b, part II.
Thomas Munro
2023-03-17
*
Work around spurious compiler warning in inet operators
Andres Freund
2023-03-16
*
Small tidyup for commit d41a178b.
Thomas Munro
2023-03-17
*
Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.
Tom Lane
2023-03-16
*
Improve WIN32 port of fstat() to detect more file types
Michael Paquier
2023-03-15
*
Fix fractional vacuum_cost_delay.
Thomas Munro
2023-03-15
*
Fix waitpid() emulation on Windows.
Thomas Munro
2023-03-15
*
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-03-14
*
Remove unnecessary code in dependency_is_compatible_expression().
Tom Lane
2023-03-14
*
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
*
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
*
Fix inconsistent error handling for GSS encryption in PQconnectPoll()
Michael Paquier
2023-03-13
*
Mark unsafe_tests module as not runnable with installcheck
Andrew Dunstan
2023-03-12
*
amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0
Andres Freund
2023-03-11
*
amcheck: Fix ordering bug in update_cached_xid_range()
Andres Freund
2023-03-11
*
Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.
Tom Lane
2023-03-11
*
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-10
*
Fix race in SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-09
*
Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids
Andres Freund
2023-03-07
*
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-07
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
*
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-06
*
pageinspect: Fix crash with gist_page_items()
Michael Paquier
2023-03-02
*
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-03-01
*
Harden postgres_fdw tests against unexpected cache flushes.
Tom Lane
2023-02-27
*
Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
Andrew Dunstan
2023-02-26
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
[next]