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-08-23
Fix _bt_allequalimage() call within critical section.
Heikki Linnakangas
2023-08-23
Use the buffer cache when initializing an unlogged index.
Heikki Linnakangas
2023-08-23
Introduce macros for protocol characters.
Nathan Bossart
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-22
Cache by-reference missing values in a long lived context
Andrew Dunstan
2023-08-14
hio: Take number of prior relation extensions into account
Andres Freund
2023-08-12
Fix off-by-one in XLogRecordMaxSize check.
Noah Misch
2023-07-26
Document more assumptions of LWLock variable changes with WAL inserts
Michael Paquier
2023-07-25
Optimize WAL insertion lock acquisition and release with some atomics
Michael Paquier
2023-07-18
Fix indentation in twophase.c
Michael Paquier
2023-07-18
Fix recovery of 2PC transaction during crash recovery
Michael Paquier
2023-07-13
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-11
Report index vacuum progress.
Masahiko Sawada
2023-07-11
Add new parallel message type to progress reporting.
Masahiko Sawada
2023-07-10
Message wording improvements
Peter Eisentraut
2023-07-07
Document relaxed HOT for summarizing indexes
Tomas Vondra
2023-07-03
Fix race in SSI interaction with gin fast path.
Thomas Munro
2023-07-03
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2023-07-03
Fix race in SSI interaction with empty btrees.
Thomas Munro
2023-07-03
Consider fillfactor when estimating relation size
Tomas Vondra
2023-07-03
Fix code indentation violations
Tomas Vondra
2023-07-02
Silence "missing contrecord" error.
Thomas Munro
2023-07-02
Improve BRIN minmax-multi opclass test coverage
Tomas Vondra
2023-07-02
Introduce bloom_filter_size for BRIN bloom opclass
Tomas Vondra
2023-07-02
Minor cleanups in the BRIN code
Tomas Vondra
2023-06-22
nbtree VACUUM: cope with topparent inconsistencies.
Peter Geoghegan
2023-06-20
Enable archiving in recovery TAP test 009_twophase.pl
Michael Paquier
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
Fix missing word in nbtree/README.
Nathan Bossart
2023-06-06
Initialize 'recordXtime' to silence compiler warning.
Heikki Linnakangas
2023-05-25
nbtree VACUUM: cope with right sibling link corruption.
Peter Geoghegan
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
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
[next]