summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
Commit message (Expand)AuthorAgeFilesLines
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-16/+5
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Don't read MCV stats needlessly in eqjoinsel().Tom Lane2022-11-181-0/+4
* Move common catalog cache access routines to lsyscache.cAmit Kapila2022-08-021-0/+101
* Restore the previous semantics of get_constraint_index().Tom Lane2022-03-111-3/+13
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson2021-11-301-1/+1
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-271-1/+1
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-101-0/+27
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Multirange datatypesAlexander Korotkov2020-12-201-1/+61
* Provide an error cursor for "can't subscript" error messages.Tom Lane2020-12-111-5/+2
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-4/+63
* Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut2020-12-091-0/+27
* Hash support for row typesPeter Eisentraut2020-11-191-1/+6
* Fix incorrect parameter name in a function header commentDavid Rowley2020-10-251-1/+1
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-051-13/+49
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-4/+4
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-061-0/+23
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+35
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-131-0/+23
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-101-0/+26
* Prevent reindex of invalid indexes on TOAST tablesMichael Paquier2020-03-101-0/+23
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-2/+2
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-311-0/+26
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-091-1/+11
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-141-1/+1
* Fix compiler warningPeter Eisentraut2019-04-051-10/+7
* Generated columnsPeter Eisentraut2019-03-301-0/+33
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-0/+16
* Build out the planner support function infrastructure.Tom Lane2019-02-091-29/+16
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-141-0/+19
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+2
* Remove get_attidentity()Peter Eisentraut2018-10-231-32/+0
* Remove get_atttypmod()Peter Eisentraut2018-10-231-28/+1
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-271-0/+24
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-191-0/+68
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-021-6/+6
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-121-23/+8
* Fix typoAlvaro Herrera2018-01-031-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* SQL proceduresPeter Eisentraut2017-11-301-0/+19
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-7/+7
* Support domains over composite types.Tom Lane2017-10-261-2/+16
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-311-4/+4
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+1
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-131-78/+71