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
/
include
/
utils
/
rel.h
Age
Commit message (
Expand
)
Author
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-05
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-04-11
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-03-21
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-08
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-02-13
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-01-26
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-07
Convert macros to static inline functions (rel.h)
Peter Eisentraut
2022-07-15
Support gcc -fkeep-inline-functions
Peter Eisentraut
2022-07-09
Automatically generate node support functions
Peter Eisentraut
2022-07-08
Reformat some more node comments
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-02
Remove obsolete comment
Peter Eisentraut
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-06
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-04-28
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-08
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-23
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-02
Track collation versions for indexes.
Thomas Munro
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
[next]