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
/
expected
Age
Commit message (
Expand
)
Author
2025-12-07
ecpg: refactor to eliminate cast-away-const in find_variable().
Tom Lane
2025-08-29
Silence -Wmissing-variable-declarations in headerscheck.
Tom Lane
2025-01-25
Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.
Noah Misch
2025-01-07
Fix error message wording
Álvaro Herrera
2024-12-06
Fix printf format string warning on MinGW.
Thomas Munro
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-10-23
ecpg: Fix out-of-bound read in DecodeDateTime()
Michael Paquier
2024-10-04
ecpg: avoid adding whitespace around '&' in connection URLs.
Tom Lane
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
Add basic JSON_TABLE() functionality
Amit Langote
2024-03-25
ecpg: Fix return code for overflow in numeric conversion
Daniel Gustafsson
2024-02-19
ecpg: Fix zero-termination of string generated by intoasc()
Michael Paquier
2023-08-16
Unify some error messages
Peter Eisentraut
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-12
Remove --disable-thread-safety and related code.
Thomas Munro
2023-04-18
ecpg: Fix handling of strings in ORACLE compat code with SQLDA
Michael Paquier
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-09
Use ICU by default at initdb time.
Jeff Davis
2022-09-22
Harmonize parameter names in ecpg code.
Peter Geoghegan
2022-09-09
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-08-31
Fix MSVC warning in compat_informix/rnull.pgc
Andres Freund
2022-07-12
Fix ECPG's handling of type names that match SQL keywords.
Tom Lane
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-07-30
Fix range check in ECPG numeric to int conversion
John Naylor
2021-06-10
Avoid ECPG test failures in some GSS-capable environments.
Tom Lane
2021-03-24
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2021-01-25
Remove duplicate include
Peter Eisentraut
2021-01-23
Update ecpg's connect-test1 for connection-failure message changes.
Tom Lane
2021-01-22
Avoid redundantly prefixing PQerrorMessage for a connection failure.
Tom Lane
2021-01-21
Improve new wording of libpq's connection failure messages.
Tom Lane
2021-01-11
Uniformly identify the target host in libpq connection failure reports.
Tom Lane
2020-11-07
Avoid re-using output variables in new ecpg test case.
Tom Lane
2020-11-07
Fix ecpg's mishandling of B'...' and X'...' literals.
Tom Lane
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-10-21
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-08-04
Increase hard-wired timeout values in ecpg regression tests.
Tom Lane
2020-08-03
Fix behavior of ecpg's "EXEC SQL elif name".
Tom Lane
2020-06-30
Fix ecpg crash with bytea and cursor variables.
Michael Meskes
2020-02-21
Fix compiler warnings on 64-bit Windows
Peter Eisentraut
2020-01-13
Reduce size of backend scanner's tables.
Tom Lane
2019-11-30
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-07
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-10-29
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-10-08
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
[next]