aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-01
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Relcache Size fix.Bruce Momjian1999-01-22
* Fix for Size sizeof in cache code.Bruce Momjian1999-01-22
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Hi all,Bruce Momjian1998-08-28
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Change owner from oid to int4 type.Bruce Momjian1998-08-11
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-01
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Cleanup Name usage.Bruce Momjian1998-07-20
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* This patch...Bruce Momjian1998-04-27
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-23
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-14
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-17
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Change column number constant to reflect change in column nameThomas G. Lockhart1997-10-25
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* RelationBuildRuleLock(): char* --> Datum for ruleaction andVadim B. Mikheev1997-09-12
* 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
* Calls of RelationBuildTriggers() & FreeTriggerDesc()Vadim B. Mikheev1997-09-01
* Fetch information about DEFAULT/CHECK while openning a relation.Vadim B. Mikheev1997-08-22
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-21