index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2023-11-25
C comment: clarify that WAL files can be _recycled_ or removed
Bruce Momjian
2023-11-25
Use SECS_PER_HOUR macro in tzparser.c, instead of constants
Bruce Momjian
2023-11-25
modify segno. for pg_walfile_name() and pg_walfile_name_offset()
Bruce Momjian
2023-11-23
Fix timing-dependent failure in GSSAPI data transmission.
Tom Lane
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
C comment: fix typos with unnecessary apostrophes
Bruce Momjian
2023-11-22
Fix the initial sync tables with no columns.
Amit Kapila
2023-11-22
Stop the search once the slot for replication origin is found.
Amit Kapila
2023-11-21
Simplify some logic in CreateReplicationSlot()
Michael Paquier
2023-11-21
Log messages for replication slot acquisition and release.
Amit Kapila
2023-11-20
Optimize check_search_path() by using SearchPathCache.
Jeff Davis
2023-11-20
Be more paranoid about OOM in search_path cache.
Jeff Davis
2023-11-20
Prevent overflow for block number in buffile.c
Michael Paquier
2023-11-19
Lock table in DROP STATISTICS
Tomas Vondra
2023-11-18
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-17
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-16
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-15
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-13
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-12
Extend sendFileWithContent() to handle custom content length in basebackup.c
Michael Paquier
2023-11-12
Add ability to reset all shared stats types in pg_stat_reset_shared()
Michael Paquier
2023-11-10
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-09
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-08
Fix bug in the new ResourceOwner implementation.
Heikki Linnakangas
2023-11-08
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
[next]