]> granicus.if.org Git - postgresql/history - src/test/regress/regress.c
Update copyright for the year 2010.
[postgresql] / src / test / regress / regress.c
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-05-30 Tom LaneCode review for magic-block patch. Remove separate...
2006-05-30 Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-01-11 Tom LaneCreate a standard function pg_sleep() to sleep for...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-23 Tom LaneIn the stats test, delay for the stats collector to...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-03-20 Bruce MomjianThis trivial cleans up a little bit of the code in
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-03-06 Bruce MomjianChange made to elog:
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-08-24 Tom LaneGetAttributeByName and GetAttributeByNum should be...
2000-07-30 Tom LaneConvert all remaining geometric operators to new fmgr...
2000-07-29 Tom LanePATH and POLYGON datatypes are now TOASTable. Associat...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-11 Tom LaneUpdate sequence-related functions to new fmgr style...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-10-22 Tom LaneAnother day, another MAX_QUERY_SIZE dependency zapped.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-06 Bruce MomjianRegression cleanup of WARN.
1998-01-06 Bruce MomjianChange some labels in bootparse to make ctags happy...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-10 Thomas G. LockhartRemove unnecessary inclusion of <ctype.h>.
1997-09-24 Vadim B. MikheevAdded: ttdummy() - variation of timetravel() function
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-11 Vadim B. MikheevTests for spi/triggers
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-29 Thomas G. LockhartUse better routines from geometry library.
1997-04-22 Marc G. FournierMajor patch from Thomas Lockhart <Thomas.G.Lockhart...
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1996-12-09 Bryan HendersonRemove include of libpq-fe.h. This file has nothing...
1996-11-12 Bryan HendersonQuiet compiler warnings.
1996-11-11 Marc G. FournierAdd include file postgres.h
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01