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
*
Fix ALTER COLLATION "default" REFRESH VERSION.
Jeff Davis
2022-10-31
*
Enable pg_collation_actual_version() to work on the default collation.
Jeff Davis
2022-10-31
*
Add check on initial and boot values when loading GUCs
Michael Paquier
2022-10-31
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Use Limit instead of Unique to implement DISTINCT, when possible
David Rowley
2022-10-28
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
*
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-27
*
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-27
*
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-26
*
Fix variable assignment thinko in hba.c
Michael Paquier
2022-10-26
*
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-10-26
*
Doc/improve confusing, inefficient tests to locate CTID variable.
Tom Lane
2022-10-25
*
Update outdated comment for TransactionIdSetTreeStatus
Heikki Linnakangas
2022-10-25
*
Clean up some GUC declarations and comments
Michael Paquier
2022-10-25
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Fix recently added incorrect assertion
Alvaro Herrera
2022-10-24
*
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-24
*
Improve memory handling across SQL-callable backup functions
Michael Paquier
2022-10-22
*
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-21
*
Refactor more logic for compilation of regular expressions in hba.c
Michael Paquier
2022-10-21
*
Improve the accuracy of numeric power() for integer exponents.
Dean Rasheed
2022-10-20
*
Use proper macro to access TransactionId
Alvaro Herrera
2022-10-20
*
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-20
*
Get rid of XLogCtlInsert->forcePageWrites
Alvaro Herrera
2022-10-19
*
Track LLVM 15 changes.
Thomas Munro
2022-10-19
*
Remove pg_backup_start_callback and reuse similar code
Alvaro Herrera
2022-10-19
*
Rework shutdown callback of archiver modules
Michael Paquier
2022-10-19
*
Fix typos in logical/launcher.c
Michael Paquier
2022-10-19
*
Refactor regular expression handling in hba.c
Michael Paquier
2022-10-19
*
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-18
*
Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION
Alvaro Herrera
2022-10-18
*
Remove compatibility declarations for InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
*
Reject non-ON-SELECT rules that are named "_RETURN".
Tom Lane
2022-10-17
*
Guard against table-AM-less relations in planner.
Tom Lane
2022-10-17
*
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
*
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-16
*
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-15
*
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
*
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Andres Freund
2022-10-14
*
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
*
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
*
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
*
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
*
Standardize format for printing PIDs
Peter Eisentraut
2022-10-14
*
Fix incorrect comment regarding command completion tags
David Rowley
2022-10-14
*
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
*
Improve the WARNING message for CREATE SUBSCRIPTION.
Amit Kapila
2022-10-13
[next]