summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2001-06-23Add TEMPORARY sequences and have SERIAL on a temp table have a temporaryBruce Momjian
2001-06-15fixed bug in connect.cMichael Meskes
2001-06-13- Synced preproc.y with gram.y.Michael Meskes
2001-06-01 - Synced preproc.y with gram.y.Michael Meskes
2001-05-12Add provisions for using strdup replacement in the places that stillPeter Eisentraut
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-03Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill....Tom Lane
2001-05-01Synced gram.y and preproc.y.Tom Lane
2001-04-05Hopefully fixed the long long problem.Michael Meskes
2001-04-02Synced pgc.l with scan.l.Michael Meskes
2001-03-29Applied bug fix by Adriaan Joubert <a.joubert@albourne.com>Michael Meskes
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-16Fixed bug in handling of pointers to structs.Michael Meskes
2001-03-01Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-26Fixed variable handling in preproc.y.Michael Meskes
2001-02-21Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-19Synced gram.y and preproc.y.Michael Meskes
2001-02-12Remove // and make /* */Bruce Momjian
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-02-09I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian
2001-02-02Apply patches for QNX from MaurizioBruce Momjian
2001-01-31Applied two bug fixes by Christof Petig.Michael Meskes
2001-01-25Synced gram.y and preproc.y.Michael Meskes
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Moved database name handling to libecpg.Michael Meskes
2001-01-22Synced preproc.y with gram.y and added missing include file to pgc.l.Michael Meskes
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-09Synced preproc.y with gram.y.Michael Meskes
2001-01-05Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane
2001-01-02I've found a memory leak in libecpg of PostgreSQL 7.0.3.Bruce Momjian
2000-12-22- Fixed bug in a connect statement using varchars.Michael Meskes
2000-12-18 - Synced gram.y and preproc.y.Michael Meskes
2000-12-15Remove current->old mapping.Bruce Momjian
2000-12-15Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian
2000-12-07Silence compiler warning.Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-26 current cvs tree does build because of a small problem in ECPG. Here is aBruce Momjian
2000-11-20Fix yacc failures in preproc.y.Tom Lane
2000-11-20Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut
2000-11-20Parser synced.Michael Meskes
2000-11-20Eliminate unused-variable warning.Tom Lane
2000-11-09Applied yet another patch by Christof. Thanks Cristof!Michael Meskes
2000-11-08Add dependencies required for parallel makePeter Eisentraut