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
/
postmaster
Age
Commit message (
Expand
)
Author
2 hours
Remove obsolete autovacuum comment.
HEAD
master
Nathan Bossart
6 days
Fix "inconsistent DLL linkage" warning on Windows MSVC
Peter Eisentraut
6 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
8 days
Add sequence synchronization for logical replication.
Amit Kapila
8 days
Fix snapshot handling bug in recent BRIN fix
Álvaro Herrera
8 days
BRIN autosummarization may need a snapshot
Álvaro Herrera
2025-10-22
Avoid assuming that time_t can fit in an int.
Tom Lane
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-09-26
Create a separate file listing backend types
Álvaro Herrera
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-24
Fix LOCK_TIMEOUT handling during parallel apply.
Amit Kapila
2025-09-16
Fix incorrect const qualifier
Peter Eisentraut
2025-09-11
Move named LWLock tranche requests to shared memory.
Nathan Bossart
2025-09-03
Move dynamically-allocated LWLock tranche names to shared memory.
Nathan Bossart
2025-08-29
Make LWLockCounter a global variable.
Nathan Bossart
2025-08-29
Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible.
Masahiko Sawada
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-21
Disallow server start with sync_replication_slots = on and wal_level < logical.
Fujii Masao
2025-08-07
Fix checkpointer shared memory allocation
Alexander Korotkov
2025-08-03
Silence Valgrind leakage complaints in more-or-less-hackish ways.
Tom Lane
2025-08-01
Fix typo in AutoVacLauncherMain().
Masahiko Sawada
2025-07-27
Process sync requests incrementally in AbsorbSyncRequests
Alexander Korotkov
2025-07-25
Fix background worker not restarting after crash-and-restart cycle.
Fujii Masao
2025-07-12
aio: Remove obsolete IO worker ID references.
Thomas Munro
2025-07-11
Add FLUSH_UNLOGGED option to CHECKPOINT command.
Nathan Bossart
2025-07-11
Add MODE option to CHECKPOINT command.
Nathan Bossart
2025-07-11
Add option list to CHECKPOINT command.
Nathan Bossart
2025-07-11
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-07-01
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
2025-06-30
Rationalize handling of VacuumParams
Michael Paquier
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-23
Fix per-relation memory leakage in autovacuum.
Tom Lane
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-09
Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-07
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-04-02
Improve error message when standby does accept connections.
Fujii Masao
2025-03-29
aio, bufmgr: Comment fixes/improvements
Andres Freund
2025-03-27
Remove the query_id_squash_values GUC
Álvaro Herrera
2025-03-18
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-12
Add connection establishment duration logging
Melanie Plageman
2025-03-12
Modularize log_connections output
Melanie Plageman
2025-03-05
Split WaitEventSet functions to separate source file
Heikki Linnakangas
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
[next]