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
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-02
Use safe string copy routine
Daniel Gustafsson
2024-07-01
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
Tom Lane
2024-06-28
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
2024-06-28
Fix comments in heaptuple.c
Michael Paquier
2024-06-28
Add an injection_points isolation test suite.
Noah Misch
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-26
Fix bugs in MultiXact truncation
Heikki Linnakangas
2024-06-26
Fix nbtree array unsatisfied inequality check.
Peter Geoghegan
2024-06-17
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-06-16
Convert confusing macros in multixact.c to static inline functions
Heikki Linnakangas
2024-06-14
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-06-13
Clamp result of MultiXactMemberFreezeThreshold
Heikki Linnakangas
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-06
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-16
BitmapHeapScan: Remove incorrect assert and reset field
Melanie Plageman
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-03
Fix an assortment of typos
David Rowley
2024-05-01
Fix parallel vacuum buffer usage reporting.
Masahiko Sawada
2024-04-29
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-28
Fix duplicated consecutive words in comments
David Rowley
2024-04-22
Remove unneeded nbtree array preprocessing assert.
Peter Geoghegan
2024-04-22
Remove overzealous array element type assertion.
Peter Geoghegan
2024-04-19
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
Fix a couple typos in BRIN code
Tomas Vondra
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
Don't try to fix eliminated nbtree array scan keys.
Peter Geoghegan
2024-04-17
Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()
Alexander Korotkov
2024-04-17
Cleanup parallel BRIN index build code
Tomas Vondra
2024-04-16
Fix nbtree "deduce NOT NULL" scan key comment.
Peter Geoghegan
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-14
Use the correct PG_DETOAST_DATUM macro in BRIN
Tomas Vondra
2024-04-14
Update nbits_set in brin_bloom_union
Tomas Vondra
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-04-11
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
Fix inconsistency with replay of hash squeeze record for clean buffers
Michael Paquier
2024-04-09
Get rid of anonymous struct
John Naylor
2024-04-08
Teach radix tree to embed values at runtime
John Naylor
2024-04-08
Teach TID store to skip bitmap for small numbers of offsets
John Naylor
2024-04-08
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Use bump context for TID bitmaps stored by vacuum
John Naylor
[next]