index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
expected
Commit message (
Expand
)
Author
Age
Files
Lines
*
ecpg: Fix handling of strings in ORACLE compat code with SQLDA
Michael Paquier
2023-04-18
3
-121
/
+266
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
3
-53
/
+112
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
3
-0
/
+278
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
2
-2
/
+2
*
Harmonize parameter names in ecpg code.
Peter Geoghegan
2022-09-22
2
-36
/
+36
*
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-09-09
3
-120
/
+136
*
Fix MSVC warning in compat_informix/rnull.pgc
Andres Freund
2022-08-31
1
-1
/
+1
*
Fix ECPG's handling of type names that match SQL keywords.
Tom Lane
2022-07-12
2
-39
/
+53
*
Improved ECPG warning as suggested by Michael Paquier and removed test case
Michael Meskes
2021-08-17
3
-231
/
+110
*
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2021-08-13
3
-29
/
+166
*
Fix range check in ECPG numeric to int conversion
John Naylor
2021-07-30
3
-6
/
+19
*
Avoid ECPG test failures in some GSS-capable environments.
Tom Lane
2021-06-10
2
-18
/
+4
*
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2021-03-24
3
-0
/
+886
*
Remove duplicate include
Peter Eisentraut
2021-01-25
2
-58
/
+57
*
Update ecpg's connect-test1 for connection-failure message changes.
Tom Lane
2021-01-23
2
-20
/
+10
*
Avoid redundantly prefixing PQerrorMessage for a connection failure.
Tom Lane
2021-01-22
1
-4
/
+2
*
Improve new wording of libpq's connection failure messages.
Tom Lane
2021-01-21
1
-2
/
+2
*
Uniformly identify the target host in libpq connection failure reports.
Tom Lane
2021-01-11
1
-2
/
+2
*
Avoid re-using output variables in new ecpg test case.
Tom Lane
2020-11-07
2
-4
/
+10
*
Fix ecpg's mishandling of B'...' and X'...' literals.
Tom Lane
2020-11-07
3
-1
/
+22
*
Add documentation and tests for quote marks in ECPG literal queries.
Tom Lane
2020-10-22
2
-3
/
+3
*
Avoid premature de-doubling of quote marks in ECPG strings.
Tom Lane
2020-10-22
3
-6
/
+6
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
2
-2
/
+2
*
Increase hard-wired timeout values in ecpg regression tests.
Tom Lane
2020-08-04
5
-5
/
+5
*
Fix behavior of ecpg's "EXEC SQL elif name".
Tom Lane
2020-08-03
2
-55
/
+72
*
Fix ecpg crash with bytea and cursor variables.
Michael Meskes
2020-06-30
3
-84
/
+183
*
Fix compiler warnings on 64-bit Windows
Peter Eisentraut
2020-02-21
4
-87
/
+90
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
2
-2
/
+2
*
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-30
3
-5
/
+23
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
2
-291
/
+289
*
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-10-29
2
-290
/
+296
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
2
-234
/
+227
*
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-20
20
-1022
/
+119
*
Message style fixes
Peter Eisentraut
2019-09-06
1
-4
/
+4
*
Fix format truncation issue from ECPG test
Michael Paquier
2019-08-02
1
-1
/
+1
*
Stop using spelling "nonexistant".
Noah Misch
2019-06-08
7
-39
/
+39
*
Un-break ecpg tests for Windows.
Tom Lane
2019-06-02
3
-3
/
+3
*
Adjust ecpg expected-results files for commit 7640f9312.
Tom Lane
2019-05-31
3
-3
/
+3
*
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-05-22
3
-0
/
+730
*
Fix whitespace
Peter Eisentraut
2019-03-01
2
-121
/
+120
*
Free memory in ecpg bytea regression test.
Michael Meskes
2019-02-26
2
-57
/
+58
*
Sync ECPG's CREATE TABLE AS statement with backend's.
Michael Meskes
2019-02-18
3
-0
/
+232
*
Add bytea datatype to ECPG.
Michael Meskes
2019-02-18
3
-0
/
+474
*
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-02-16
20
-119
/
+1022
*
Change error handling of out of scope variables in ecpg.
Michael Meskes
2019-01-30
5
-3
/
+53
*
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-30
13
-416
/
+391
*
Remove _configthreadlocale() calls in ecpg test suite.
Tom Lane
2019-01-24
5
-88
/
+58
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
9
-23
/
+26
*
Second try at fixing numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-14
3
-6
/
+6
*
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-13
3
-210
/
+362
[next]