aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Fixed possible segfault in type.c (by Juergen Cappel)Michael Meskes2004-03-29
* Fix brain-dead placement of global variable declaration.Tom Lane2004-03-27
* Fix for SSL compile.Bruce Momjian2004-03-25
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-24
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-24
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* The "cvs add" of test_thread_implicit.pgc seems to have been missed,Bruce Momjian2004-03-15
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-15
* Fix error in termination of COPY IN mode when using V2 protocol.Tom Lane2004-03-14
* Fix ecpg_sqlca_key_destructor to return void.Bruce Momjian2004-03-14
* - Fixed Informix compat math functions to cope with the situationsMichael Meskes2004-03-14
* Rename incorrect references to nonblock.c to noblock.c. Claudio.Bruce Momjian2004-03-12
* Move non-blocking code into its own /port file, for code clarity.Bruce Momjian2004-03-10
* Make a separate win32 debug DLL along with the non-debug version:Bruce Momjian2004-03-09
* libpq's query to get the OIDs of large-object support functions was notTom Lane2004-03-05
* - Fixed segfault due to missing check for variable declaration.Michael Meskes2004-03-04
* Added partly missing VOLATILE keyword.Michael Meskes2004-03-02
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-24
* - Corrected error handling in PGTYPEStimestamp_from_asc.Michael Meskes2004-02-24
* Fixed incorrect output of indicator structs using the name of the data struct.Michael Meskes2004-02-23
* Added missing rule for DOUBLE variables.Michael Meskes2004-02-18
* - Cleaned up parser a little bit. It does not make sense to allow aMichael Meskes2004-02-16
* New translationPeter Eisentraut2004-02-15
* - Allowed some C keywords to be used as SQL column names.Michael Meskes2004-02-15
* - Added missing braces to array parsing.Michael Meskes2004-02-15
* More clearly describe why PQinSend returns false for non-threaded libpq.Bruce Momjian2004-02-10
* Repair missing inclusions of -lintl for shared libraries.Tom Lane2004-02-10
* Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter canNeil Conway2004-02-02
* Briefly,Bruce Momjian2004-02-02
* Fix typo.Tom Lane2004-01-28
* Removed some debugging output.Michael Meskes2004-01-28
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-28
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.Michael Meskes2004-01-21
* Remove JDBC from the build system and documentation, too.Tom Lane2004-01-19
* missed a few filesPostgreSQL Daemon2004-01-19
* JDBC is now on GBorgPostgreSQL Daemon2004-01-19
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Translation updatePeter Eisentraut2004-01-13
* Fix ecpg test program to properly access int* null indicator.Bruce Momjian2004-01-13
* Add comment about synchronous signals.Bruce Momjian2004-01-09
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-09
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Translation updatesPeter Eisentraut2004-01-05
* Fixed bug in GRANT OPTION FOR parsing.Michael Meskes2004-01-04
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-04
* Added missing whitespaces to array argument parsing.Michael Meskes2003-12-29
* Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane2003-12-28
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-28
* Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes2003-12-24