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
/
access
Age
Commit message (
Expand
)
Author
2025-06-26
Remove unused check in heap_xlog_insert()
Melanie Plageman
2025-06-26
Simplify vacuum VM update logging counters
Melanie Plageman
2025-06-16
Fix possible Assert failure in verify_compact_attribute()
David Rowley
2025-06-14
Add TAP tests to check replication slot advance during the checkpoint
Alexander Korotkov
2025-06-13
nbtree: _bt_readnextpage doesn't affect markPos.
Peter Geoghegan
2025-06-11
Revert "nbtree: Remove useless row compare arg."
Peter Geoghegan
2025-06-11
Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
2025-06-08
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
2025-06-06
Avoid BufferGetLSNAtomic() calls during nbtree scans.
Peter Geoghegan
2025-06-05
nbtree: Remove useless row compare arg.
Peter Geoghegan
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-06-02
Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
2025-06-02
Correct heap vacuum boundary state setup ordering
Melanie Plageman
2025-06-02
Rename gist stratnum support function
Peter Eisentraut
2025-06-01
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-27
Fix assertion when decrementing eager scanning success and failure counters.
Masahiko Sawada
2025-05-21
Fix incorrect WAL description for PREPARE TRANSACTION record.
Fujii Masao
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-05-07
Prevent premature nbtree array advancement.
Peter Geoghegan
2025-05-07
nbtree: tighten up array recheck rules.
Peter Geoghegan
2025-05-02
Avoid treating nonrequired nbtree keys as required.
Peter Geoghegan
2025-05-02
Fix memory leak in _gin_parallel_merge
Tomas Vondra
2025-05-01
Adjust overstrong nbtree skip array assertion.
Peter Geoghegan
2025-04-30
Fix a couple of comment typos
David Rowley
2025-04-28
Add maintenance_io_concurrency flag to some read stream users
Melanie Plageman
2025-04-28
Fix obsolete nbtree array advancement comment.
Peter Geoghegan
2025-04-28
Make NULL tuple values always advance skip arrays.
Peter Geoghegan
2025-04-20
Fix a few duplicate words in comments
David Rowley
2025-04-20
Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.
Noah Misch
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-12
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
Avoid extra index searches through preprocessing.
Peter Geoghegan
2025-04-04
Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
2025-04-04
Further optimize nbtree search scan key comparisons.
Peter Geoghegan
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025-04-03
Use AIO batchmode for bitmap heap scans
Melanie Plageman
2025-04-03
Remove misleading read stream asserts in a few users
Melanie Plageman
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
Get rid of WALBufMappingLock
Alexander Korotkov
2025-04-02
Improve error message when standby does accept connections.
Fujii Masao
2025-04-01
Remove a stray "pgrminclude" annotation
Peter Eisentraut
2025-04-01
heapam: Only set tuple's block once per page in pagemode
Heikki Linnakangas
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
[next]