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-20
Add support for incremental backup.
Robert Haas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-20
Additional write barrier in AdvanceXLInsertBuffer().
Jeff Davis
2023-12-20
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-20
Remove MSVC scripts
Michael Paquier
2023-12-19
Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.
Robert Haas
2023-12-19
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
pgoutput: Raise an error for missing protocol version parameter.
Amit Kapila
2023-12-18
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-18
Micro-optimize datum_to_json_internal() some more.
Nathan Bossart
2023-12-18
Provide vectored variants of smgrread() and smgrwrite().
Thomas Munro
2023-12-16
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption
Alvaro Herrera
2023-12-16
Provide multi-block smgrprefetch().
Thomas Munro
2023-12-15
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-12
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-12-12
Fix typo in comment
Daniel Gustafsson
2023-12-12
Provide vectored variants of FileRead() and FileWrite().
Thomas Munro
2023-12-11
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-12-11
Simplify productions for FORMAT JSON [ ENCODING name ]
Alvaro Herrera
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-12-11
Fix an undetected deadlock due to apply worker.
Amit Kapila
2023-12-08
Fix nbtree backward scan race condition comments.
Peter Geoghegan
2023-12-08
Micro-optimize JSONTYPE_NUMERIC code path in json.c.
Nathan Bossart
2023-12-08
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
Add empty BRIN ranges during CREATE INDEX
Tomas Vondra
2023-12-08
Remove some unnecessary #includes of postmaster/interrupt.h
Heikki Linnakangas
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
Don't try to open visibilitymap when analyzing a foreign table
Heikki Linnakangas
2023-12-08
Fix potential pointer overflow in xlogreader.c.
Thomas Munro
2023-12-07
Verify that attribute counts match in ExecCopySlot
David Rowley
2023-12-07
Improve some error messages with invalid indexes for REINDEX CONCURRENTLY
Michael Paquier
2023-12-07
Fix issues in binary_upgrade_logical_slot_has_caught_up().
Amit Kapila
2023-12-06
Fix assertion failure with REINDEX and event triggers
Michael Paquier
2023-12-06
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-12-05
Fix indentation
Daniel Gustafsson
2023-12-05
Fix incorrect error message for IDENTIFY_SYSTEM
Daniel Gustafsson
2023-12-05
Optimize SearchPathCache by saving the last entry.
Jeff Davis
2023-12-04
Teach convert() and friends to avoid copying when possible.
Nathan Bossart
2023-12-04
Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions
Heikki Linnakangas
2023-12-04
Add support for REINDEX in event triggers
Michael Paquier
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
[next]