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
/
ts_cache.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
*
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-06-10
*
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-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-04-06
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update comments concerning PGC_S_TEST.
Tom Lane
2013-09-03
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Fix error-checking typo in check_TSCurrentConfig().
Tom Lane
2013-01-20
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2012-01-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Remove a couple of unnecessary calls of CreateCacheMemoryContext. These
Tom Lane
2009-12-27
[next]