index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
pgtypeslib
/
common.c
Commit message (
Expand
)
Author
Age
*
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-12
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-18
*
Avoid unnecessary use of strncpy in a couple of places in ecpg.
Tom Lane
2018-06-16
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Mark variables as const in pgtypeslib if they only carry a format string.
Michael Meskes
2011-12-18
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Replaced $Header$ by $§PosgreSQL$
Michael Meskes
2006-07-30
*
Added missing $Header$ entries.
Michael Meskes
2006-07-30
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Minor ecpg tweak: the return value of calloc() is guaranteed to be NULL
Neil Conway
2005-06-30
*
Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig.
Tom Lane
2003-09-21
*
pgindent run.
Bruce Momjian
2003-08-04
*
Missed two places to replace union member.
Michael Meskes
2003-08-01
*
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-08-01
*
Fixed initialization bug and added postgres_fe.h to pgtypeslib.
Michael Meskes
2003-07-02
*
More patches for informix compatibility.
Michael Meskes
2003-04-01
*
Add <stdlib> to add calloc() prototype.
Bruce Momjian
2003-03-27
*
More changes to pgtypeslib and set optimization to -O1.
Michael Meskes
2003-03-27
*
Add missing #include for calloc in ecpg.
Bruce Momjian
2003-03-22
*
Started adding date and timestamp.
Michael Meskes
2003-03-20