summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename a libpq NOT_USED SSL function toBruce Momjian2008-02-161-87/+31
* Allow AS to be omitted when specifying an output column name in SELECTTom Lane2008-02-151-4/+6
* Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes2008-02-155-41/+19
* - EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes2008-02-147-12/+110
* Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes2008-02-144-14/+9
* *** empty log message ***Michael Meskes2008-02-146-11/+20
* Bump minor library version numbers for 8.4.Bruce Momjian2008-02-135-10/+10
* Stamp HEAD as 8.4devel.Tom Lane2008-02-131-4/+4
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-075-20/+24
* Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane2008-01-311-24/+11
* Translation updatesPeter Eisentraut2008-01-311-52/+52
* Translation updatesPeter Eisentraut2008-01-303-420/+595
* Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;Tom Lane2008-01-291-73/+50
* Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane2008-01-291-30/+63
* Insert into getCopyDataMessage() the same logic that already existed in theTom Lane2008-01-171-1/+18
* Be less wishy-washy in the documentation and comments about whether aTom Lane2008-01-151-4/+3
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-158-156/+126
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-141-44/+93
* Set valid return values even in case of an error to prevent segfaults.Michael Meskes2008-01-142-23/+56
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-133-5/+10
* Fixed lexer to correctly parse C quotes.Michael Meskes2008-01-112-35/+23
* Generate and include manifest in standalone libpq build on Windows.Magnus Hagander2008-01-101-0/+6
* informix.c was violating the coding rule about not including anyTom Lane2008-01-081-3/+4
* Fix some missed copyright updates.Tom Lane2008-01-011-1/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0128-55/+55
* Sorry, hit the wrong button with my last commit. Here's the correct changelog:Michael Meskes2007-12-281-1/+1
* *** empty log message ***Michael Meskes2007-12-285-41/+53