aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Applied patch by Oliver Jowett to clean up some exception handlingBarry Lind2003-08-11
* Applied patch from Oliver Jowett to improve a buffer sizing.Barry Lind2003-08-11
* Applied patch from Kim Ho to fix a regression against a 7.4 server. The resultBarry Lind2003-08-11
* Translation updatesPeter Eisentraut2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* sprompt not needed in libpq.Bruce Momjian2003-08-08
* Fix null checking of type decimal datums without indicator in InformixPeter Eisentraut2003-08-08
* Be a little bit more careful about using sqlstate, in case libpq returnedPeter Eisentraut2003-08-08
* Translation updates by Dennis BjörklundPeter Eisentraut2003-08-08
* Remove postgres_ext.h inclusion -- not necessary.Peter Eisentraut2003-08-08
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-08
* Makefile cleanup.Bruce Momjian2003-08-08
* Cleanup.Bruce Momjian2003-08-08
* Makefile cleanup.Bruce Momjian2003-08-08
* More thread.c cleanup.Bruce Momjian2003-08-08
* More threading cleanups.Bruce Momjian2003-08-08
* threads.c -> thread.c, be consistent.Bruce Momjian2003-08-08
* Clean up function header.Bruce Momjian2003-08-07
* Make table column type TEXT.Bruce Momjian2003-08-07
* Add iteration option to thread test program.Bruce Momjian2003-08-07
* Update ecpg thread testing program to be more automated.Bruce Momjian2003-08-07
* Include postgres_ext.h instead of postgres_fe.h. This allows ecpgBruce Momjian2003-08-07
* Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpgBruce Momjian2003-08-07
* Sometimes the third time is the charm. Third try to fix the sql injectionBarry Lind2003-08-07
* Fix compiler-detected problem for Alphas: it seems strlen returnsTom Lane2003-08-06
* Applied patch from kho@redhat.com to fix a problem with trying to use a fetchBarry Lind2003-08-06
* Add ecpg thread testing file.Bruce Momjian2003-08-06
* Fix some more problems with testing error returns from SSL.Tom Lane2003-08-04
* Translation updatesPeter Eisentraut2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Remove extra paren in NOT_USED code, found by pgindent.Bruce Momjian2003-08-04
* Code review for sslmode patch: eliminate memory leak, avoid giving aTom Lane2003-08-01
* Missed two places to replace union member.Michael Meskes2003-08-01
* Fix a few of the more blatantly unportable constructs in this file.Tom Lane2003-08-01
* Fix inconsistent static-vs-not-static declarations.Tom Lane2003-08-01
* Fix compile warning.Tom Lane2003-08-01
* Russian translation updates by Serguei MokhovPeter Eisentraut2003-08-01
* Use only two-part shared library version numbers, for better portabilityPeter Eisentraut2003-08-01
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* Added missing TO keyword.Michael Meskes2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* clean python out of MakefileMarc G. Fournier2003-08-01
* remove python module, as its moved to http://www.pygresql.orgMarc G. Fournier2003-08-01
* A visit from the message-style police ...Tom Lane2003-07-28
* here are the patches for psql on Win32:Bruce Momjian2003-07-27
* At long last I put together a patch to support 4 client SSL negotiationBruce Momjian2003-07-26
* Added explicit casts for date/interval/timestamp.Michael Meskes2003-07-25
* Applied Peter's patch to use yyless instead of my string_unput function.Michael Meskes2003-07-25
* Fixed mdy functions to use correct offset.Michael Meskes2003-07-24