aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/syscache.h
Commit message (Expand)AuthorAge
* Fix permissions-checking bugs and namespace-search-path bugs inTom Lane2002-11-02
* pgindent run.Bruce Momjian2002-09-04
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Implement DROP CONVERSIONTatsuo Ishii2002-07-25
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* Update copyright to 2002.Bruce Momjian2002-06-20
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-06
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-17
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-23
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-24
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-01
* Removed (useless) pg_proc_prosrc_indexJan Wieck1999-09-30
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-09
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-20
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-20
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-28
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07