summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tid.c
Commit message (Expand)AuthorAgeFilesLines
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-111-4/+5
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-9/+21
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-5/+48
* pgindent run.Bruce Momjian2002-09-041-9/+12
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-7/+1
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-281-2/+2
* Tom Lane wrote:Bruce Momjian2002-08-151-1/+7
* Fix tid to in/out as unsigned.Bruce Momjian2002-07-161-4/+18
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* AllowHiroshi Inoue2002-05-221-1/+65
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-19/+15
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+7
* Suppress compiler warning.Tom Lane2001-09-171-6/+10
* Apply 7.1.3 changes to the current tree also.Hiroshi Inoue2001-09-081-1/+11
* Fix my old fault(returns auto variable reference).Hiroshi Inoue2001-07-061-13/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-19/+20
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-47/+39
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-34/+3
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-26/+28
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+7
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-1/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-22/+23
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Clean up some minor gcc warnings.Tom Lane1999-12-201-3/+3
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-111-4/+126
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+2
* Update #include cleanupsBruce Momjian1999-07-161-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-2/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-13/+13
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-54/+55
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-4/+1
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+92