| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for non-existant connection in prepare statement handling. | Michael Meskes | 2008-05-12 | 3 | -6/+17 |
* | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut | 2008-05-09 | 1 | -1/+2 |
* | PGTYPEStimestamp_sub should use the values and not the pointers to substract. | Michael Meskes | 2008-04-10 | 2 | -1/+6 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 3 | -12/+6 |
* | Sorry, copied wrong files. | Michael Meskes | 2008-03-27 | 3 | -2/+3 |
* | - Moved from PQsetdbLogin to PQconnectDB. | Michael Meskes | 2008-03-27 | 43 | -108/+154 |
* | added ECPGget_PGconn to exports.txt | Michael Meskes | 2008-03-25 | 2 | -1/+6 |
* | Corrected version number. | Michael Meskes | 2008-03-21 | 1 | -2/+2 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 | 2 | -0/+4 |
* | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes | 2008-03-20 | 5 | -16/+31 |
* | Changed statement escaping to not escape continuation line markers. | Michael Meskes | 2008-03-20 | 2 | -2/+18 |
* | Don't need -Wno-error anymore, because flex is no longer producing warnings. | Peter Eisentraut | 2008-03-18 | 1 | -4/+1 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 | 1 | -6/+6 |
* | Fixed bug that caused arrays of varchar to be output with incomplete name. | Michael Meskes | 2008-03-02 | 6 | -71/+122 |
* | Fix unportable usages of tolower(). On signed-char machines, it is necessary | Tom Lane | 2008-03-01 | 2 | -6/+8 |
* | Fix uninstall target. | Peter Eisentraut | 2008-02-26 | 1 | -0/+1 |
* | Refactor the code that creates the shared library export files to appear | Peter Eisentraut | 2008-02-26 | 3 | -171/+18 |
* | - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe... | Michael Meskes | 2008-02-17 | 52 | -63/+52 |
* | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane | 2008-02-15 | 1 | -4/+6 |
* | Changed the way symbols are defined in C in INFORMIX mode. | Michael Meskes | 2008-02-15 | 5 | -41/+19 |
* | - EXECUTE can return NOT FOUND so it should be checked here too. | Michael Meskes | 2008-02-14 | 7 | -12/+110 |
* | Sorry, accidently committed a patch I'm working on. Reverting it. | Michael Meskes | 2008-02-14 | 4 | -14/+9 |
* | *** empty log message *** | Michael Meskes | 2008-02-14 | 6 | -11/+20 |
* | Bump minor library version numbers for 8.4. | Bruce Momjian | 2008-02-13 | 4 | -8/+8 |
* | - Fixed segfault in ecpg when using an array element. | Michael Meskes | 2008-02-07 | 5 | -20/+24 |
* | Re-enabled variables in fetch/move command. | Michael Meskes | 2008-01-15 | 8 | -156/+126 |
* | Set valid return values even in case of an error to prevent segfaults. | Michael Meskes | 2008-01-14 | 2 | -23/+56 |
* | Changed prototype for ECPGdo because some compilers don't like int/enum alias... | Michael Meskes | 2008-01-13 | 3 | -5/+10 |
* | Fixed lexer to correctly parse C quotes. | Michael Meskes | 2008-01-11 | 2 | -35/+23 |
* | informix.c was violating the coding rule about not including any | Tom Lane | 2008-01-08 | 1 | -3/+4 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 9 | -18/+18 |
* | Sorry, hit the wrong button with my last commit. Here's the correct changelog: | Michael Meskes | 2007-12-28 | 1 | -1/+1 |
* | *** empty log message *** | Michael Meskes | 2007-12-28 | 5 | -41/+53 |
* | Fixed a few minor glitches pointed out by splint. | Michael Meskes | 2007-12-21 | 6 | -16/+20 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 24 | -464/+501 |
* | Fixed two parser bugs. | Michael Meskes | 2007-11-06 | 2 | -3/+11 |
* | Fix deprecated-by-C-spec usage: storage class should come before const | Tom Lane | 2007-11-05 | 1 | -3/+3 |
* | Avoid having backend-only code compiled into ecpg. Per Zdenek Kotala | Tom Lane | 2007-10-26 | 4 | -9/+142 |
* | Synced parser and keyword list. | Michael Meskes | 2007-10-10 | 3 | -9/+7 |
* | Fix distprep and maintainer-clean targets so that ecpg's .def files are | Tom Lane | 2007-10-05 | 3 | -9/+31 |
* | Add .cvsignore files to suppress CVS gripes about ecpg .def files. | Tom Lane | 2007-10-05 | 3 | -0/+6 |
* | Results from buildfarm show that ecpglib was depending on pg_strcasecmp, | Tom Lane | 2007-10-04 | 1 | -4/+5 |
* | DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, | Tom Lane | 2007-10-04 | 3 | -6/+6 |
* | Replaced tabs by white spaces | Michael Meskes | 2007-10-04 | 3 | -114/+114 |
* | Removed newline at end of exports files. | Michael Meskes | 2007-10-04 | 3 | -6/+3 |
* | Added def-files to all: target so they are build everytime. | Michael Meskes | 2007-10-04 | 3 | -6/+6 |
* | Suppress compiler warning in non-threaded build. | Tom Lane | 2007-10-03 | 1 | -2/+7 |
* | Tweak recently-added tests to suppress scary-looking warnings on 64-bit | Tom Lane | 2007-10-03 | 8 | -12/+12 |
* | Argh, missing dll in filename | Michael Meskes | 2007-10-03 | 2 | -6/+7 |