aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Link libpq with libgssapi if configure finds it, asMagnus Hagander2008-10-01
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Get rid of pgpass_from_client tracking inside libpq --- given the conclusionTom Lane2008-09-22
* Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane2008-09-22
* Add a PQfireResultCreateEvents function to allow applications to mimic theTom Lane2008-09-19
* Improve the recently-added libpq events code to provide more consistentTom Lane2008-09-19
* Add additional rules so that make init-po for ecpg gets up to date flex andPeter Eisentraut2008-09-19
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-17
* Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane2008-09-10
* Sigh, I missed checking the ecpg tests ...Tom Lane2008-09-01
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Synced parser.Michael Meskes2008-08-20
* Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander2008-08-20
* Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes2008-08-19
* Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.Bruce Momjian2008-08-16
* Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera2008-07-17
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Fix standalone libpq build on win32.Magnus Hagander2008-06-27
* Synced parserMichael Meskes2008-06-26
* Add libpq comment about how to determine the format used for passingBruce Momjian2008-06-23
* Added lost sysmbol SQL_SQL to list of allowed variable names.Michael Meskes2008-06-04
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-29
* Link in keywords file instead of copying it.Michael Meskes2008-05-21
* Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander2008-05-21
* ecpg_keywords.o also depends on preproc.hMichael Meskes2008-05-21
* Synced parser.Michael Meskes2008-05-20
* okay, looks like ecpg/compatlib needs -lintl too.Tom Lane2008-05-18
* Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian2008-05-17
* ecpglib needs to link with libintl if it's in use.Tom Lane2008-05-17
* fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markersAndrew Dunstan2008-05-17
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander2008-05-16
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Fix a few warnings that have crept into CVS HEAD.Bruce Momjian2008-05-14
* Check for non-existant connection in prepare statement handling.Michael Meskes2008-05-12
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* Add more dependencies from libpgport required byMagnus Hagander2008-05-05
* Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan2008-04-16
* Make parameters in implementation have same const:ness as the ones inMagnus Hagander2008-04-10
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-10
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-31
* Sorry, copied wrong files.Michael Meskes2008-03-27
* - Moved from PQsetdbLogin to PQconnectDB.Michael Meskes2008-03-27
* added ECPGget_PGconn to exports.txtMichael Meskes2008-03-25
* Corrected version number.Michael Meskes2008-03-21
* More README src cleanups.Bruce Momjian2008-03-21
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-20
* Changed statement escaping to not escape continuation line markers.Michael Meskes2008-03-20