Commit Graph

35 Commits (d699687b329e031cd90e967b39c3fd8a53ef8208)

Author SHA1 Message Date
Amit Kapila 228c370868 Preserve conflict-relevant data during logical replication. 2 months ago
Amit Kapila f41d8468dd Raise an error while trying to acquire an invalid slot. 8 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 9 months ago
Peter Eisentraut e18512c000 Remove unused #include's from backend .c files 11 months ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Amit Kapila 9a17be1e24 Allow upgrades to preserve the full subscription's state. 2 years ago
Amit Kapila 0bf62460bb Fix issues in binary_upgrade_logical_slot_has_caught_up(). 2 years ago
Amit Kapila 29d0a77fa6 Migrate logical slots to the new node during an upgrade. 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Peter Eisentraut d746021de1 Add construct_array_builtin, deconstruct_array_builtin 3 years ago
Robert Haas 9a974cbcba pg_upgrade: Preserve relfilenodes and tablespace OIDs. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Thomas Munro ec48314708 Revert per-index collation version tracking feature. 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Alexander Korotkov 6df7a9698b Multirange datatypes 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Tom Lane f3faf35f37 Don't create pg_type entries for sequences or toast tables. 5 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 6 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andrew Dunstan 2448adf29c Allow for pg_upgrade of attributes with missing values 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Noah Misch 2fd26b23b6 Assume deconstruct_array() outputs are untoasted. 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Stephen Frost 23f34fa4ba In pg_dump, include pg_catalog and extension ACLs, if changed 10 years ago
Tom Lane 939d10cd87 Guard against null arguments in binary_upgrade_create_empty_extension(). 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Peter Eisentraut 30982be4e5 Integrate pg_upgrade_support module into backend 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian a7ae1dcf49 pg_upgrade: prevent automatic oid assignment 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 527fdd9df1 Move pg_upgrade_support global variables to their own include file 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 1214749901 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 15 years ago
Tom Lane caddcb8f4b Fix pg_upgrade to handle extensions. 15 years ago
Bruce Momjian d8d3d2a4f3 Fix pg_upgrade of large object permissions by preserving pg_auth.oid, 15 years ago
Bruce Momjian 2896c87ce4 Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane 84c123be1d Allow new values to be added to an existing enum type. 15 years ago