aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAge
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* Fixed variable handling in preproc.y.Michael Meskes2001-02-26
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-21
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Synced gram.y and preproc.y.Michael Meskes2001-02-19
* Remove // and make /* */Bruce Momjian2001-02-12
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian2001-02-09
* Apply patches for QNX from MaurizioBruce Momjian2001-02-02
* Applied two bug fixes by Christof Petig.Michael Meskes2001-01-31
* Synced gram.y and preproc.y.Michael Meskes2001-01-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Moved database name handling to libecpg.Michael Meskes2001-01-23
* Synced preproc.y with gram.y and added missing include file to pgc.l.Michael Meskes2001-01-22
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Synced preproc.y with gram.y.Michael Meskes2001-01-09
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* I've found a memory leak in libecpg of PostgreSQL 7.0.3.Bruce Momjian2001-01-02
* - Fixed bug in a connect statement using varchars.Michael Meskes2000-12-22
* - Synced gram.y and preproc.y.Michael Meskes2000-12-18
* Remove current->old mapping.Bruce Momjian2000-12-15
* Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian2000-12-15
* Silence compiler warning.Tom Lane2000-12-07
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Make all commands that link a program look likePeter Eisentraut2000-11-30
* current cvs tree does build because of a small problem in ECPG. Here is aBruce Momjian2000-11-26
* Fix yacc failures in preproc.y.Tom Lane2000-11-20
* Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut2000-11-20
* Parser synced.Michael Meskes2000-11-20
* Eliminate unused-variable warning.Tom Lane2000-11-20
* Applied yet another patch by Christof. Thanks Cristof!Michael Meskes2000-11-09
* Add dependencies required for parallel makePeter Eisentraut2000-11-08
* Undo incorrectly committed Makefile.Michael Meskes2000-11-07
* Third try. Sorry, I had a wrong path in my copy statement.Michael Meskes2000-11-07
* Added more patches by Cristif Petig.Michael Meskes2000-11-07
* Parser sync.Michael Meskes2000-11-03
* Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs i...Michael Meskes2000-10-31
* Sync preproc.y with gram.y.Michael Meskes2000-10-30
* Removed multibyte stuff since client does not know about encoding in the back...Michael Meskes2000-10-29
* Synced preproc.y with gram.y.Michael Meskes2000-10-25
* Added some more C constructs to the parser.Michael Meskes2000-10-25
* Fixed mixing of two enum datatypes.Michael Meskes2000-10-22
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Fixed some bugs in C language parsing.Michael Meskes2000-10-17
* Simplified parsing of connect rule.Michael Meskes2000-10-17
* Fixed handling of variables in connect rule.Michael Meskes2000-10-16
* Replace constants by C variables wherever possible.Michael Meskes2000-10-12
* Synced preproc.y with gram.yMichael Meskes2000-10-11
* Added patch by Cristof for catching yet another NOTICE.Michael Meskes2000-10-04