summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* tableam: introduce table AM infrastructure.Andres Freund2019-03-068-6/+30
* pg_partition_ancestorsAlvaro Herrera2019-03-042-1/+6
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-211-15/+0
* Mark pg_config() stable rather than immutableJoe Conway2019-02-171-1/+1
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-161-1/+1
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-112-41/+59
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-121-1/+2
* Redesign the partition dependency mechanism.Tom Lane2019-02-113-61/+7
* Build out the planner support function infrastructure.Tom Lane2019-02-092-7/+20
* Create the infrastructure for planner support functions.Tom Lane2019-02-093-49/+39
* Add pg_partition_root to display top-most parent of a partition treeMichael Paquier2019-02-082-1/+6
* Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut2019-02-071-1/+1
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-012-4/+4
* Allow RECORD and RECORD[] to be specified in function coldeflists.Tom Lane2019-01-301-2/+6
* Remove argument isprimary from index_build()Michael Paquier2019-01-241-1/+0
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-181-3/+0
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-181-0/+3
* Don't include heapam.h from others headers.Andres Freund2019-01-141-2/+2
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-041-1/+1
* Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera2019-01-041-1/+1
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-035-24/+857
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-032-47/+47
* Update copyright for 2019Bruce Momjian2019-01-02107-107/+107
* Update leakproofness markings on some btree comparison functions.Tom Lane2018-12-312-52/+52
* Add a hash opclass for type "tid".Tom Lane2018-12-307-4/+23
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-271-9/+0
* Base information_schema.sql_identifier domain on name, not varchar.Tom Lane2018-12-201-1/+1
* Avoid producing over-length specific_name outputs in information_schema.Tom Lane2018-12-202-1/+5
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-197-34/+167
* Make type "name" collation-aware.Tom Lane2018-12-193-4/+5
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-182-4/+4
* Include partitioned indexes to system view pg_indexesMichael Paquier2018-12-181-1/+1
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-171-0/+13
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-142-16/+29
* Create a separate oid range for oids assigned by genbki.pl.Andres Freund2018-12-131-4/+4
* Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier2018-12-092-4/+4
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-2071-60/+129
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-161-1/+5
* Make reformat-dat-files, reformat-dat-files VPATH safe.Andres Freund2018-11-151-2/+2
* Add a timezone-specific variant of date_trunc().Tom Lane2018-11-142-8/+13
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-091-16/+6
* Switch pg_promote to be parallel-safeMichael Paquier2018-11-061-1/+1
* Remove unreferenced pg_opfamily entry.Tom Lane2018-11-052-3/+1
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-012-7/+1
* Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut2018-11-012-2/+1
* Add pg_partition_tree to display information about partitionsMichael Paquier2018-10-302-1/+10
* Add pg_promote functionMichael Paquier2018-10-252-1/+5
* Clarify descriptions of relhassubclass and relispartition in pg_classMichael Paquier2018-10-221-1/+1
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-161-2/+2
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-1110-560/+1