summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAgeFilesLines
...
* remove extraneous space after -L flag.Andrew Dunstan2006-08-021-1/+1
* And finally the MakefilesMichael Meskes2006-08-024-0/+46
* Hopefully that's it. The remaining files for ecpg regression tests.Michael Meskes2006-08-02126-0/+30557
* Some more regression test filesMichael Meskes2006-08-024-0/+759
* One more file to removeMichael Meskes2006-08-021-34/+0
* Removed old test filesMichael Meskes2006-08-0220-2432/+0
* ynced parser and keyword list.Michael Meskes2006-08-029-130/+251
* Added missing ECPGget_sqlca() callMichael Meskes2006-07-311-2/+3
* First small patches needed for regression testsMichael Meskes2006-07-312-4/+18
* Replaced $Header$ by $§PosgreSQL$Michael Meskes2006-07-304-4/+4
* Added missing $Header$ entries.Michael Meskes2006-07-304-0/+8
* Variables should be free'ed only once.Michael Meskes2006-07-282-15/+6
* Removed superfluous commentMichael Meskes2006-07-281-2/+1
* And one more:Michael Meskes2006-07-282-4/+14
* Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes2006-07-283-10/+36
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-151-0/+3
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-143-7/+3
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-2/+3
* Fixed remaining Coverity bugs.Michael Meskes2006-07-053-10/+30
* Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes2006-06-262-2/+10
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-263-11/+17
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-254-9/+19
* Remove individual user copyright because the code is contributed toBruce Momjian2006-06-251-9/+5
* Clarified copyright noticeMichael Meskes2006-06-231-1/+2
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-214-5/+13
* Fixed small typo in changelogMichael Meskes2006-06-211-3/+3
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-2112-119/+288
* Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes2006-06-192-9/+19
* Fixed two more memory leaks in ecpglib.Michael Meskes2006-06-063-75/+140
* Somehow a ";" got lost which changed the logic. This btw is the first fix res...Michael Meskes2006-05-312-6/+10
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-4/+9
* Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian2006-05-111-1/+1
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-16/+23
* We only need to add thread.c on non-WIN32 platforms, since get_home_pathTom Lane2006-04-291-2/+7
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-281-4/+4
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-3/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+3
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-244-17/+16
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-172-2/+6
* Remove Christof Petig copyright. He already approved removal from anBruce Momjian2006-03-112-6/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-1126-0/+50
* Remove Christof Petig copyright on include file, per author request.Bruce Momjian2006-03-082-8/+1
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-10/+2
* 'make clean' should NOT remove *~ files.Tom Lane2006-03-071-2/+2
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-17/+30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-054-8/+8
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane2006-02-091-1/+0
* Fix broken non-YYDEBUG case.Tom Lane2006-02-091-1/+5
* Added just another test case.Michael Meskes2006-02-0810-65/+133