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
*
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
*
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-15
*
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 MERGE command tag for actions blocked by BEFORE ROW triggers.
Dean Rasheed
2023-03-13
*
Fix concurrent update issues with MERGE.
Dean Rasheed
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
*
doc: Update pg_size_pretty documentation about petabytes support
Peter Eisentraut
2023-03-07
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
*
In basebackup.c, perform end-of-file test after checksum validation.
Robert Haas
2023-03-06
*
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-06
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
*
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
*
doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect
Michael Paquier
2023-03-01
*
Drop test view when done with it.
Tom Lane
2023-02-27
*
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
*
Doc: Miscellaneous doc updates for MERGE.
Dean Rasheed
2023-02-26
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-25
*
Don't repeatedly register cache callbacks in pgoutput plugin.
Tom Lane
2023-02-23
*
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-02-23
*
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-02-22
*
Add missing support for the latest SPI status codes.
Dean Rasheed
2023-02-22
*
Fix Assert failure for MERGE into a partitioned table with RLS.
Dean Rasheed
2023-02-22
*
Fix MERGE command tag for cross-partition updates.
Dean Rasheed
2023-02-22
*
Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG
Michael Paquier
2023-02-22
*
Fix erroneous Valgrind markings in AllocSetRealloc.
Tom Lane
2023-02-21
*
Fix handling of escape sequences in postgres_fdw.application_name
Michael Paquier
2023-02-21
*
pgbench: Prepare commands in pipelines in advance
Alvaro Herrera
2023-02-21
*
Fix parsing of ISO-8601 interval fields with exponential notation.
Tom Lane
2023-02-20
*
Prevent join removal from removing the query's result relation.
Tom Lane
2023-02-20
*
Limit memory usage of pg_walinspect functions.
Jeff Davis
2023-02-20
[next]