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