- 28 Jul, 2006 1 commit
-
-
Michael Meskes authored
Connection identifier has to be unique
-
- 21 Jun, 2006 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
Added missing error handling in a few functions in ecpglib
-
- 19 Jun, 2006 1 commit
-
-
Michael Meskes authored
<joachim.wieland@credativ.de>
-
- 30 Nov, 2005 1 commit
-
-
Michael Meskes authored
- Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. - Replaced all strdup() calls by ECPGstrdup(). - Set ecpg library version to 5.2. - Set ecpg version to 4.2.1.
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 14 Apr, 2005 1 commit
-
-
Michael Meskes authored
-
- 30 Dec, 2004 1 commit
-
-
Michael Meskes authored
-
- 29 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 10 Jun, 2004 1 commit
-
-
Bruce Momjian authored
extensive change then what was suggested. I found the file path.c that contained a lot of "Unix/Windows" agnostic functions so I added a function there instead and removed the PATHSEP declaration in exec.c altogether. All to keep things from scattering all over the code. I also took the liberty of changing the name of the functions "first_path_sep" and "last_path_sep". Where I come from (and I'm apparently not alone given the former macro name PATHSEP), they should be called "first_dir_sep" and "last_dir_sep". The new function I introduced, that actually finds path separators, is now the "first_path_sep". The patch contains changes on all affected places of course. I also changed the documentation on dynamic_library_path to reflect the chagnes. Thomas Hallgren
-
- 15 Mar, 2004 1 commit
-
-
Bruce Momjian authored
i've attached this again. Additionally I include a small patch to remove mutex locking when a DEFAULT/NULL connection is being retrieved. This is consistent with libpq. Lee Kindness
-
- 14 Mar, 2004 1 commit
-
-
Michael Meskes authored
where one argument takes the result. - Applied thread patches by Lee Kindness
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 24 Nov, 2003 1 commit
-
-
Peter Eisentraut authored
Fixes compilation failure with --enable-thread-safety --with-perl and Perl 5.6.1.
-
- 24 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 08 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
NULL for it.
-
- 04 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 01 Aug, 2003 2 commits
-
-
Peter Eisentraut authored
rather than parsing the message. Add some documentation about embedded SQL.
-
Michael Meskes authored
- Added just another pgtypeslib function.
-
- 15 Jul, 2003 1 commit
-
-
Michael Meskes authored
-
- 08 Jul, 2003 1 commit
-
-
Michael Meskes authored
-
- 01 Jul, 2003 1 commit
-
-
Michael Meskes authored
Applied patch by Philip Yarra to fix some thread issues. Added a new data type "decimal" which is mostly the same as our "numeric" but uses a fixed length array to store the digits. This is for compatibility with Informix and maybe others.
-
- 26 Jun, 2003 1 commit
-
-
Michael Meskes authored
-
- 25 Jun, 2003 1 commit
-
-
Michael Meskes authored
-
- 15 Jun, 2003 1 commit
-
-
Bruce Momjian authored
Lee Kindness
-
- 13 Jun, 2003 1 commit
-
-
Michael Meskes authored
- Compatibility functions for INFORMIX handling of DECLARE statement.
-
- 20 May, 2003 1 commit
-
-
Michael Meskes authored
-
- 02 May, 2003 1 commit
-
-
Michael Meskes authored
-
- 08 Apr, 2003 1 commit
-
-
Michael Meskes authored
-
- 04 Apr, 2003 1 commit
-
-
Bruce Momjian authored
-
- 16 Mar, 2003 1 commit
-
-
Michael Meskes authored
Started working on a seperate pgtypes library. First test work. PLEASE test compilation on iother systems.
-
- 13 Feb, 2003 1 commit
-
-
Michael Meskes authored
- Started with an Informix compatibility option.
-
- 04 Sep, 2002 1 commit
-
-
Bruce Momjian authored
-
- 06 Mar, 2002 1 commit
-
-
Bruce Momjian authored
o Change all current CVS messages of NOTICE to WARNING. We were going to do this just before 7.3 beta but it has to be done now, as you will see below. o Change current INFO messages that should be controlled by client_min_messages to NOTICE. o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc. to always go to the client. o Remove INFO from the client_min_messages options and add NOTICE. Seems we do need three non-ERROR elog levels to handle the various behaviors we need for these messages. Regression passed.
-
- 23 Dec, 2001 1 commit
-
-
Michael Meskes authored
- Fixed several bugs concerning arrays of structs including a memory allocation bug.
-
- 05 Dec, 2001 1 commit
-
-
Michael Meskes authored
- Fixed bug that caused segfault when given incorrect DB name. - Fixed bug in ecpglib causing indicator to list the size of the variable instead of the size of the data.
-
- 14 Nov, 2001 1 commit
-
-
Michael Meskes authored
-
- 31 Oct, 2001 1 commit
-
-
Bruce Momjian authored
Add space between slash for ALTER TABLE / ADD .... Regression and *.po updates to follow.
-
- 25 Oct, 2001 1 commit
-
-
Bruce Momjian authored
tests pass.
-
- 19 Sep, 2001 1 commit
-
-
Michael Meskes authored
- Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <christof.petig@wtal.de>.
-