index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
lsyscache.c
Age
Commit message (
Expand
)
Author
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-03-18
Add some opfamily support functions to lsyscache.c
Peter Eisentraut
2025-03-08
Make amcanorder independent of amconsistentordering
Peter Eisentraut
2025-03-07
Improve possible performance regression
Peter Eisentraut
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-02-27
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-02-01
Add get_opfamily_name() function
Peter Eisentraut
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-04-15
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint
Alvaro Herrera
2024-03-25
Allow specifying an access method for partitioned tables
Alvaro Herrera
2024-03-06
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-07-20
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-14
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-18
Don't read MCV stats needlessly in eqjoinsel().
Tom Lane
2022-08-02
Move common catalog cache access routines to lsyscache.c
Amit Kapila
2022-03-11
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-30
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-02-10
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-12-11
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-11-19
Hash support for row types
Peter Eisentraut
2020-10-25
Fix incorrect parameter name in a function header comment
David Rowley
2020-06-05
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-10
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-09-09
Fix handling of non-key columns get_index_column_opclass()
Alexander Korotkov
2019-06-14
Fix typos and inconsistencies in code comments
Michael Paquier
[next]