summaryrefslogtreecommitdiff
path: root/src/test/regress/regress.c
Commit message (Expand)AuthorAgeFilesLines
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane2006-05-301-2/+5
* Add pgmagic header block to store compile-time constants:Bruce Momjian2006-05-301-2/+3
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-17/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+12
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-231-1/+18
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-5/+3
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-3/+3
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-4/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-3/+3
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-271-6/+2
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-2/+2
* This trivial cleans up a little bit of the code inBruce Momjian2003-03-201-21/+19
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-1/+61
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-1/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-15/+16
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+3
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-3/+35
* GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane2000-08-241-3/+3
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-301-55/+59
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-291-2/+3
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-2/+3
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-25/+22
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-111-5/+5
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-12/+12
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-31/+32
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+2
* Another day, another MAX_QUERY_SIZE dependency zapped.Tom Lane1999-10-221-15/+22
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+2
* pgindent run over code.Bruce Momjian1999-05-251-6/+6
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-3/+3
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-3/+3
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-26/+26
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-201-5/+5
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-4/+4
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-4/+4
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-4/+4
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-94/+97
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-2/+2
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-6/+6
* Regression cleanup of WARN.Bruce Momjian1998-01-061-19/+19
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-061-3/+3