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
*
Release lock on heap buffer before vacuuming FSM
Andres Freund
2023-11-17
*
Extract column statistics from CTE references, if possible.
Tom Lane
2023-11-17
*
Don't specify number of dimensions in cases where we don't know it.
Tom Lane
2023-11-17
*
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-17
*
Remove NOT_USED BufFileTellBlock() from buffile.c
Michael Paquier
2023-11-17
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Add target "slru" to pg_stat_reset_shared()
Michael Paquier
2023-11-16
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Clear CurrentResourceOwner earlier in CommitTransaction.
Heikki Linnakangas
2023-11-15
*
Fix dsa.c with different resource owners.
Heikki Linnakangas
2023-11-15
*
Add cache for recomputeNamespacePath().
Jeff Davis
2023-11-14
*
Change how a base backup decides which files have checksums.
Robert Haas
2023-11-14
*
Support +/- infinity in the interval data type.
Dean Rasheed
2023-11-14
*
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
Peter Eisentraut
2023-11-14
*
Add support for pg_stat_reset_slru without argument
Michael Paquier
2023-11-14
*
Improve readability and error detection of array_in().
Tom Lane
2023-11-13
*
Add error about the use of FREEZE in COPY TO
Bruce Momjian
2023-11-13
*
Don't release index root page pin in ginFindParents().
Tom Lane
2023-11-13
*
Remove incorrect file reference in comment.
Etsuro Fujita
2023-11-13
*
Use REGBUF_NO_CHANGE at one more place in the hash index.
Amit Kapila
2023-11-13
*
Extend sendFileWithContent() to handle custom content length in basebackup.c
Michael Paquier
2023-11-13
*
Add ability to reset all shared stats types in pg_stat_reset_shared()
Michael Paquier
2023-11-12
*
Fix how SJE checks against PHVs
Alexander Korotkov
2023-11-10
*
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-10
*
Fix computation of varnullingrels when const-folding field selection.
Tom Lane
2023-11-09
*
Fix the way SJE removes references from PHVs
Alexander Korotkov
2023-11-09
*
Avoid integer overflow hazard in interval_time().
Dean Rasheed
2023-11-09
*
Fix AFTER ROW trigger execution in MERGE cross-partition update.
Dean Rasheed
2023-11-09
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Fix bug in the new ResourceOwner implementation.
Heikki Linnakangas
2023-11-09
*
Check stack depth in new recursive functions
Alvaro Herrera
2023-11-08
*
Use a faster hash function in resource owners.
Heikki Linnakangas
2023-11-08
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Move a few ResourceOwnerEnlarge() calls for safety and clarity.
Heikki Linnakangas
2023-11-08
*
Enlarge assertion in bloom_init() for false_positive_rate
Michael Paquier
2023-11-08
*
Stop including parsenodes.h in plannodes.h
Alvaro Herrera
2023-11-07
*
Reorder two functions in inval.c
Michael Paquier
2023-11-07
*
Make use of initReadOnlyStringInfo() in more places
David Rowley
2023-11-07
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Set GUC "is_superuser" in all processes that set AuthenticatedUserId.
Noah Misch
2023-11-06
*
Ban role pg_signal_backend from more superuser backend types.
Noah Misch
2023-11-06
*
Add XMLText function (SQL/XML X038)
Daniel Gustafsson
2023-11-06
*
Fix allocation of UniqueRelInfo
Alexander Korotkov
2023-11-06
*
Fix usage of the parse tree for estimate_num_groups() in set operations
Alexander Korotkov
2023-11-04
*
Make GetConfigOption/GetConfigOptionResetString return "" for NULL.
Tom Lane
2023-11-02
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
Additional unicode primitive functions.
Jeff Davis
2023-11-01
*
Fix function name in comment
Daniel Gustafsson
2023-11-01
[next]