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