index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
Age
Commit message (
Expand
)
Author
2021-05-10
Translation updates
Peter Eisentraut
2021-02-11
Remove dead code in ECPGconnect(), and improve documentation.
Tom Lane
2021-01-22
Avoid redundantly prefixing PQerrorMessage for a connection failure.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-24
revert removal of hex_decode() from ecpg from commit c3826f831e
Bruce Momjian
2020-12-24
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-10-29
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-24
Fix ancient bug in ecpg's pthread_once() emulation for Windows.
Tom Lane
2020-07-27
Fix handling of structure for bytea data type in ECPG
Michael Paquier
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-05-18
Translation updates
Peter Eisentraut
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-11
Translation updates
Peter Eisentraut
2020-01-20
Fix out-of-memory handling in ecpglib.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-07
Move declaration of ecpg_gettext() to a saner place.
Tom Lane
2019-11-07
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-20
Clean up MinGW def file generation
Peter Eisentraut
2019-09-21
Remove removed file from nls.mk
Peter Eisentraut
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-19
Revert change of ecpglib major version
Peter Eisentraut
2019-09-06
Message style fixes
Peter Eisentraut
2019-08-31
Cosmetic improvements for options-handling code in ECPGconnect().
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-07-06
Add missing source files to nls.mk
Peter Eisentraut
2019-07-03
Fix small memory leak in ecpglib ecpg_update_declare_statement() is called the
Michael Meskes
2019-06-17
Translation updates
Peter Eisentraut
2019-05-31
Fix assorted header files that failed to compile standalone.
Tom Lane
2019-05-26
Fix more thinkos in new ECPG "PREPARE AS" code.
Tom Lane
2019-05-26
Fix thinko in new ECPG "PREPARE AS" code.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-22
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-05-20
Translation updates
Peter Eisentraut
2019-03-16
Use correct connection name variable in ecpglib.
Michael Meskes
2019-03-11
Fix ecpglib regression that made it impossible to close a cursor that was
Michael Meskes
2019-03-01
Fix whitespace
Peter Eisentraut
2019-02-26
Hopefully fixing memory handling issues in ecpglib that Coverity found.
Michael Meskes
2019-02-22
Add const qualifier
Peter Eisentraut
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
Change error handling of out of scope variables in ecpg.
Michael Meskes
2019-01-30
Make sure that ecpglib's statement variable has a defined value no matter what.
Michael Meskes
2019-01-24
Blind attempt to fix _configthreadlocale() failures on MinGW.
Tom Lane
[prev]
[next]