aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
Commit message (Expand)AuthorAge
* Restore the previous semantics of get_constraint_index().Tom Lane2022-03-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson2021-11-30
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-27
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-10
* Update copyright for 2021Bruce Momjian2021-01-02
* Multirange datatypesAlexander Korotkov2020-12-20
* Provide an error cursor for "can't subscript" error messages.Tom Lane2020-12-11
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut2020-12-09
* Hash support for row typesPeter Eisentraut2020-11-19
* Fix incorrect parameter name in a function header commentDavid Rowley2020-10-25
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Implement operator class parametersAlexander Korotkov2020-03-30
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-10
* Prevent reindex of invalid indexes on TOAST tablesMichael Paquier2020-03-10
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-09
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Fix compiler warningPeter Eisentraut2019-04-05
* Generated columnsPeter Eisentraut2019-03-30
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Remove get_attidentity()Peter Eisentraut2018-10-23
* Remove get_atttypmod()Peter Eisentraut2018-10-23
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-12
* Fix typoAlvaro Herrera2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Support domains over composite types.Tom Lane2017-10-26
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-13
* Complete tab completion for DROP STATISTICSAlvaro Herrera2017-05-13
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-08
* Identity columnsPeter Eisentraut2017-04-06
* Spelling fixes in code commentsPeter Eisentraut2017-03-14