OSDN Git Service

SQL-language functions are now callable in ordinary fmgr contexts ...
[pg-rex/syncrep.git] / src / backend / utils / adt / sets.c
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom Lanesetheapoverride() is history. Uses replaced with Comma...
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-04-27 Bruce MomjianThis patch...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources