summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAgeFilesLines
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-2/+3
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-141-7/+4
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-15/+15
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-15/+15
* Remove archive stuff.Bruce Momjian1997-11-211-8/+7
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-6/+6
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-171-2/+2
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-4/+1
* Change column number constant to reflect change in column nameThomas G. Lockhart1997-10-251-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-9/+9
* RelationBuildRuleLock(): char* --> Datum for ruleaction andVadim B. Mikheev1997-09-121-7/+7
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-8/+8
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-190/+190
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1702/+1791
* Calls of RelationBuildTriggers() & FreeTriggerDesc()Vadim B. Mikheev1997-09-011-1/+12
* Fetch information about DEFAULT/CHECK while openning a relation.Vadim B. Mikheev1997-08-221-30/+127
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-211-2/+2
* Read info for DEFAULT from pg_attrdef.Vadim B. Mikheev1997-08-211-41/+154
* More NOT_USEDsBruce Momjian1997-08-201-24/+19
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-5/+13
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-191-3/+22
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-4/+4
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-4/+4
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-031-2/+1
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-1/+2
* New func RelationForgetRelation();Vadim B. Mikheev1997-06-041-9/+53
* RelationPurgeLocalRelation():Vadim B. Mikheev1997-05-221-4/+11
* Little memmory leak in RelationFlushRelation() in freeingVadim B. Mikheev1997-05-201-6/+6
* More stuff to make it compile on various ports.Bryan Henderson1996-11-271-1/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-4/+4
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-6/+3
* Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier1996-10-241-2/+9
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-9/+15
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1795