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