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
/
typcache.c
Commit message (
Expand
)
Author
Age
*
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-29
*
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
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
*
Improve typcache: cache negative lookup results, add invalidation logic.
Tom Lane
2014-11-28
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-06-11
*
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
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Fix race condition in enum value comparisons.
Tom Lane
2012-07-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Restructure function-internal caching in the range type code.
Tom Lane
2011-11-15
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-03
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-09-02
*
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
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-04-02
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Alphabetically order reference to include files, "S"-"Z".
Bruce Momjian
2006-07-11
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Change search for default operator classes so that it examines all opclasses
Tom Lane
2006-02-10
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
*
Marginal hack to use a specialized hash function for dynahash hashtables
Tom Lane
2005-04-14
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
[next]