aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib
Commit message (Expand)AuthorAge
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Fixed two more memory leaks in ecpglib.Michael Meskes2006-06-06
* Somehow a ";" got lost which changed the logic. This btw is the first fix res...Michael Meskes2006-05-31
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-24
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-09
* ecpg/pgtypeslib seems to need snprintf.c pulled in, too.Tom Lane2005-12-06
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Allow times of 24:00:00 to match rounding behavior:Bruce Momjian2005-10-14
* <limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.Tom Lane2005-10-10
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Add spacing around operators.Bruce Momjian2005-10-08
* Minor parentheses cleanup.Bruce Momjian2005-10-07
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* More removal of unneeded parentheses.Bruce Momjian2005-07-22
* Update date/time comments.Bruce Momjian2005-07-22
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-22
* More comment update of time macros.Bruce Momjian2005-07-21
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Add comment about void* use in MemSet.Bruce Momjian2005-07-21
* Fix integer timestamp build for macro changes.Bruce Momjian2005-07-21
* Add comment marking non-exact time conversion macros.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* Improve comments for AdjustIntervalForTypmod.Bruce Momjian2005-07-12
* Adds some missing error handling to PGTYPESnumeric_div() in ecpg'sNeil Conway2005-07-01
* Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must beNeil Conway2005-07-01
* Minor ecpg tweak: the return value of calloc() is guaranteed to be NULLNeil Conway2005-06-30
* Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian2005-05-27
* Back out part of patch that should be applied later.Bruce Momjian2005-05-27
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-27
* Use Abs() macro to replace ? :.Bruce Momjian2005-05-26
* Back out:Bruce Momjian2005-05-26
* Display only 9 not 10 digits of precision for timestamp values whenBruce Momjian2005-05-26
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-24
* More macro cleanups for date/time.Bruce Momjian2005-05-23
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-23
* Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian2005-03-14
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-18
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-11
* Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes2004-12-23
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-04
* Make TZNAME_GLOBAL for reference to tzname global variable.Bruce Momjian2004-09-09
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-08
* Back out Cygwin timezone change until we have a more global solution.Bruce Momjian2004-09-01
* Cast _timezone to int from time_t for Cygwin.Bruce Momjian2004-09-01