]> granicus.if.org Git - postgresql/history - src/backend/commands/sequence.c
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / commands / sequence.c
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-01-11 Tom LaneFix sequence creation to set the t_xmin of a sequence...
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-09-19 Peter EisentrautReplace useless strcasecmp's by strcmp's.
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-23 Bruce MomjianAdd TEMPORARY sequences and have SERIAL on a temp table...
2001-06-13 Bruce MomjianFix compile failure when --enable-multibyte.
2001-06-06 Tom Laneget_seq_name should truncate name to NAMEDATALEN, so...
2001-06-01 Tom LaneCheck for malloc failure.
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-10 Tom LaneAvoid unnecessary lseek() calls by cleanups in md.c...
2001-04-04 Vadim B. MikheevHave to lock buffer while changing page' LSN.
2001-04-03 Vadim B. MikheevLog sequence creation (to initialize magic number on...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-07 Tom LaneRepair a number of places that didn't bother to check...
2001-02-13 Philip WarnerAdded some comments to setval, setval_is_called and...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-08 Tom LaneAdd missing copyright and RCS identification header.
2000-12-08 Tom LaneRemove error check that disallowed setval() on a sequen...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-11-30 Vadim B. MikheevXLOG stuff for sequences.
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-15 Philip WarnerFix prototype declaration based on patch from David...
2000-10-11 Philip WarnerAdded new SQL function setval(seq,val,bool) to restore...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-11 Tom LaneUpdate sequence-related functions to new fmgr style...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-31 Tom LaneRevise init_sequence so that it doesn't leak memory...
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
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-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
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-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianThe buffer overrun while creating sequences turns out...
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-02-07 Bruce Momjianatttypmod now -1.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
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-21 Bruce MomjianRemove archive stuff.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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-22 Vadim B. MikheevTurn constraints off for sequences & views
1997-06-02 Vadim B. MikheevOracle like currval behaviour.
1997-04-02 Vadim B. MikheevSequence numbers generators code.