aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Speedup truncations of relation forks.Fujii Masao2019-09-24
* Message style fixesPeter Eisentraut2019-09-23
* Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane2019-09-21
* Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera2019-09-13
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-03
* Update SQL conformance informationPeter Eisentraut2019-08-22
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Refactor BuildIndexInfo() with the new makeIndexInfo()Michael Paquier2019-08-04
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-29
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-16
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Add missing serial commasPeter Eisentraut2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Upgrade internal error message to externalPeter Eisentraut2019-06-24
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Further fix privileges on pg_statistic_ext[_data].Tom Lane2019-06-16
* Fix privileges on pg_statistic_ext.tableoidTomas Vondra2019-06-16
* Add pg_stats_ext view for extended statisticsTomas Vondra2019-06-16
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane2019-06-12
* Fix handling of COMMENT for domain constraintsMichael Paquier2019-06-12
* Add command column to pg_stat_progress_create_indexPeter Eisentraut2019-06-04
* Update SQL conformance information about JSON pathPeter Eisentraut2019-06-03
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane2019-05-22
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-21
* Update SQL features/conformance information to SQL:2016Peter Eisentraut2019-05-14
* Update information_schema for SQL:2016Peter Eisentraut2019-05-14
* Improve commentary about hack in is_publishable_class().Tom Lane2019-05-13
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Bring pg_nextoid()'s error messages into line with message style guide.Tom Lane2019-05-05
* Fix style violations in syscache lookups.Tom Lane2019-05-05
* Fix reindexing of pg_class indexes some more.Tom Lane2019-05-02
* Fix unused variable compiler warning in !debug builds.Andres Freund2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Return NULL for checksum failures if checksums are not enabledMagnus Hagander2019-04-17