]> granicus.if.org Git - postgresql/history - src/include/commands/sequence.h
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
[postgresql] / src / include / commands / sequence.h
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Bruce Momjian> gettimeofday.c:35: warning: integer constant is too...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-06-07 Neil ConwayAdd a function lastval(), which returns the value retur...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-03-20 Bruce MomjianTodo items:
2003-03-20 Bruce Momjian> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-22 Tom LaneModify sequence state storage to eliminate dangling...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-23 Bruce MomjianRename int4 to int32 in a few places.
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-11-30 Vadim B. MikheevXLOG stuff for sequences.
2000-10-11 Philip WarnerAdded new SQL function setval(seq,val,bool) to restore...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-11 Tom LaneUpdate sequence-related functions to new fmgr style...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1997-11-26 Bruce MomjianCleanup up include files.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-04-02 Vadim B. MikheevPrototypes for sequence.c