summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2008-06-26Synced parserMichael Meskes
2008-06-23Add libpq comment about how to determine the format used for passingBruce Momjian
2008-06-04Added lost sysmbol SQL_SQL to list of allowed variable names.Michael Meskes
2008-05-29Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane
2008-05-21Link in keywords file instead of copying it.Michael Meskes
2008-05-21Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander
2008-05-21ecpg_keywords.o also depends on preproc.hMichael Meskes
2008-05-20Synced parser.Michael Meskes
2008-05-18okay, looks like ecpg/compatlib needs -lintl too.Tom Lane
2008-05-17Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian
2008-05-17ecpglib needs to link with libintl if it's in use.Tom Lane
2008-05-17fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markersAndrew Dunstan
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-16Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-05-14Fix a few warnings that have crept into CVS HEAD.Bruce Momjian
2008-05-12Check for non-existant connection in prepare statement handling.Michael Meskes
2008-05-09Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut
2008-05-05Add more dependencies from libpgport required byMagnus Hagander
2008-04-16Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan
2008-04-10Make parameters in implementation have same const:ness as the ones inMagnus Hagander
2008-04-10PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut
2008-03-31Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane
2008-03-27Sorry, copied wrong files.Michael Meskes
2008-03-27- Moved from PQsetdbLogin to PQconnectDB.Michael Meskes
2008-03-25added ECPGget_PGconn to exports.txtMichael Meskes
2008-03-21Corrected version number.Michael Meskes
2008-03-21More README src cleanups.Bruce Momjian
2008-03-20Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes
2008-03-20Changed statement escaping to not escape continuation line markers.Michael Meskes
2008-03-19Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii
2008-03-18Don't need -Wno-error anymore, because flex is no longer producing warnings.Peter Eisentraut
2008-03-18Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut
2008-03-05Include -lgss in libpq link, if available. Bjorn MunchTom Lane
2008-03-02Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes
2008-03-01Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane
2008-02-26Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut
2008-02-26Fix uninstall target.Peter Eisentraut
2008-02-26Create two separate libpq.rc's: One that is built at build time, and onePeter Eisentraut
2008-02-26Refactor the code that creates the shared library export files to appearPeter Eisentraut
2008-02-17- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes
2008-02-16Rename a libpq NOT_USED SSL function toBruce Momjian
2008-02-15Allow AS to be omitted when specifying an output column name in SELECTTom Lane
2008-02-15Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes
2008-02-14- EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes
2008-02-14Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes
2008-02-14*** empty log message ***Michael Meskes
2008-02-13Bump minor library version numbers for 8.4.Bruce Momjian
2008-02-13Stamp HEAD as 8.4devel.Tom Lane