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
Commit message (
Expand
)
Author
Age
*
Fix whitespace
Peter Eisentraut
2017-05-25
*
Synced ecpg's pg_type.h with the one used in the backend.
Michael Meskes
2017-05-23
*
Translation updates
Peter Eisentraut
2017-05-15
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
*
Fix schedule of ecpg test files to only try two-phase commit test when possible.
Michael Meskes
2017-03-18
*
ecpg: Improve some variable names
Peter Eisentraut
2017-03-14
*
Update .gitignore
Robert Haas
2017-03-14
*
Add test case for two phase commit. Also by Masahiko Sawada.
Michael Meskes
2017-03-13
*
Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.
Michael Meskes
2017-03-13
*
Fix a potential double-free in ecpg.
Michael Meskes
2017-03-10
*
Fix inclusions of postgres_fe.h from .h files.
Tom Lane
2017-03-08
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Suppress compiler warnings in ecpg test on newer Windows toolchains.
Tom Lane
2017-02-24
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
De-support floating-point timestamps.
Tom Lane
2017-02-23
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix buffer overflow on particularly named files and clarify documentation about
Michael Meskes
2016-12-22
*
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
*
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-03
*
Fix ecpg -? option on Windows, add -V alias for --version.
Heikki Linnakangas
2016-09-18
*
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-16
*
Stamp shared-library minor version numbers for v10.
Tom Lane
2016-08-15
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Translation updates
Peter Eisentraut
2016-08-08
*
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-08-01
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-12
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Translation updates
Peter Eisentraut
2016-05-09
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
Typo fix.
Tom Lane
2016-03-19
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
*
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
*
Fix typos.
Robert Haas
2016-03-15
*
ecpg: Fix typo
Peter Eisentraut
2016-03-08
*
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-27
*
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-16
*
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2016-02-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
*
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-12-01
*
Fix order of arguments in ecpg generated typedef command.
Michael Meskes
2015-10-16
*
Fix whitespace
Peter Eisentraut
2015-09-21
*
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-17
*
Change type of DOW/DOY to UNITS
Greg Stark
2015-09-07
[next]