| Commit message (Expand) | Author | Age |
* | Fixed parsing of parameters. Added regression test for this. | Michael Meskes | 2008-10-14 |
* | Fixed "create role" parsing to accept optional "with" argument. | Michael Meskes | 2008-10-10 |
* | Synced parser. | Michael Meskes | 2008-10-07 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Add additional rules so that make init-po for ecpg gets up to date flex and | Peter Eisentraut | 2008-09-19 |
* | Sigh, I missed checking the ecpg tests ... | Tom Lane | 2008-09-01 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 |
* | Synced parser. | Michael Meskes | 2008-08-20 |
* | Fixed incorrect argument handling in SET command if argument is a variable. | Michael Meskes | 2008-08-19 |
* | Add MSVC++ debug libraries to .cvsignore. | Alvaro Herrera | 2008-07-17 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Synced parser | Michael Meskes | 2008-06-26 |
* | Added lost sysmbol SQL_SQL to list of allowed variable names. | Michael Meskes | 2008-06-04 |
* | Link in keywords file instead of copying it. | Michael Meskes | 2008-05-21 |
* | ecpg_keywords.o also depends on preproc.h | Michael Meskes | 2008-05-21 |
* | Synced parser. | Michael Meskes | 2008-05-20 |
* | okay, looks like ecpg/compatlib needs -lintl too. | Tom Lane | 2008-05-18 |
* | ecpglib needs to link with libintl if it's in use. | Tom Lane | 2008-05-17 |
* | fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers | Andrew Dunstan | 2008-05-17 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Add localization support to ecpg. | Peter Eisentraut | 2008-05-16 |
* | Fix a few warnings that have crept into CVS HEAD. | Bruce Momjian | 2008-05-14 |
* | Check for non-existant connection in prepare statement handling. | Michael Meskes | 2008-05-12 |
* | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut | 2008-05-09 |
* | PGTYPEStimestamp_sub should use the values and not the pointers to substract. | Michael Meskes | 2008-04-10 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 |
* | Sorry, copied wrong files. | Michael Meskes | 2008-03-27 |
* | - Moved from PQsetdbLogin to PQconnectDB. | Michael Meskes | 2008-03-27 |
* | added ECPGget_PGconn to exports.txt | Michael Meskes | 2008-03-25 |
* | Corrected version number. | Michael Meskes | 2008-03-21 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 |
* | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes | 2008-03-20 |
* | Changed statement escaping to not escape continuation line markers. | Michael Meskes | 2008-03-20 |
* | Don't need -Wno-error anymore, because flex is no longer producing warnings. | Peter Eisentraut | 2008-03-18 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 |
* | Fixed bug that caused arrays of varchar to be output with incomplete name. | Michael Meskes | 2008-03-02 |
* | Fix unportable usages of tolower(). On signed-char machines, it is necessary | Tom Lane | 2008-03-01 |
* | Fix uninstall target. | Peter Eisentraut | 2008-02-26 |
* | Refactor the code that creates the shared library export files to appear | Peter Eisentraut | 2008-02-26 |
* | - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe... | Michael Meskes | 2008-02-17 |
* | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane | 2008-02-15 |
* | Changed the way symbols are defined in C in INFORMIX mode. | Michael Meskes | 2008-02-15 |
* | - EXECUTE can return NOT FOUND so it should be checked here too. | Michael Meskes | 2008-02-14 |
* | Sorry, accidently committed a patch I'm working on. Reverting it. | Michael Meskes | 2008-02-14 |
* | *** empty log message *** | Michael Meskes | 2008-02-14 |
* | Bump minor library version numbers for 8.4. | Bruce Momjian | 2008-02-13 |
* | - Fixed segfault in ecpg when using an array element. | Michael Meskes | 2008-02-07 |
* | Re-enabled variables in fetch/move command. | Michael Meskes | 2008-01-15 |
* | Set valid return values even in case of an error to prevent segfaults. | Michael Meskes | 2008-01-14 |