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
/
common
Age
Commit message (
Expand
)
Author
6 days
Refactor non-supported compression error message in toast_compression.c
Michael Paquier
2025-06-16
Fix possible Assert failure in verify_compact_attribute()
David Rowley
2025-06-02
Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-25
Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-03-07
Include column name in build_attrmap_by_position's error reports.
Tom Lane
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-05
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
Make verify_compact_attribute available in non-assert builds
David Rowley
2025-01-06
Get rid of radix tree's general purpose memory context
John Naylor
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
Fix race condition in TupleDescCompactAttr assert code
David Rowley
2024-12-20
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-20
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-08-06
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-07-24
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-06-28
Fix comments in heaptuple.c
Michael Paquier
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
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
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
2024-04-08
Fix alignment of stack variable
John Naylor
2024-04-03
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-28
Rethink create and attach APIs of shared TidStore.
Masahiko Sawada
2024-03-26
Fix a calculation in TidStoreCreate().
Masahiko Sawada
2024-03-21
Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.
Masahiko Sawada
2024-03-17
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
[next]