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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ecpg: Fix handling of strings in ORACLE compat code with SQLDA
Michael Paquier
2023-04-18
4
-122
/
+296
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
4
-53
/
+129
*
Add missing .gitignore entries.
Tom Lane
2023-03-29
1
-0
/
+2
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
7
-0
/
+325
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
5
-7
/
+3
*
Update copyright for 2023
Bruce Momjian
2023-01-02
9
-9
/
+9
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
8
-0
/
+16
*
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-07
1
-0
/
+1
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+5
*
meson: ecpg: Split definition of static and shared libraries
Andres Freund
2022-10-05
1
-1
/
+1
*
Harmonize parameter names in ecpg code.
Peter Geoghegan
2022-09-22
2
-36
/
+36
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
8
-0
/
+280
*
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-09-09
4
-120
/
+145
*
Fix MSVC warning in compat_informix/rnull.pgc
Andres Freund
2022-08-31
2
-2
/
+2
*
regress: allow to specify directory containing expected files, for ecpg
Andres Freund
2022-08-20
2
-22
/
+14
*
Fix ECPG's handling of type names that match SQL keywords.
Tom Lane
2022-07-12
3
-42
/
+58
*
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-25
1
-1
/
+0
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Remove dynamic translation of regression test scripts, step 2.
Tom Lane
2021-12-20
1
-1
/
+6
*
Improved ECPG warning as suggested by Michael Paquier and removed test case
Michael Meskes
2021-08-17
4
-262
/
+116
*
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2021-08-13
4
-34
/
+201
*
Fix range check in ECPG numeric to int conversion
John Naylor
2021-07-30
4
-7
/
+31
*
Avoid ECPG test failures in some GSS-capable environments.
Tom Lane
2021-06-10
3
-21
/
+7
*
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2021-03-24
7
-0
/
+1097
*
Remove duplicate include
Peter Eisentraut
2021-01-25
3
-59
/
+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
2
-6
/
+6
*
Uniformly identify the target host in libpq connection failure reports.
Tom Lane
2021-01-11
1
-2
/
+2
*
Allow pg_regress.c wrappers to postprocess test result files.
Tom Lane
2021-01-11
1
-7
/
+88
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
1
-3
/
+3
*
Avoid re-using output variables in new ecpg test case.
Tom Lane
2020-11-07
4
-7
/
+15
*
Fix ecpg's mishandling of B'...' and X'...' literals.
Tom Lane
2020-11-07
4
-1
/
+27
*
Add documentation and tests for quote marks in ECPG literal queries.
Tom Lane
2020-10-22
3
-5
/
+5
*
Avoid premature de-doubling of quote marks in ECPG strings.
Tom Lane
2020-10-22
5
-11
/
+11
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
4
-4
/
+4
*
Rethink API for pg_get_line.c, one more time.
Tom Lane
2020-09-22
1
-2
/
+1
*
Remove arbitrary line length limits in pg_regress (plain and ECPG).
Tom Lane
2020-09-06
1
-38
/
+38
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
1
-1
/
+1
*
Increase hard-wired timeout values in ecpg regression tests.
Tom Lane
2020-08-04
7
-7
/
+7
*
Fix behavior of ecpg's "EXEC SQL elif name".
Tom Lane
2020-08-03
3
-55
/
+89
*
Fix ecpg crash with bytea and cursor variables.
Michael Meskes
2020-06-30
4
-85
/
+195
*
Fix compiler warnings on 64-bit Windows
Peter Eisentraut
2020-02-21
8
-100
/
+106
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
2
-2
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-30
4
-5
/
+39
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
3
-293
/
+289
*
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-10-29
3
-291
/
+303
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
3
-241
/
+227
[next]