- Dec 24, 2010
-
-
Andrew Dunstan authored
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble.
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Jul 05, 2010
-
-
Tom Lane authored
linking both executables and shared libraries, and we add on LDFLAGS_EX when linking executables or LDFLAGS_SL when linking shared libraries. This provides a significantly cleaner way of dealing with link-time switches than the former behavior. Also, make sure that the various platform-specific %.so: %.o rules incorporate LDFLAGS and LDFLAGS_SL; most of them missed that before. (I did not add these variables for the platforms that invoke $(LD) directly, however. It's not clear if we can do that safely, since for the most part we assume these variables use CC command-line syntax.) Per gripe from Aaron Swenson and subsequent investigation.
-
- Dec 19, 2009
-
-
Alvaro Herrera authored
-
- Jan 15, 2009
-
-
Peter Eisentraut authored
normalization.
-
- Jan 05, 2009
-
-
Peter Eisentraut authored
of pwd vs. pwd -W is correctly a function of the build system, not the host system.
-
- Dec 01, 2008
-
-
Michael Meskes authored
-
- Nov 29, 2008
-
-
Tom Lane authored
but I think this is enough to turn the buildfarm green again.
-
- Oct 21, 2008
-
-
Peter Eisentraut authored
-
- Aug 14, 2007
-
-
Michael Meskes authored
- Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit
-
- Jun 15, 2007
-
-
Michael Meskes authored
-
- Jun 12, 2007
-
-
Alvaro Herrera authored
-
Magnus Hagander authored
-
Magnus Hagander authored
regression driver into two parts and reusing half of it. Required to run ECPG tests without a shell on MSVC builds. Fix ECPG thread tests for MSVC build (incl output files). Joachim Wieland and Magnus Hagander
-
- Mar 29, 2007
-
-
Michael Meskes authored
win32 threads. - Fixed regression tests to run threading tests.
-
- Feb 09, 2007
-
-
Peter Eisentraut authored
-
- Jan 21, 2007
-
-
Peter Eisentraut authored
-
- Jan 20, 2007
-
-
Peter Eisentraut authored
-
- Jan 12, 2007
-
-
Michael Meskes authored
create expected file with correct port number
-
- Sep 08, 2006
-
-
Michael Meskes authored
-
- Sep 05, 2006
-
-
Michael Meskes authored
Added some interval checks to regression suite.
-
- Aug 29, 2006
-
-
Michael Meskes authored
Changed file paths in expected files too.
-
- Aug 28, 2006
-
-
Tom Lane authored
builds all the files needed for its regression tests, but the tests themselves fail because of diffs in the #line directives output by ecpg itself. Not sure what to do about that.
-
- Aug 19, 2006
-
-
Michael Meskes authored
-
- Aug 08, 2006
-
-
Tom Lane authored
-
- Aug 04, 2006
-
-
Tom Lane authored
not merely remove their contents. Else 'cvs update' complains.
-
Michael Meskes authored
-
- Aug 02, 2006
-
-
Michael Meskes authored
Implemented EXEC SQL UNDEF. Applied first version of the regression test patch by Joachim Wieland <joe@mcknight.de>.
-
- Feb 08, 2006
-
-
Michael Meskes authored
Fixed missing continuation line character. Do not translate $-quoting. Bit field notation belongs to a variable not a variable list. Output of line number only done by one function.
-
- Feb 04, 2006
-
-
Michael Meskes authored
Added some default rules to lexer Added log output to prepare statement Added some more stuff to a test case
-
- Jan 24, 2006
-
-
Michael Meskes authored
- Added another test case.
-
- Jun 30, 2005
-
-
Neil Conway authored
-
- Jun 02, 2005
-
-
Michael Meskes authored
- Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware.
-
- May 07, 2004
-
-
Michael Meskes authored
- Fixed bug that reversed string length in typedefs. - Added portability file to pgtypeslib.
-
- Apr 30, 2004
-
-
Bruce Momjian authored
from our code.
-
- Apr 25, 2004
-
-
Bruce Momjian authored
-
- Apr 23, 2004
-
-
Bruce Momjian authored
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
-
- Mar 14, 2004
-
-
Michael Meskes authored
where one argument takes the result. - Applied thread patches by Lee Kindness
-
- Dec 20, 2003
-
-
Bruce Momjian authored
tools/thread to run even if configure didn't enable threads because this test is used before enabling threads for the OS.
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-