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
2023-05-19
Message style improvements
Peter Eisentraut
2023-05-18
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-18
Fix handling of NULLs when merging BRIN summaries
Tomas Vondra
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-28
Fix assertion failure in heap_vacuum_rel
Daniel Gustafsson
2023-04-27
Prevent underflow in KeepLogSeg().
Nathan Bossart
2023-04-25
Re-add tracking of wait event SLRUFlushSync
Michael Paquier
2023-04-23
Fix custom validators call in build_local_reloptions()
Alexander Korotkov
2023-04-19
Use nbtdesc "level" field name consistently.
Peter Geoghegan
2023-04-19
Fix wal_consistency_checking enhanced desc output.
Peter Geoghegan
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Remove useless argument from nbtree dedup function.
Peter Geoghegan
2023-04-18
Fix pg_basebackup with in-place tablespaces some more.
Robert Haas
2023-04-17
Avoid trying to write an empty WAL record in log_newpage_range().
Tom Lane
2023-04-12
Fix incorrect format placeholders
Peter Eisentraut
2023-04-11
Refine the guidelines for rmgrdesc authors.
Peter Geoghegan
2023-04-11
Fix Heap rmgr's desc output for infobits arrays.
Peter Geoghegan
2023-04-11
Fix xl_heap_lock WAL record field's data type.
Peter Geoghegan
2023-04-11
Clarify nbtree posting list update desc issue.
Peter Geoghegan
2023-04-10
Fix nbtree posting list update desc output.
Peter Geoghegan
2023-04-08
Allow logical decoding on standbys
Andres Freund
2023-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-07
Show more detail in nbtree rmgr descriptions.
Peter Geoghegan
2023-04-07
Show more detail in heapam rmgr descriptions.
Peter Geoghegan
2023-04-07
Add more protections in WAL record APIs against overflows
Michael Paquier
2023-04-07
Use ExtendBufferedRelTo() in XLogReadBufferExtended()
Andres Freund
2023-04-06
hio: Use ExtendBufferedRelBy() to extend tables more efficiently
Andres Freund
2023-04-06
heapam: Pass number of required pages to RelationGetBufferForTuple()
Andres Freund
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-06
hio: Don't pin the VM while holding buffer lock while extending
Andres Freund
2023-04-06
hio: Relax rules for calling GetVisibilityMapPins()
Andres Freund
2023-04-06
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-06
Use ExtendBufferedRelTo() in {vm,fsm}_extend()
Andres Freund
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
Don't initialize page in {vm,fsm}_extend(), not needed
Andres Freund
2023-04-03
Make SP-GiST redirect cleanup more aggressive.
Peter Geoghegan
2023-04-03
Recycle deleted nbtree pages more aggressively.
Peter Geoghegan
2023-04-03
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-03
Revert 11470f544e
Alexander Korotkov
2023-04-03
Disable vacuum's use of a buffer access strategy during failsafe
David Rowley
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-04-02
Assert only valid flag bits are passed to visibilitymap_set()
Andres Freund
2023-04-02
hio: Release extension lock before initializing page / pinning VM
Andres Freund
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
[next]