index
:
users/heikki/postgres.git
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
arm64-crc
armv8-crc
csn
csn2
csn5
freeze-by-xid-lsn-ranges
getsnapshotdata-with-commitseqno
master
page_image_logging
pg_rewind
saslprep
scram-leftovers
scram-protocol-docs
scram-random
seqam
sort-balanced-merge-pause
sort-balanced-merge3
ssl-reneg
ssl-reneg-94
walformat5
win32-is-service
win32-is-service-v5
win32-is-service-v7
xloginsert-refactor3
Heikki's random PostgreSQL patches
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-09-18
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-08-16
Automate the maintenance of SO_MINOR_VERSION for our shared libraries.
Tom Lane
2016-08-16
Remove separate version numbering for ecpg preprocessor.
Tom Lane
2016-08-15
Stamp shared-library minor version numbers for v10.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-08-01
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-09
Translation updates
Peter Eisentraut
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-19
Typo fix.
Tom Lane
2016-03-19
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-15
Fix typos.
Robert Haas
2016-03-09
ecpg: Fix typo
Peter Eisentraut
2016-02-27
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-16
Changed expected result to list IPv6 local interface too.
Michael Meskes
2016-02-16
Change ecpg lexer to accept comments with line breaks in CPP lines.
Michael Meskes
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
[next]