aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* More patches for informix compatibility.Michael Meskes2003-04-01
* Forgot two new files and one that was moved.Michael Meskes2003-03-30
* Moved Informix stuff to its own compat library. Interval datetype is now full...Michael Meskes2003-03-30
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-29
* Add <stdlib> to add calloc() prototype.Bruce Momjian2003-03-27
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-27
* patch to notify listeners on error from Csaba NagyDave Cramer2003-03-25
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-25
* added DISTINCT to the query to get cross reference. This is required when two...Dave Cramer2003-03-25
* fixed problem where information from previous updates was leaking into subseq...Dave Cramer2003-03-25
* New build numberBarry Lind2003-03-24
* Fix bug in reading acls (didn't treat null acl as meaning the table owner hadBarry Lind2003-03-24
* Remove ecpg #warning with approval from Michael.Bruce Momjian2003-03-22
* Add missing #include for calloc in ecpg.Bruce Momjian2003-03-22
* Add PQfreemem() call for Win32.Bruce Momjian2003-03-22
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* Do not free prepares statements at the end of a transaction.Michael Meskes2003-03-21
* Changes to the parser to accept new datatypes.Michael Meskes2003-03-21
* Started adding date and timestamp.Michael Meskes2003-03-20
* PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.Bruce Momjian2003-03-20
* Avoid mysterious warning about possibly uninitialized variable.Peter Eisentraut2003-03-19
* Applied patch to work around server bug.Barry Lind2003-03-19
* Improve error message.Peter Eisentraut2003-03-18
* Some bugfixes for numerical library.Michael Meskes2003-03-18
* Applied updated translation patchBarry Lind2003-03-18
* Reorder crypt.h include for SunOS compile problem.Bruce Momjian2003-03-17
* Forgot some files...Michael Meskes2003-03-16
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-16
* Fixed parsing to handle \n for updateable result sets. Bug reported by Rich ...Barry Lind2003-03-14
* Improved error message and added some log messages in batch update functionalityBarry Lind2003-03-14
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Applied patch from Paul Sorenson to correctly handle schema names in updateab...Barry Lind2003-03-08
* Cleanup and reorganization.Barry Lind2003-03-07
* Use poll(2) in preference to select(2), if available. This solvesTom Lane2003-03-06
* up build number to 202 for a new development buildBarry Lind2003-02-27
* A little cleanup. Removing an unnecessary method.Barry Lind2003-02-27
* Added support for SSL in the jdbc driverBarry Lind2003-02-27
* The quote function should return a string suitable for dropping into aD'Arcy J.M. Cain2003-02-26
* Allow SET CONNECTION to be followed by connection object without leading "TO"...Michael Meskes2003-02-25
* Forgot to commit Makefile change.Michael Meskes2003-02-21
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* Added DATABASE command as alias to CONNECT TO.Michael Meskes2003-02-19
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-19
* Added Informix "database" command.Michael Meskes2003-02-17
* In Informix mode ecpg should still be able to parse preprocessor directives.Michael Meskes2003-02-14
* - Synced parser and keyword file.Michael Meskes2003-02-14
* Fix some of the breakage from the IPV6 patch.Tom Lane2003-02-14
* Just intermediate results for backup reasons.Michael Meskes2003-02-13
* Suppress gcc warning.Tom Lane2003-02-13
* - Applied error reporting patch by Matthew VanecekMichael Meskes2003-02-13