summaryrefslogtreecommitdiff
path: root/src/backend/access/common/tupdesc.c
Commit message (Expand)AuthorAgeFilesLines
* TOASTJan Wieck2000-07-031-10/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* CleanupBruce Momjian2000-05-221-2/+2
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-221-4/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-14/+17
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-1/+66
* Add:Bruce Momjian2000-01-261-2/+3
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-211-3/+7
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-201-1/+14
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-17/+12
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-8/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-7/+7
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-2/+3
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-18/+18
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+3
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-3/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-2/+2
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-2/+2
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* Pass around typmod as int16.Bruce Momjian1998-02-101-3/+3
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-6/+9
* atttypmod now -1.Bruce Momjian1998-02-071-2/+2
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-13/+4
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-8/+9
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-3/+3
* Cleanup for array fix patch.Bruce Momjian1997-09-101-2/+4
* Fix for arrays.Bruce Momjian1997-09-101-1/+5
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-32/+32
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-437/+453
* CreateTupleDescCopy don't copy constraints now!Vadim B. Mikheev1997-08-221-14/+161
* Name change cleanup.Bruce Momjian1997-08-211-2/+2
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-211-5/+5