aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/not_in.c
Commit message (Expand)AuthorAge
* pgindent run.Bruce Momjian2002-09-04
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-30
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-07
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Add:Bruce Momjian2000-01-26
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* 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
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09