aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* 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
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-12
* Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut2019-04-12
* Replace tabs with spaces in one .sql filePeter Eisentraut2019-04-09
* Report progress of REINDEX operationsPeter Eisentraut2019-04-07
* Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut2019-04-07
* GSSAPI encryption supportStephen Frost2019-04-03
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Improve documentation about our XML functionality.Tom Lane2019-04-01
* Generated columnsPeter Eisentraut2019-03-30
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Improve error handling of column references in expression transformationMichael Paquier2019-03-27
* Fix partitioned index creation bug with dropped columnsAlvaro Herrera2019-03-26
* Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas2019-03-25
* Sort dependent objects before reporting them in DROP ROLE.Tom Lane2019-03-24
* Transaction chainingPeter Eisentraut2019-03-24
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Fix dependency recording bug for partitioned PKsAlvaro Herrera2019-03-21