index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
lsyscache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
1
-16
/
+5
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Don't read MCV stats needlessly in eqjoinsel().
Tom Lane
2022-11-18
1
-0
/
+4
*
Move common catalog cache access routines to lsyscache.c
Amit Kapila
2022-08-02
1
-0
/
+101
*
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-03-11
1
-3
/
+13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-11-30
1
-1
/
+1
*
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-27
1
-1
/
+1
*
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
1
-0
/
+27
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Multirange datatypes
Alexander Korotkov
2020-12-20
1
-1
/
+61
*
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-11
1
-5
/
+2
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
1
-4
/
+63
*
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-09
1
-0
/
+27
*
Hash support for row types
Peter Eisentraut
2020-11-19
1
-1
/
+6
*
Fix incorrect parameter name in a function header comment
David Rowley
2020-10-25
1
-1
/
+1
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
1
-13
/
+49
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-4
/
+4
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
1
-0
/
+23
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
1
-0
/
+35
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
1
-0
/
+23
*
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
1
-0
/
+26
*
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
1
-0
/
+23
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-2
/
+2
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
1
-0
/
+26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix handling of non-key columns get_index_column_opclass()
Alexander Korotkov
2019-09-09
1
-1
/
+11
*
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-14
1
-1
/
+1
*
Fix compiler warning
Peter Eisentraut
2019-04-05
1
-10
/
+7
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+33
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
1
-0
/
+16
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
1
-29
/
+16
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
1
-0
/
+19
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-2
/
+2
*
Remove get_attidentity()
Peter Eisentraut
2018-10-23
1
-32
/
+0
*
Remove get_atttypmod()
Peter Eisentraut
2018-10-23
1
-28
/
+1
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
1
-0
/
+24
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
1
-0
/
+68
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
1
-6
/
+6
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
1
-23
/
+8
*
Fix typo
Alvaro Herrera
2018-01-03
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-0
/
+19
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-7
/
+7
*
Support domains over composite types.
Tom Lane
2017-10-26
1
-2
/
+16
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
1
-4
/
+4
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
1
-78
/
+71
[next]