summaryrefslogtreecommitdiff
path: root/src/test/regress/regress.c
AgeCommit message (Expand)Author
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-05-30Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane
2006-05-30Add pgmagic header block to store compile-time constants:Bruce Momjian
2006-01-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-23In the stats test, delay for the stats collector to catch up using aTom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-03-20This trivial cleans up a little bit of the code inBruce Momjian
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-03-06Change made to elog:Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-08-24GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane
2000-07-30Convert all remaining geometric operators to new fmgr style. ThisTom Lane
2000-07-29PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-10-22Another day, another MAX_QUERY_SIZE dependency zapped.Tom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-02-21From: Tatsuo Ishii <[email protected]>Marc G. Fournier
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-07-20Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian