index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
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
*
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
*
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 failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
*
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
*
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
*
Translation updates
Peter Eisentraut
2023-02-06
*
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
*
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 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
*
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-12
*
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2023-01-11
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Avoid reference to nonexistent array element in ExecInitAgg().
Tom Lane
2023-01-02
*
Fix come incorrect elog() messages in aclchk.c
Michael Paquier
2022-12-23
*
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-22
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-12-04
*
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-12-03
*
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-12-01
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-29
*
Fix uninitialized access to InitialRunningXacts during decoding.
Amit Kapila
2022-11-25
*
Make multixact error message more explicit
Alvaro Herrera
2022-11-24
[next]