index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
catcache.c
Age
Commit message (
Expand
)
Author
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-11-16
Remove unused include
Peter Eisentraut
2022-07-17
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-02-20
Use bitwise rotate functions in more places
John Naylor
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-03-26
Add "pg_database_owner" default role.
Noah Misch
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-01-13
Fix routine name in comment of catcache.c
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-02-19
Use varargs macro for CACHEDEBUG
Peter Eisentraut
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-18
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-01-29
Save a few bytes by removing useless last argument to SearchCatCacheList.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-13
Improve sys/catcache performance.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-06-20
Add Asserts to verify that catalog cache keys are unique and not null.
Tom Lane
2014-06-20
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-07
Silence benign warnings from clang version 3.0-6ubuntu3.
Kevin Grittner
2013-09-05
Make catalog cache hash tables resizeable.
Heikki Linnakangas
2013-07-15
Assert that syscache lookups don't happen outside transactions.
Robert Haas
[next]