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
REL_18_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
/
include
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-10-14
Remove traces of BeOS.
Peter Eisentraut
2024-04-24
Remove obsolete symbol from ecpg_config.h.in
Peter Eisentraut
2024-02-09
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-06
Remove distprep
Peter Eisentraut
2023-07-11
Remove --disable-thread-safety and related code.
Thomas Munro
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-09-22
Harmonize parameter names in ecpg code.
Peter Geoghegan
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-07-06
Reorder ecpg_config.h.in alphabetically
Peter Eisentraut
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-12
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
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-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-22
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-02-18
Add bytea datatype to ECPG.
Michael Meskes
2019-02-16
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2018-07-11
Fix more wrong paths in header comments
Alexander Korotkov
2018-06-18
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
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-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
De-support floating-point timestamps.
Tom Lane
2016-02-01
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2014-05-07
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2013-03-30
ecpg: Parallel make fix
Peter Eisentraut
2011-12-18
Mark variables as const in pgtypeslib if they only carry a format string.
Michael Meskes
2011-03-27
fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...
Greg Stark
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-05-25
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-25
Added a configure test for "long long" datatypes. So far this is only used in...
Michael Meskes
2010-02-26
Revert pgindent changes to ecpg include files that are part of ecpg
Bruce Momjian
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-02
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-01-26
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
[next]