index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
pg_upgrade_support.c
Commit message (
Expand
)
Author
Age
*
Raise an error while trying to acquire an invalid slot.
Amit Kapila
2025-01-31
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Allow upgrades to preserve the full subscription's state.
Amit Kapila
2024-01-02
*
Fix issues in binary_upgrade_logical_slot_has_caught_up().
Amit Kapila
2023-12-07
*
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-26
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Allow for pg_upgrade of attributes with missing values
Andrew Dunstan
2018-06-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
*
Guard against null arguments in binary_upgrade_create_empty_extension().
Tom Lane
2016-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14