index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
lsyscache.c
Commit message (
Expand
)
Author
Age
*
Allow specifying an access method for partitioned tables
Alvaro Herrera
2024-03-25
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
*
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-14
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Don't read MCV stats needlessly in eqjoinsel().
Tom Lane
2022-11-18
*
Move common catalog cache access routines to lsyscache.c
Amit Kapila
2022-08-02
*
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-03-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-11-30
*
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-27
*
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-11
*
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-12-09
*
Hash support for row types
Peter Eisentraut
2020-11-19
*
Fix incorrect parameter name in a function header comment
David Rowley
2020-10-25
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
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-10
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix handling of non-key columns get_index_column_opclass()
Alexander Korotkov
2019-09-09
*
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-14
*
Fix compiler warning
Peter Eisentraut
2019-04-05
*
Generated columns
Peter Eisentraut
2019-03-30
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Remove get_attidentity()
Peter Eisentraut
2018-10-23
*
Remove get_atttypmod()
Peter Eisentraut
2018-10-23
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
[next]