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