aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
Commit message (Expand)AuthorAge
* Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut2025-04-06
* Add some opfamily support functions to lsyscache.cPeter Eisentraut2025-03-18
* Make amcanorder independent of amconsistentorderingPeter Eisentraut2025-03-08
* Improve possible performance regressionPeter Eisentraut2025-03-07
* Rename amcancrosscomparePeter Eisentraut2025-03-07
* Generalize hash and ordering support in amapiPeter Eisentraut2025-02-27
* Add get_opfamily_name() functionPeter Eisentraut2025-02-01
* Rename RowCompareType to CompareTypePeter Eisentraut2025-01-15
* Update copyright for 2025Bruce Momjian2025-01-01
* Track sort direction in SortGroupClausePeter Eisentraut2024-10-14
* ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera2024-04-15
* Allow specifying an access method for partitioned tablesAlvaro Herrera2024-03-25
* Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier2024-03-07
* Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier2024-03-06
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Update copyright for 2023Bruce Momjian2023-01-02
* Don't read MCV stats needlessly in eqjoinsel().Tom Lane2022-11-18
* Move common catalog cache access routines to lsyscache.cAmit Kapila2022-08-02
* 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