summaryrefslogtreecommitdiff
path: root/src/include/utils/syscache.h
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-24/+24
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Fix permissions-checking bugs and namespace-search-path bugs inTom Lane2002-11-021-2/+2
* pgindent run.Bruce Momjian2002-09-041-3/+4
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-1/+5
* Implement DROP CONVERSIONTatsuo Ishii2002-07-251-22/+24
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-24/+25
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-111-22/+22
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-2/+2
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+2
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-2/+2
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-32/+31
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-2/+2
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-061-1/+6
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-2/+2
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-2/+2
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-221-13/+15
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-28/+30
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-26/+28
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+2
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-23/+24
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-5/+3
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-15/+13
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-5/+15
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-171-26/+6
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-231-6/+4
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-5/+6
* Add system indexes to match all caches.Bruce Momjian1999-11-221-32/+29
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-011-13/+13
* Removed (useless) pg_proc_prosrc_indexJan Wieck1999-09-301-4/+3
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-091-2/+3
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-201-13/+14
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-201-14/+13
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-13/+10