index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Harmonize parameter names in ecpg code.
Peter Geoghegan
2022-09-22
6
-106
/
+112
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+51
*
Reorder ecpg_config.h.in alphabetically
Peter Eisentraut
2022-07-06
1
-4
/
+4
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
1
-1
/
+1
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
1
-2
/
+3
*
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-12
2
-14
/
+27
*
Move declaration of ecpg_gettext() to a saner place.
Tom Lane
2019-11-07
1
-6
/
+0
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
1
-1
/
+1
*
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-20
3
-12
/
+0
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
1
-2
/
+0
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-3
/
+3
*
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-05-22
1
-1
/
+3
*
Add bytea datatype to ECPG.
Michael Meskes
2019-02-18
1
-2
/
+3
*
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-02-16
3
-0
/
+12
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
1
-1
/
+1
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-18
6
-1
/
+23
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
4
-9
/
+9
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
17
-31
/
+31
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
8
-12
/
+12
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
2
-9
/
+0
*
De-support floating-point timestamps.
Tom Lane
2017-02-23
2
-6
/
+0
*
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2016-02-01
2
-4
/
+4
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
1
-3
/
+1
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
1
-1
/
+1
*
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
2
-23
/
+23
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
ecpg: Parallel make fix
Peter Eisentraut
2013-03-29
1
-1
/
+1
*
Mark variables as const in pgtypeslib if they only carry a format string.
Michael Meskes
2011-12-18
2
-4
/
+4
*
fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...
Greg Stark
2011-03-27
1
-1
/
+1
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
1
-0
/
+2
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
12
-12
/
+12
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
1
-1
/
+0
*
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-25
1
-3
/
+3
*
Added a configure test for "long long" datatypes. So far this is only used in...
Michael Meskes
2010-05-25
1
-0
/
+3
*
Revert pgindent changes to ecpg include files that are part of ecpg
Bruce Momjian
2010-02-26
2
-23
/
+25
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
8
-65
/
+62
*
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-02-02
1
-0
/
+1
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
1
-1
/
+4
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
1
-2
/
+2
*
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
1
-15
/
+7
*
Remove __FUNCTION__ keyword that is not recognized by som compilers.
Michael Meskes
2010-01-06
1
-2
/
+10
*
And another one
Michael Meskes
2010-01-05
1
-2
/
+0
*
And another one of the same problem.
Michael Meskes
2010-01-05
1
-3
/
+0
*
Ah, should read the file completely. I got so used to git that I almost forgo...
Michael Meskes
2010-01-05
1
-4
/
+0
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
6
-6
/
+136
*
Simplify a few makefile rules since install-sh can now install multiple
Peter Eisentraut
2009-10-26
1
-2
/
+2
*
Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level
Michael Meskes
2009-09-18
1
-2
/
+2
*
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-08-26
1
-1
/
+1
[next]