index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
Age
Commit message (
Expand
)
Author
2017-08-25
Implement DO CONTINUE action for ECPG WHENEVER statement.
Michael Meskes
2017-08-15
Allow continuation lines in ecpg cppline parsing.
Michael Meskes
2017-08-14
Changed ecpg parser to allow RETURNING clauses without attached C variables.
Michael Meskes
2017-08-07
Translation updates
Peter Eisentraut
2017-07-10
Translation updates
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Fix typo in code comment
Peter Eisentraut
2017-06-13
Re-run pgindent.
Tom Lane
2017-05-25
Fix whitespace
Peter Eisentraut
2017-05-23
Synced ecpg's pg_type.h with the one used in the backend.
Michael Meskes
2017-05-15
Translation updates
Peter Eisentraut
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-18
Fix schedule of ecpg test files to only try two-phase commit test when possible.
Michael Meskes
2017-03-14
ecpg: Improve some variable names
Peter Eisentraut
2017-03-14
Update .gitignore
Robert Haas
2017-03-13
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-10
Fix a potential double-free in ecpg.
Michael Meskes
2017-03-09
Fix inclusions of postgres_fe.h from .h files.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-24
Suppress compiler warnings in ecpg test on newer Windows toolchains.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
De-support floating-point timestamps.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Fix buffer overflow on particularly named files and clarify documentation about
Michael Meskes
2016-12-11
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
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
[next]