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
/
test
/
sql
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Fix printf format string warning on MinGW.
Thomas Munro
2024-12-06
*
Make two-phase tests of ECPG and main suite more concurrent-proof
Michael Paquier
2024-04-29
*
Fix assorted bugs in ecpg's macro mechanism.
Tom Lane
2024-04-16
*
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
*
Further cleanup for recent JSON-related commits.
Tom Lane
2024-04-04
*
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
*
Add missing .gitignore entries.
Tom Lane
2023-03-29
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Improved ECPG warning as suggested by Michael Paquier and removed test case
Michael Meskes
2021-08-17
*
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2021-08-13
*
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2021-03-24
*
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-10-22
*
Fix ecpg crash with bytea and cursor variables.
Michael Meskes
2020-06-30
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
*
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-10-29
*
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-20
*
Fix format truncation issue from ECPG test
Michael Paquier
2019-08-02
*
Add .gitignore entries for new ecpg test case.
Tom Lane
2019-05-22
*
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-05-22
*
Fix whitespace
Peter Eisentraut
2019-03-01
*
Free memory in ecpg bytea regression test.
Michael Meskes
2019-02-26
*
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-18
*
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-02-16
*
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-30
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
*
Second try at fixing numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-14
*
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-13
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-18
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
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
2018-05-18
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Update .gitignore
Robert Haas
2017-03-14
*
Add test case for two phase commit. Also by Masahiko Sawada.
Michael Meskes
2017-03-13
*
ecpg: Fix typo
Peter Eisentraut
2016-03-08
*
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-03-09
*
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
*
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-05-08
*
Always use the same way to addres a descriptor in ecpg's regression tests.
Michael Meskes
2014-01-13
[next]