aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Update SQL featuresPeter Eisentraut2020-03-27
* Improve performance of "simple expressions" in PL/pgSQL.Tom Lane2020-03-26
* Update SQL featuresPeter Eisentraut2020-03-25
* Report NULL as total backup size if it's not estimated.Fujii Masao2020-03-24
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Fix comment related to concurrent index swapping in index.cMichael Paquier2020-03-19
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-17
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-10
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Prevent reindex of invalid indexes on TOAST tablesMichael Paquier2020-03-10
* Fix typoPeter Eisentraut2020-03-07
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier2020-03-05
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Preserve pg_index.indisclustered across REINDEX CONCURRENTLYMichael Paquier2020-03-03
* Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane2020-02-28
* Clarify coding in Catalog::AddDefaultValues.Tom Lane2020-02-15
* Don't require pg_class.dat to contain correct relnatts values.Tom Lane2020-02-15
* Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera2020-02-07
* Add leader_pid to pg_stat_activityMichael Paquier2020-02-06
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas2020-01-19
* Add a non-strict version of jsonb_setAndrew Dunstan2020-01-17
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-15
* Fix buggy logic in isTempNamespaceInUse()Michael Paquier2020-01-15
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Add pg_shmem_allocations view.Robert Haas2020-01-09
* Improve the handling of result type coercions in SQL functions.Tom Lane2020-01-08
* tableam: Allow choice of toast AM.Robert Haas2020-01-07
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Allow whole-row Vars to be used in partitioning expressions.Tom Lane2019-12-25
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-25
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Disallow partition key expressions that return pseudo-types.Tom Lane2019-12-23
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-23
* GetPublicationByName: Don't repeat ourselvesAlvaro Herrera2019-12-23
* makeArrayTypeName: Remove pointless relation open/closeAlvaro Herrera2019-12-19
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Fix error reporting for index expressions of prohibited types.Tom Lane2019-12-17