aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Catversion bump announced in previous commit but forgottenAlvaro Herrera2019-03-21
* Sort the dependent objects before deletion in DROP OWNED BY.Tom Lane2019-03-20
* Add index_get_partition convenience functionAlvaro Herrera2019-03-20
* Remove ambiguity for jsonb_path_match() and jsonb_path_exists()Alexander Korotkov2019-03-20
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-19
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Add BKI_DEFAULT to pg_class.relrewritePeter Eisentraut2019-03-14
* Add support for hyperbolic functions, as well as log10().Tom Lane2019-03-12
* Remove remaining hard-wired OID references in the initial catalog data.Tom Lane2019-03-12
* Create a script that can renumber manually-assigned OIDs.Tom Lane2019-03-12
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* Reformat catalog .dat files.Tom Lane2019-03-08
* Minor improvements for reformat_dat_file.pl.Tom Lane2019-03-08
* Drop the vestigial "smgr" type.Thomas Munro2019-03-07
* Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.Andres Freund2019-03-06
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* pg_partition_ancestorsAlvaro Herrera2019-03-04
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Mark pg_config() stable rather than immutableJoe Conway2019-02-17
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-11
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Redesign the partition dependency mechanism.Tom Lane2019-02-11
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Add pg_partition_root to display top-most parent of a partition treeMichael Paquier2019-02-08
* Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut2019-02-07
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Allow RECORD and RECORD[] to be specified in function coldeflists.Tom Lane2019-01-30
* Remove argument isprimary from index_build()Michael Paquier2019-01-24
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-18
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-04
* Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera2019-01-04
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Update leakproofness markings on some btree comparison functions.Tom Lane2018-12-31
* Add a hash opclass for type "tid".Tom Lane2018-12-30
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* Base information_schema.sql_identifier domain on name, not varchar.Tom Lane2018-12-20
* Avoid producing over-length specific_name outputs in information_schema.Tom Lane2018-12-20
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-19
* Make type "name" collation-aware.Tom Lane2018-12-19
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Include partitioned indexes to system view pg_indexesMichael Paquier2018-12-18