index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
Age
Commit message (
Expand
)
Author
2016-02-01
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-23
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-01
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-10-16
Fix order of arguments in ecpg generated typedef command.
Michael Meskes
2015-09-21
Fix whitespace
Peter Eisentraut
2015-09-17
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-07
Change type of DOW/DOY to UNITS
Greg Stark
2015-08-13
Fix declaration of isarray variable.
Michael Meskes
2015-06-30
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-29
Translation updates
Peter Eisentraut
2015-06-15
Check for out of memory when allocating sqlca.
Michael Meskes
2015-06-15
Fix memory leak in ecpglib's connect function.
Michael Meskes
2015-06-12
Fixed some memory leaks in ECPG.
Michael Meskes
2015-06-12
Fix intoasc() in Informix compat lib. This function used to be a noop.
Michael Meskes
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-24
Remove obsolete -I options from ECPG library compilation.
Noah Misch
2015-04-24
Build every ECPG library with -DFRONTEND.
Noah Misch
2015-04-23
Improve speed of make check-world
Peter Eisentraut
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-10
Clean up the mess from => patch.
Tom Lane
2015-03-09
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-02-25
Remove null-pointer checks that are not needed.
Michael Meskes
2015-02-24
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-10
Fixed array handling in ecpg.
Michael Meskes
2015-02-05
This routine was calling ecpg_alloc to allocate to memory but did not
Michael Meskes
2015-02-04
Fix memory leaks on OOM in ecpg.
Heikki Linnakangas
2015-02-02
Translation updates
Peter Eisentraut
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-15
Translation updates
Peter Eisentraut
2014-11-17
Translation updates
Peter Eisentraut
2014-11-03
Make ECPG test programs depend on "ecpg$(X)", not "ecpg".
Noah Misch
2014-10-22
Small code cleanup.
Michael Meskes
2014-10-22
MinGW: Link with shell32.dll instead of shfolder.dll.
Noah Misch
2014-10-20
Fix typos.
Robert Haas
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-07
Fix array overrun in ecpg's version of ParseDateTime().
Tom Lane
2014-10-06
Translation updates
Peter Eisentraut
2014-08-19
Finish adding file version information to installed Windows binaries.
Noah Misch
[next]