aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/error.c
Commit message (Expand)AuthorAge
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Check for out of memory when allocating sqlca.Michael Meskes2015-06-15
* Fix some "translator:" comments mangled by pgindentAlvaro Herrera2013-08-27
* Fix additional format warningPeter Eisentraut2011-09-11
* Add missing format attributesPeter Eisentraut2011-09-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Better test the content of the SQLSTATE string in ecpglib than the pointer.Michael Meskes2010-03-08
* In case the connection magically disappears libecpg only returns an internalMichael Meskes2010-03-05
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* WordsmithingPeter Eisentraut2009-01-16
* NLS cleanup in ecpglibPeter Eisentraut2009-01-15
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Make some messages more consistentPeter Eisentraut2007-05-31
* pgindent run for 8.2.Bruce Momjian2006-10-04
* ynced parser and keyword list.Michael Meskes2006-08-02
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Synced parser and fixed a bug in error output to log file.Michael Meskes2003-08-25
* Add macros for error result fields to libpq.Peter Eisentraut2003-08-24
* Be a little bit more careful about using sqlstate, in case libpq returnedPeter Eisentraut2003-08-08
* pgindent run.Bruce Momjian2003-08-04
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Started to create different error codes for different backend messages.Michael Meskes2003-07-15
* Make ecpg thread safe.Bruce Momjian2003-06-15
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-16