]> granicus.if.org Git - postgresql/history - src/test/regress/pg_regress.c
Update copyright for 2016
[postgresql] / src / test / regress / pg_regress.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-21 Andrew DunstanFix location of output logs of pg_regress
2015-07-07 Fujii MasaoFix incorrect path in pg_regress log messages.
2015-06-05 Tom LaneGet rid of a //-style comment.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-03-30 Andrew DunstanRun pg_upgrade and pg_resetxlog with restricted token...
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-15 Peter Eisentrautpg_regress: Write processed input/*.source into output dir
2015-01-20 Tom LaneIn pg_regress, remove the temporary installation upon...
2015-01-18 Noah MischActivate low-volume optional logging during regression...
2015-01-16 Noah MischUpdate "pg_regress --no-locale" for Darwin and Windows.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Noah MischHave config_sspi_auth() permit IPv6 localhost connections.
2014-12-18 Noah MischLock down regression testing temporary clusters on...
2014-06-14 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-03-29 Noah MischRevert "Secure Unix-domain sockets of "make check"...
2014-03-29 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-03 Peter EisentrautFix whitespace
2014-03-03 Stephen FrostAnother round of Coverity fixes
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-13 Kevin GrittnerFree ignorelist after each regression test schedule.
2013-11-08 Robert HaasFix pg_isolation_regress to work outside its build...
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-01-30 Peter Eisentrautpg_regress: Allow overriding diff options
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-01 Tom LanePrevent passing gmake's environment variables down...
2012-11-30 Bruce MomjianMove long_options structures to the top of main() funct...
2012-07-21 Tom LaneUse --nosync during make check's initdb call.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-24 Robert HaasLots of doc corrections.
2012-03-17 Andrew DunstanHonor inputdir and outputdir when converting regression...
2012-02-21 Peter Eisentrautpg_regress: Add application name setting
2012-01-02 Peter Eisentrautpg_regress: Replace exit_nicely() with exit() plus...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-30 Peter EisentrautClean up pg_regress --help output
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-06-18 Peter EisentrautCapitalization fixes
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-15 Andrew DunstanFix bad macro call noticed by MSVC compiler.
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-19 Andrew DunstanSilence compiler warning about casting HANDLE to long...
2011-04-15 Peter EisentrautRename pg_regress option --multibyte to --encoding
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-17 Andrew DunstanUse correct PATH separator for Cygwin in pg_regress.c.
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-02-15 Peter EisentrautAllow make check in PL directories
2011-01-24 Robert Haassepgsql, an SE-Linux integration for PostgreSQL
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-04 Peter EisentrautMake output width consistent for all ways of invoking...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-06-12 Bruce MomjianAdd missing --use-existing --help mention from regressi...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-24 Tom LaneMake pg_regress use CREATE OR REPLACE LANGUAGE, so...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-11-23 Tom LaneUse diff's -w switch only on Windows, to avoid problems...
2009-11-22 Tom LaneRemove -w (--ignore-all-space) option from pg_regress...
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-08-18 Teodor SigaevIntroduce filtering dictionary support to tsearch....
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-02-12 Peter EisentrautUnset language-related locale settings in any case...
2009-02-11 Peter EisentrautOnly unset the locale environment when --no-locale...
2009-01-28 Magnus HaganderChange warning-silencing code not to cast the pointer...
2009-01-27 Magnus HaganderSilence compiler warning on win32.
2009-01-08 Bruce MomjianFix memory leak for file name if expect file name conta...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-28 Peter EisentrautReduce risk of accidentally running temp-install regres...
2008-11-26 Tom LaneLet's see if using -c instead of -- style fixes the...
2008-11-25 Tom LaneRemove PGINTERVALSTYLE from the set of special environm...
2008-11-25 Peter EisentrautIf pg_ctl stop fails, print an error message and exit...
2008-11-20 Magnus HaganderSilence compiler warning about ignored return value...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-10-01 Peter EisentrautAllow pg_regress to be run outside the build tree....
2008-08-05 Tom LaneFix some message style guideline violations in pg_regre...
2008-08-03 Tom LaneFix copy-and-pasteo that's causing pg_regress to lie...
2008-05-17 Tom LaneImprove pg_regress so that it reports the fact if any...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-04 Magnus HaganderUse windows DACL fix for pg_regress as well.
2008-02-20 Tom LaneMake pg_regress -V consistent with the corresponding...
2008-01-19 Tom LaneMake pg_regress clean out the testtablespace directory...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-27 Tom LaneFix pg_regress to check the directory it is actually...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-09 Andrew DunstanProvide for a file specifying non-standard config optio...
2007-07-18 Alvaro HerreraCast NULL to a pointer type in the execl() call, to...
2007-06-12 Magnus HaganderSpecifying a dbname should override the default databas...
2007-06-12 Magnus HaganderFix missing variable initialization.
next