aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/regress.c
Commit message (Expand)AuthorAge
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-06
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Clean up code for widget_in() and widget_out().Tom Lane2016-01-09
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.Noah Misch2015-03-07
* Remove unused "m" field in LSEG.Tom Lane2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Add a comment to regress.c explaining what it contains.Heikki Linnakangas2014-11-21
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-22
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Add support for multiple kinds of external toast datums.Robert Haas2013-07-02
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-08
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane2006-05-30
* Add pgmagic header block to store compile-time constants:Bruce Momjian2006-05-30
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-23
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-21
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* This trivial cleans up a little bit of the code inBruce Momjian2003-03-20
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Change made to elog:Bruce Momjian2002-03-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane2000-08-24
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-30