aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-22
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-22
* Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.Tom Lane2021-09-07
* Set the volatility of the timestamptz version of date_bin() back to immutableJohn Naylor2021-09-03
* Mark the timestamptz variant of date_bin() as stableJohn Naylor2021-08-31
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane2021-08-17
* Support for unnest(multirange)Alexander Korotkov2021-07-18
* Fix small inconsistencies in catalog definition of multirange operatorsAlexander Korotkov2021-07-15
* Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov2021-06-15
* Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov2021-06-15
* Remove pg_wait_for_backend_termination().Noah Misch2021-06-14
* Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch2021-06-14
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Add transformed flag to nodes/*funcs.c for CREATE STATISTICSTomas Vondra2021-06-06
* Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch2021-06-06
* Fix incorrect permissions on pg_subscription.Tom Lane2021-06-03
* Reduce the range of OIDs reserved for genbki.pl.Tom Lane2021-05-27
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-23
* Do pre-release housekeeping on catalog data.Tom Lane2021-05-12
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Mark multirange_constructor0() and multirange_constructor2() strictAlexander Korotkov2021-04-23
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Add DISTINCT to information schema usage viewsPeter Eisentraut2021-04-21
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Update dummy prosrc values.Tom Lane2021-04-16
* Convert built-in SQL-language functions to SQL-standard-body style.Tom Lane2021-04-16
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* Standardize pg_authid oid_symbol values.Noah Misch2021-04-10
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Add pg_read_all_data and pg_write_all_data rolesStephen Frost2021-04-05
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-01
* Add unistr functionPeter Eisentraut2021-03-29
* Extended statistics on expressionsTomas Vondra2021-03-27