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
/
ecpglib
/
execute.c
Age
Commit message (
Expand
)
Author
2024-08-10
Fix inappropriate uses of atol()
Peter Eisentraut
2023-07-12
Remove --disable-thread-safety and related code.
Thomas Munro
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2022-10-05
Rename shadowed local variables
David Rowley
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-07-02
ecpglib: call newlocale() once per process.
Noah Misch
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2020-10-29
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-07-27
Fix handling of structure for bytea data type in ECPG
Michael Paquier
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-01-19
Fix out-of-memory handling in ecpglib.
Tom Lane
2019-11-07
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-05-26
Fix more thinkos in new ECPG "PREPARE AS" code.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-22
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-02-26
Hopefully fixing memory handling issues in ecpglib that Coverity found.
Michael Meskes
2019-02-18
Properly end string to make sure ecpglib does not read beyond its boundaries.
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 sure that ecpglib's statement variable has a defined value no matter what.
Michael Meskes
2019-01-23
Blind attempt to fix _configthreadlocale() failures on MinGW.
Tom Lane
2019-01-21
Second try at fixing ecpglib thread-safety problem.
Tom Lane
2019-01-21
Avoid thread-safety problem in ecpglib.
Tom Lane
2018-12-01
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-10-19
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-11
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-04-08
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-03-03
Trivial adjustments in preparation for bootstrap data conversion.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-10-26
Fixed handling of escape character in libecpg.
Michael Meskes
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-03-15
Fix typos.
Robert Haas
2015-09-21
Fix whitespace
Peter Eisentraut
2015-09-17
Let compiler handle size calculation of bool types.
Michael Meskes
2015-08-13
Fix declaration of isarray variable.
Michael Meskes
2015-06-15
Check for out of memory when allocating sqlca.
Michael Meskes
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-02-10
Fixed array handling in ecpg.
Michael Meskes
[next]