summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAgeFilesLines
* Check for non-existant connection in prepare statement handling.Michael Meskes2008-05-123-6/+17
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-091-1/+2
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-102-1/+6
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-073-12/+6
* Sorry, copied wrong files.Michael Meskes2008-03-273-2/+3
* - Moved from PQsetdbLogin to PQconnectDB.Michael Meskes2008-03-2743-108/+154
* added ECPGget_PGconn to exports.txtMichael Meskes2008-03-252-1/+6
* Corrected version number.Michael Meskes2008-03-211-2/+2
* More README src cleanups.Bruce Momjian2008-03-212-0/+4
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-205-16/+31
* Changed statement escaping to not escape continuation line markers.Michael Meskes2008-03-202-2/+18
* Don't need -Wno-error anymore, because flex is no longer producing warnings.Peter Eisentraut2008-03-181-4/+1
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-181-6/+6
* Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes2008-03-026-71/+122
* Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane2008-03-012-6/+8
* Fix uninstall target.Peter Eisentraut2008-02-261-0/+1
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-263-171/+18
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-1752-63/+52
* Allow AS to be omitted when specifying an output column name in SELECTTom Lane2008-02-151-4/+6
* Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes2008-02-155-41/+19
* - EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes2008-02-147-12/+110
* Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes2008-02-144-14/+9
* *** empty log message ***Michael Meskes2008-02-146-11/+20
* Bump minor library version numbers for 8.4.Bruce Momjian2008-02-134-8/+8
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-075-20/+24
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-158-156/+126
* Set valid return values even in case of an error to prevent segfaults.Michael Meskes2008-01-142-23/+56
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-133-5/+10
* Fixed lexer to correctly parse C quotes.Michael Meskes2008-01-112-35/+23
* informix.c was violating the coding rule about not including anyTom Lane2008-01-081-3/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-019-18/+18
* Sorry, hit the wrong button with my last commit. Here's the correct changelog:Michael Meskes2007-12-281-1/+1
* *** empty log message ***Michael Meskes2007-12-285-41/+53
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-216-16/+20
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-1524-464/+501
* Fixed two parser bugs.Michael Meskes2007-11-062-3/+11
* Fix deprecated-by-C-spec usage: storage class should come before constTom Lane2007-11-051-3/+3
* Avoid having backend-only code compiled into ecpg. Per Zdenek KotalaTom Lane2007-10-264-9/+142
* Synced parser and keyword list.Michael Meskes2007-10-103-9/+7
* Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane2007-10-053-9/+31
* Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane2007-10-053-0/+6
* Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane2007-10-041-4/+5
* DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane2007-10-043-6/+6
* Replaced tabs by white spacesMichael Meskes2007-10-043-114/+114
* Removed newline at end of exports files.Michael Meskes2007-10-043-6/+3
* Added def-files to all: target so they are build everytime.Michael Meskes2007-10-043-6/+6
* Suppress compiler warning in non-threaded build.Tom Lane2007-10-031-2/+7
* Tweak recently-added tests to suppress scary-looking warnings on 64-bitTom Lane2007-10-038-12/+12
* Argh, missing dll in filenameMichael Meskes2007-10-032-6/+7