]> granicus.if.org Git - postgresql/history - src/test/regress/regress.c
Update copyright for 2018
[postgresql] / src / test / regress / regress.c
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-05 Peter EisentrautDocument and use SPI_result_code_string()
2017-09-15 Robert HaasTest coverage for CREATE/ALTER FOREIGN DATA WRAPPER...
2017-08-31 Peter EisentrautRemove to pre-8.2 coding convention for PG_MODULE_MAGIC
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-07 Andres FreundImprove 64bit atomics support.
2017-03-30 Andres FreundRemove support for version-0 calling conventions.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-08 Tom LaneReplace uses of SPI_modifytuple that intend to allocate...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-01-09 Tom LaneClean up code for widget_in() and widget_out().
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-03-07 Noah MischAdd CHECK_FOR_INTERRUPTS() to the wait_pid() loop.
2015-02-03 Tom LaneRemove unused "m" field in LSEG.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-21 Heikki LinnakangasAdd a comment to regress.c explaining what it contains.
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-07-22 Noah MischDiagnose incompatible OpenLDAP versions during build...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-01-07 Peter EisentrautAdd more use of psprintf()
2013-07-02 Robert HaasAdd support for multiple kinds of external toast datums.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2010-10-08 Tom LaneFix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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.
next