summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-10/+6
* Synced parser.Michael Meskes2008-08-202-4/+23
* Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander2008-08-201-1/+10
* Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes2008-08-196-26/+82
* Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.Bruce Momjian2008-08-161-2/+37
* Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera2008-07-173-0/+3
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-2/+4
* Fix standalone libpq build on win32.Magnus Hagander2008-06-271-2/+11
* Synced parserMichael Meskes2008-06-262-41/+44
* Add libpq comment about how to determine the format used for passingBruce Momjian2008-06-231-2/+4
* Added lost sysmbol SQL_SQL to list of allowed variable names.Michael Meskes2008-06-042-1/+6
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-295-25/+30
* Link in keywords file instead of copying it.Michael Meskes2008-05-211-3/+3
* Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander2008-05-211-5/+8
* ecpg_keywords.o also depends on preproc.hMichael Meskes2008-05-211-2/+2
* Synced parser.Michael Meskes2008-05-2013-629/+274
* okay, looks like ecpg/compatlib needs -lintl too.Tom Lane2008-05-181-3/+3
* Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian2008-05-171-8/+3
* ecpglib needs to link with libintl if it's in use.Tom Lane2008-05-171-2/+2
* fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markersAndrew Dunstan2008-05-173-9/+0
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-179-0/+27
* Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander2008-05-164-17/+56
* Add localization support to ecpg.Peter Eisentraut2008-05-1652-1571/+1693
* Fix a few warnings that have crept into CVS HEAD.Bruce Momjian2008-05-141-2/+1
* Check for non-existant connection in prepare statement handling.Michael Meskes2008-05-123-6/+17
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-091-1/+2
* Add more dependencies from libpgport required byMagnus Hagander2008-05-051-0/+28
* Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan2008-04-161-2/+2
* Make parameters in implementation have same const:ness as the ones inMagnus Hagander2008-04-101-2/+2
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-102-1/+6
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-074-16/+9
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-312-9/+7
* Sorry, copied wrong files.Michael Meskes2008-03-273-2/+3
* - Moved from PQsetdbLogin to PQconnectDB.Michael Meskes2008-03-2743-108/+154
* added ECPGget_PGconn to exports.txtMichael Meskes2008-03-252-1/+6
* Corrected version number.Michael Meskes2008-03-211-2/+2
* More README src cleanups.Bruce Momjian2008-03-213-0/+6
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-205-16/+31
* Changed statement escaping to not escape continuation line markers.Michael Meskes2008-03-202-2/+18
* Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii2008-03-193-5/+34
* Don't need -Wno-error anymore, because flex is no longer producing warnings.Peter Eisentraut2008-03-181-4/+1
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-182-16/+8
* Include -lgss in libpq link, if available. Bjorn MunchTom Lane2008-03-051-2/+2
* Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes2008-03-026-71/+122
* Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane2008-03-012-6/+8
* Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut2008-02-261-2/+2
* Fix uninstall target.Peter Eisentraut2008-02-261-0/+1
* Create two separate libpq.rc's: One that is built at build time, and onePeter Eisentraut2008-02-264-14/+18
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-264-233/+25
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-1752-63/+52