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
/
preproc
/
ecpg.header
Age
Commit message (
Expand
)
Author
2024-11-27
ecpg: clean up some other assorted memory leaks.
Tom Lane
2024-11-27
ecpg: fix some memory leakage of data-type-related structures.
Tom Lane
2024-10-16
ecpg: fix some minor mishandling of bad input in preprocessor.
Tom Lane
2024-10-14
ecpg: improve preprocessor's memory management.
Tom Lane
2024-10-14
ecpg: move some functions into a new file ecpg/preproc/util.c.
Tom Lane
2024-10-14
ecpg: re-implement preprocessor's string management.
Tom Lane
2024-08-15
Clean up indentation and whitespace inconsistencies in ecpg.
Tom Lane
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
2024-07-25
Add extern declarations for Bison global variables
Peter Eisentraut
2022-09-22
Harmonize parameter names in ecpg code.
Peter Geoghegan
2021-08-25
Fix incorrect merge in ECPG code with DECLARE
Michael Paquier
2021-08-25
ecpg: Remove trailing period from error message.
Fujii Masao
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-03-24
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2020-06-30
Fix ecpg crash with bytea and cursor variables.
Michael Meskes
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
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-12-01
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2017-09-12
Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers
Michael Meskes
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-12-11
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
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-10-22
Small code cleanup.
Michael Meskes
2014-07-21
Replace "internationalize" with "localize" where appropriate
Peter Eisentraut
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2013-11-27
ECPG: Fix searching for quoted cursor names case-sensitively.
Michael Meskes
2013-11-20
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2012-01-04
Made code in ecpg better readable.
Michael Meskes
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-11-01
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-01-09
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-10
Cursor names in the backend are not case-sensitve. This change makes sure that
Michael Meskes
2010-05-25
Added a configure test for "long long" datatypes. So far this is only used in...
Michael Meskes
2010-05-20
Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...
Michael Meskes
2010-03-09
ecpg now adds a unique counter to its varchar struct definitions to make thes...
Michael Meskes
2010-01-29
Changed ECPG outofscope handling to always print out statements in the same o...
Michael Meskes
2010-01-29
Fixed a few typos in ecpg. Two were in comments, the third made a log output ...
Michael Meskes
2010-01-26
Applied patch by Boszormenyi Zoltan <
[email protected]
> to add out-of-scope curs...
Michael Meskes
2009-11-05
Don't treat NEW and OLD as reserved words anymore. For the purposes of rules
Tom Lane
2009-09-08
Remove outside-the-scanner references to "yyleng".
Tom Lane
2009-08-07
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-06-10
Arrange that the string "syntax error" generated by bison is translated.
Peter Eisentraut
[next]