aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Mark variables as const in pgtypeslib if they only carry a format string.Michael Meskes2011-12-18
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Remove redundant lib*dll.def rules from .gitignoreMagnus Hagander2011-06-18
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane2011-05-10
* Use non-literal format for possibly non-standard strftime formats.Andrew Dunstan2011-04-28
* Add gitignore entries for Windows MSVC buildsPeter Eisentraut2011-04-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes2010-08-17
* Fix an ancient typo that prevented the detection of conflicting fields whenTom Lane2010-08-02
* Bump minor library version numbers, for 9.1 release.Bruce Momjian2010-07-12
* Refactor sprintf calls with computed format strings into multiple calls withPeter Eisentraut2010-06-16
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Removed some variables no longer needed.Michael Meskes2009-09-03
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-07
* Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian2009-07-13
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly.Tom Lane2009-05-26
* Removed unsigned/signed mismatches.Michael Meskes2009-05-20
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-22
* Mixing long and int entries of a union only works on some architectures.Michael Meskes2009-02-05
* Added result checks for calls to gmtime().Michael Meskes2009-02-04
* Fixed bug in %s handling.Michael Meskes2009-02-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* interval.c needs limits.hMichael Meskes2008-11-26
* Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the newMichael Meskes2008-11-26
* Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera2008-07-17
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-10
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-26
* Bump minor library version numbers for 8.4.Bruce Momjian2008-02-13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane2007-10-05
* Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane2007-10-05
* DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane2007-10-04
* Replaced tabs by white spacesMichael Meskes2007-10-04
* Removed newline at end of exports files.Michael Meskes2007-10-04
* Added def-files to all: target so they are build everytime.Michael Meskes2007-10-04
* Argh, missing dll in filenameMichael Meskes2007-10-03
* Also created export list for pgytpeslib and compatlib.Michael Meskes2007-10-03
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-30