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
/
output.c
Age
Commit message (
Expand
)
Author
2024-11-27
ecpg: clean up some other assorted memory leaks.
Tom Lane
2024-10-14
ecpg: improve preprocessor's memory management.
Tom Lane
2024-10-14
ecpg: re-implement preprocessor's string management.
Tom Lane
2022-09-22
Harmonize parameter names in ecpg code.
Peter Geoghegan
2021-08-13
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
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-16
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-01-30
Change error handling of out of scope variables in ecpg.
Michael Meskes
2018-12-01
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-03-13
Set connection back to NULL after freeing it.
Michael Meskes
2017-08-25
Implement DO CONTINUE action for ECPG WHENEVER statement.
Michael Meskes
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
2016-12-11
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2015-12-23
Remove unnecessary escaping in C character literals
Peter Eisentraut
2014-05-06
pgindent run for 9.4
Bruce Momjian
2013-07-06
Also escape double quotes for ECPG's #line statement.
Michael Meskes
2013-07-05
Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...
Michael Meskes
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-12-16
Fixed auto-prepare to not try preparing statements that are not preparable. Bug
Michael Meskes
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2008-03-20
Changed statement escaping to not escape continuation line markers.
Michael Meskes
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-26
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-08-14
Fixed compiler warning for enum handling
Michael Meskes
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-15
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-02-09
C++ comments are verboten. Per gripe from Kris Jurka.
Tom Lane
2006-02-09
Fix broken non-YYDEBUG case.
Tom Lane
2006-02-08
Added just another test case.
Michael Meskes
2006-02-04
In ecpg, automatically double single quotes in $$ strings because
Bruce Momjian
2004-10-13
More minor cosmetic improvements:
Neil Conway
2003-06-25
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-05-30
Create a real prototype function for describe.
Michael Meskes
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-19
- Synced preproc.y with gram.y.
Michael Meskes
2001-08-19
- Synced preproc.y with gram.y.
Michael Meskes
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-03-07
*** empty log message ***
Michael Meskes
2000-03-02
*** empty log message ***
Michael Meskes
2000-02-25
*** empty log message ***
Michael Meskes
2000-02-18
*** empty log message ***
Michael Meskes