aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib/common.c
Commit message (Expand)AuthorAge
* Remove unnecessary (char *) casts [string]Peter Eisentraut2025-02-12
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-18
* Avoid unnecessary use of strncpy in a couple of places in ecpg.Tom Lane2018-06-16
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Mark variables as const in pgtypeslib if they only carry a format string.Michael Meskes2011-12-18
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Replaced $Header$ by $§PosgreSQL$Michael Meskes2006-07-30
* Added missing $Header$ entries.Michael Meskes2006-07-30
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Minor ecpg tweak: the return value of calloc() is guaranteed to be NULLNeil Conway2005-06-30
* Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig.Tom Lane2003-09-21
* pgindent run.Bruce Momjian2003-08-04
* Missed two places to replace union member.Michael Meskes2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Fixed initialization bug and added postgres_fe.h to pgtypeslib.Michael Meskes2003-07-02
* More patches for informix compatibility.Michael Meskes2003-04-01
* Add <stdlib> to add calloc() prototype.Bruce Momjian2003-03-27
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-27
* Add missing #include for calloc in ecpg.Bruce Momjian2003-03-22
* Started adding date and timestamp.Michael Meskes2003-03-20