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