aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc
Commit message (Expand)AuthorAge
* Still more .gitignore cleanup.Tom Lane2010-09-24
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove outside-the-scanner references to "yyleng".Tom Lane2009-09-08
* Optional arguments should be optional.Michael Meskes2008-10-10
* Added SQL symbol for variable names here too.Michael Meskes2008-06-05
* Fixed two parser bugs.Michael Meskes2007-11-06
* Fixed bug in Informix define handling.Michael Meskes2007-08-29
* Fix typo, ensable -> enable, per Steve Gieseking.Tom Lane2007-03-27
* Applied the connect patch from HEAD.Michael Meskes2006-08-18
* Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes2006-06-26
* Added special handling of CONNECTION variable that is used by ECPG instead of...Michael Meskes2005-12-02
* Add missing semicolon. Recent versions of bison seem to choke on this,Tom Lane2005-11-27
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Also synced the ecpg lexer with the backend lexer.Michael Meskes2005-10-05
* Somehow I missed some parser changes, so this commit comes pretty late. I jus...Michael Meskes2005-10-04
* Fix misspelled error message.Tom Lane2005-08-29
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-24
* Back out incorrect use of E'' escape addition.Bruce Momjian2005-08-22
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-02
* Add \x hex support to ecpg strings. This just passes them to the backend.Bruce Momjian2005-06-16
* Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian2005-03-14
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes2005-02-10
* Fixed bug in parsing of CREATE AS statement.Michael Meskes2005-02-09
* Fixed bug in parsing of #line statement in declare section.Michael Meskes2005-02-02
* Fixed segfault due to freeing a struct definition twice if it was a named str...Michael Meskes2005-01-25
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-18
* Fixed segfault in adjust_informix due to missing varchar type.Michael Meskes2005-01-10
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes2004-12-23
* Fixed bug in parsing of typedef'ed array sizes.Michael Meskes2004-12-06
* List VALUE as a keyword.Michael Meskes2004-11-10
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-09
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* fixed bug in segfault REVOKE statementDave Cramer2004-11-01
* Synced parserMichael Meskes2004-10-18
* More minor cosmetic improvements:Neil Conway2004-10-13
* Cosmetic improvements/code cleanup:Neil Conway2004-10-10
* Add Win32 version info to client binaries.Bruce Momjian2004-10-05
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* Synced parser.Michael Meskes2004-09-27
* Fixed segfault in Informix mode.Michael Meskes2004-09-06
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add missing semicolon; some bison versions warn of this.Tom Lane2004-08-28
* Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with mainTom Lane2004-08-11
* SQL defines are only used in SQL space in Informix mode.Michael Meskes2004-07-26
* Synced parser and keyword list.Michael Meskes2004-07-20