summaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAgeFilesLines
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-231-7/+1
* Remove undocumented IS [NOT] OF syntax.Tom Lane2020-11-191-1/+1
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-141-3/+4
* Fix some typosMichael Paquier2020-11-142-2/+2
* Move catalog index declarationsPeter Eisentraut2020-11-073-6/+2
* Move catalog toast table declarationsPeter Eisentraut2020-11-073-7/+3
* Plug memory leak in index_get_partitionAlvaro Herrera2020-11-061-1/+2
* Remove useless entries for aggregate functions from fmgrtab.c.Tom Lane2020-11-041-1/+1
* Revert pg_relation_check_pages()Michael Paquier2020-11-041-9/+0
* Track collation versions for indexes.Thomas Munro2020-11-036-51/+443
* Add pg_depend.refobjversion.Thomas Munro2020-11-032-8/+20
* Remove pg_collation.collversion.Thomas Munro2020-11-031-5/+0
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-022-2/+2
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-012-0/+44
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-2/+6
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-291-0/+3
* Don't use custom OID symbols in pg_proc.dat.Tom Lane2020-10-281-0/+7
* Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier2020-10-281-0/+9
* Fix enum errdetail to mention bytes, not charsPeter Eisentraut2020-10-271-3/+3
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-10-261-1/+2
* Change the attribute name in pg_stat_replication_slots view.Amit Kapila2020-10-201-1/+1
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-191-2/+2
* Review logical replication tablesync codeAlvaro Herrera2020-10-151-20/+7
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-081-0/+10
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-051-2/+7
* Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane2020-10-041-4/+2
* Add pg_stat_wal statistics view.Fujii Masao2020-10-021-0/+6
* Minor mop-up for List improvements.Tom Lane2020-09-271-1/+1
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-172-6/+5
* Make index_set_state_flags() transactionalMichael Paquier2020-09-141-15/+4
* Update copyright yearAlvaro Herrera2020-09-111-1/+1
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-081-15/+10
* Fix misleading error message about inconsistent moving-aggregate types.Tom Lane2020-09-061-2/+2
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-051-2/+1
* Switch to multi-inserts when registering dependencies for many code pathsMichael Paquier2020-09-059-139/+179
* Use multi-inserts for pg_dependMichael Paquier2020-09-053-65/+99
* Remove some more useless assignments.Tom Lane2020-09-041-3/+3
* remove redundant initializationsBruce Momjian2020-09-031-1/+1
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-032-1/+2
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-021-4/+30
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-302-2/+11
* Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLYMichael Paquier2020-08-301-2/+7
* Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao2020-08-261-0/+3
* Add pg_backend_memory_contexts system view.Fujii Masao2020-08-191-0/+3
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-101-1/+1
* Minimize slot creation for multi-inserts of pg_shdependMichael Paquier2020-08-011-6/+16
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-311-2/+2
* Use multi-inserts for pg_attribute and pg_shdependMichael Paquier2020-07-314-109/+205
* Rename configure.in to configure.acPeter Eisentraut2020-07-241-2/+2
* Be more careful about marking catalog columns NOT NULL by default.Tom Lane2020-07-211-15/+18