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-12-03
Refactor how InitProcess is called
Heikki Linnakangas
2023-12-03
Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode
Heikki Linnakangas
2023-12-03
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-12-01
Silence Valgrind complaint with EXEC_BACKEND
Heikki Linnakangas
2023-12-01
pgindent fix
Peter Eisentraut
2023-12-01
Check collation when creating partitioned index
Peter Eisentraut
2023-12-01
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-12-01
Adjust obsolete comment explaining set_stack_base().
Thomas Munro
2023-11-30
Print lwlock stats also for aux processes, when built with LWLOCK_STATS
Heikki Linnakangas
2023-11-30
Fix typo in 5a1dfde8334b
Alexander Korotkov
2023-11-30
Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355
Alexander Korotkov
2023-11-30
Remove redundant setting of hashkey after insertion
John Naylor
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
Improve "user mapping not found" error message
Peter Eisentraut
2023-11-28
Make use FullTransactionId in 2PC filenames
Alexander Korotkov
2023-11-28
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-28
Clean up usage of bison precedence for non-operator keywords.
Tom Lane
2023-11-28
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
Fix comment about ressortgrouprefs being unique in setop plans.
Heikki Linnakangas
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-27
Don't use bms_membership() in cases where we don't need to
David Rowley
2023-11-27
Check if ii_AmCache is NULL in aminsertcleanup
Tomas Vondra
2023-11-27
Reduce rate of walwriter wakeups due to async commits.
Heikki Linnakangas
2023-11-27
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-26
Display length and bounds histograms in pg_stats
Alexander Korotkov
2023-11-26
Doc: list AT TIME ZONE and COLLATE in operator precedence table.
Tom Lane
2023-11-26
Fix brin.c indentation issues introduced by c1ec02be1d
Tomas Vondra
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
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
[next]