summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tid.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Make currtid() functions require SELECT privileges on the target table.Tom Lane2007-08-271-1/+19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-9/+9
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-33/+10
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-13/+91
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add mention that tid perhaps someday should be output as a record.Bruce Momjian2006-02-271-1/+2
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-3/+1
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-3/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* 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