index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
sql
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-06
Fix printf format string warning on MinGW.
Thomas Munro
2024-04-29
Make two-phase tests of ECPG and main suite more concurrent-proof
Michael Paquier
2024-04-16
Fix assorted bugs in ecpg's macro mechanism.
Tom Lane
2024-04-08
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-04
Further cleanup for recent JSON-related commits.
Tom Lane
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-29
Add missing .gitignore entries.
Tom Lane
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2021-08-17
Improved ECPG warning as suggested by Michael Paquier and removed test case
Michael Meskes
2021-08-13
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2021-03-24
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2020-10-22
Add documentation and tests for quote marks in ECPG literal queries.
Tom Lane
2020-10-22
Avoid premature de-doubling of quote marks in ECPG strings.
Tom Lane
2020-06-30
Fix ecpg crash with bytea and cursor variables.
Michael Meskes
2019-11-07
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-10-29
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-08-02
Fix format truncation issue from ECPG test
Michael Paquier
2019-05-22
Add .gitignore entries for new ecpg test case.
Tom Lane
2019-05-22
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-03-01
Fix whitespace
Peter Eisentraut
2019-02-26
Free memory in ecpg bytea regression test.
Michael Meskes
2019-02-18
Fix omissions in ecpg/test/sql/.gitignore.
Tom Lane
2019-02-18
Sync ECPG's CREATE TABLE AS statement with backend's.
Michael Meskes
2019-02-18
Add bytea datatype to ECPG.
Michael Meskes
2019-02-16
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-01-30
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-24
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2018-11-14
Second try at fixing numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-13
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Tom Lane
2018-06-18
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-05-20
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-18
Hot-fix ecpg regression test for missing ecpg_config.h inclusion.
Tom Lane
2018-05-18
Add some test coverage for ecpg's "long long" support.
Tom Lane
2017-09-05
Remove unnecessary parentheses in return statements
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
2016-03-08
ecpg: Fix typo
Peter Eisentraut
2015-03-09
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-02-10
Fixed array handling in ecpg.
Michael Meskes
2014-05-08
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-01-13
Always use the same way to addres a descriptor in ecpg's regression tests.
Michael Meskes
[next]