summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/not_in.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-111-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-2/+5
* pgindent run.Bruce Momjian2002-09-041-3/+3
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-26/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-19/+17
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-5/+7
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-14/+27
* Add:Bruce Momjian2000-01-261-2/+3
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-8/+5
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+2
* Final cleanup.Bruce Momjian1999-07-161-1/+1
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-5/+3
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-151-23/+30
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-6/+6
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-4/+3
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-3/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-2/+1
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-6/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-17/+17
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-71/+77
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+4
* 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/+124