aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* One more file to removeMichael Meskes2006-08-02
* Removed old test filesMichael Meskes2006-08-02
* ynced parser and keyword list.Michael Meskes2006-08-02
* Added missing ECPGget_sqlca() callMichael Meskes2006-07-31
* First small patches needed for regression testsMichael Meskes2006-07-31
* Replaced $Header$ by $§PosgreSQL$Michael Meskes2006-07-30
* Added missing $Header$ entries.Michael Meskes2006-07-30
* Add #include postgres_fe.h in two win32-specific files, because there isBruce Momjian2006-07-29
* Variables should be free'ed only once.Michael Meskes2006-07-28
* Removed superfluous commentMichael Meskes2006-07-28
* And one more:Michael Meskes2006-07-28
* Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes2006-07-28
* Allow LDAP lookups from pg_service.conf.Bruce Momjian2006-07-27
* The Win32 DEF files that are generated for libpq contain the attributeBruce Momjian2006-07-18
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-15
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-14
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Clean up for warning:Joe Conway2006-07-12
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian2006-07-10
* Fixed remaining Coverity bugs.Michael Meskes2006-07-05
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-04
* Add PQescapeIdentifier() to libpqBruce Momjian2006-06-27
* Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes2006-06-26
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-26
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-25
* Remove individual user copyright because the code is contributed toBruce Momjian2006-06-25
* Clarified copyright noticeMichael Meskes2006-06-23
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-21
* Fixed small typo in changelogMichael Meskes2006-06-21
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes2006-06-19
* Further thoughts about lo_export/lo_import error handling: if one ofTom Lane2006-06-14
* Improve error detection and recovery in lo_import()/lo_export().Tom Lane2006-06-14
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Have BCC echo output "" using "", rather than \"\" as earlier reported.Bruce Momjian2006-06-06
* Fixed two more memory leaks in ecpglib.Michael Meskes2006-06-06
* Somehow a ";" got lost which changed the logic. This btw is the first fix res...Michael Meskes2006-05-31
* Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane2006-05-30
* enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,Tom Lane2006-05-28
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera2006-05-28
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* Remove trailing blank line from exports.txt.Bruce Momjian2006-05-23
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-23
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-23