index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
extern.h
Commit message (
Expand
)
Author
Age
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Small code cleanup.
Michael Meskes
2014-10-22
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2013-11-19
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2011-01-09
*
Some cleanup in ecpg code:
Michael Meskes
2010-11-02
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
*
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-26
*
Remove outside-the-scanner references to "yyleng".
Tom Lane
2009-09-08
*
Tweak the core scanner so that it can be used by plpgsql too.
Tom Lane
2009-07-14
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Clean up ecpg's use of mmerror(): const-ify the format argument, add an
Tom Lane
2009-06-03
*
Synced parser.
Michael Meskes
2008-05-20
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
More cleaning up and removed some duplicates.
Michael Meskes
2007-08-22
*
Hopefully fixed missing CHAR_BIT symbol
Michael Meskes
2007-08-14
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
Fixed one memory leak in descriptor code.
Michael Meskes
2007-06-11
*
- Changed some whitespacing in connect statement.
Michael Meskes
2007-03-17
*
Applied Joachim's patch for a --regression option.
Michael Meskes
2007-01-11
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
*
- Added additional test case.
Michael Meskes
2004-05-07
*
- Added just another patch by Dave that fixes a reversed order in
Michael Meskes
2003-12-17
*
pgindent run.
Bruce Momjian
2003-08-04
*
Added just another compatibility level for Informix.
Michael Meskes
2003-06-26
*
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-25
*
- Enable FETCH without INTO.
Michael Meskes
2003-06-13
*
Changed variable parsing so struct[n].attr works.
Michael Meskes
2003-05-29
*
ecpg now recognizes named structs/unions. So you don't have to list the whole...
Michael Meskes
2003-05-22
*
- Added more compatibility functions.
Michael Meskes
2003-05-14
*
Added an option to force ecpg to also parse files includes via '#include' and...
Michael Meskes
2003-05-01
*
- Applied error reporting patch by Matthew Vanecek
Michael Meskes
2003-02-13
*
Add guards against double inclusion.
Peter Eisentraut
2002-10-21
*
pgindent run.
Bruce Momjian
2002-09-04
*
- Fixed some parser bugs.
Michael Meskes
2002-05-20
*
Added typedef patches and a new option '-c' to automatically create C typedef...
Michael Meskes
2002-03-21
*
- Fixed variable handling for struct members.
Michael Meskes
2002-01-13
*
Fixed several bugs concerning indicators and added error messages instead of ...
Michael Meskes
2001-12-09
*
Committed again to add the missing files/patches.
Michael Meskes
2001-11-16
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
- Synced preproc.y with gram.y.
Michael Meskes
2001-09-19
[next]