summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
AgeCommit message (Expand)Author
2025-08-28Avoid including commands/dbcommands.h in so many placesÁlvaro Herrera
2025-08-08Add missing Datum conversionsPeter Eisentraut
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-03-18Add some opfamily support functions to lsyscache.cPeter Eisentraut
2025-03-08Make amcanorder independent of amconsistentorderingPeter Eisentraut
2025-03-07Improve possible performance regressionPeter Eisentraut
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-01Add get_opfamily_name() functionPeter Eisentraut
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-14Track sort direction in SortGroupClausePeter Eisentraut
2024-04-15ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-06Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier
2024-03-06Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-18Don't read MCV stats needlessly in eqjoinsel().Tom Lane
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-03-11Restore the previous semantics of get_constraint_index().Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-11Provide an error cursor for "can't subscript" error messages.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-09Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut
2020-11-19Hash support for row typesPeter Eisentraut
2020-10-25Fix incorrect parameter name in a function header commentDavid Rowley
2020-06-05Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-10Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera
2020-03-10Prevent reindex of invalid indexes on TOAST tablesMichael Paquier
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-09-09Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov
2019-06-14Fix typos and inconsistencies in code commentsMichael Paquier