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.
Thomas Munro
2023-03-17
*
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
*
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
*
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
*
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-03-01
*
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
*
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 erroneous Valgrind markings in AllocSetRealloc.
Tom Lane
2023-02-21
*
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-17
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Disable WindowAgg inverse transitions when subplans are present
David Rowley
2023-02-13
*
Stop recommending auto-download of DTD files, and indeed disable it.
Tom Lane
2023-02-08
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Michael Paquier
2023-02-08
*
Stamp 13.10.
REL_13_10
Tom Lane
2023-02-06
*
Last-minute updates for release notes.
Tom Lane
2023-02-06
*
Translation updates
Peter Eisentraut
2023-02-06
*
Properly NULL-terminate GSS receive buffer on error packet reception
Michael Paquier
2023-02-06
*
Release notes for 15.2, 14.7, 13.10, 12.14, 11.19.
Tom Lane
2023-02-05
*
doc: Fix XML formatting that psql cannot handle
Peter Eisentraut
2023-02-03
*
Update time zone data files to tzdata release 2022g.
Tom Lane
2023-01-31
*
Doc: clarify use of NULL to drop comments and security labels.
Tom Lane
2023-01-31
*
Remove recovery test 011_crash_recovery.pl
Michael Paquier
2023-01-31
*
Fix rare sharedtuplestore.c corruption.
Thomas Munro
2023-01-26
*
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-23
*
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
*
Reject CancelRequestPacket having unexpected length.
Noah Misch
2023-01-21
*
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2023-01-20
*
Log the correct ending timestamp in recovery_target_xid mode.
Tom Lane
2023-01-19
*
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-19
*
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-19
*
AdjustUpgrade.pm should zap test_ext_cine, too.
Tom Lane
2023-01-17
*
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2023-01-16
*
Fix some BufFileRead() error reporting
Peter Eisentraut
2023-01-16
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Fix WaitEventSetWait() buffer overrun.
Thomas Munro
2023-01-13
[next]