summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-07-05fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object ...Barry Lind
2002-07-05Fix a bug reported by Zhou Han.Hiroshi Inoue
2002-07-04Fix compile error in assert coded added by new DISTINCT ON patch.Bruce Momjian
2002-07-04More clearly document in pg_dump when we are dealing with an object nameBruce Momjian
2002-07-04Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart
2002-07-04Document function args are required for pg_restore -P.Bruce Momjian
2002-07-03Update FreeBSD template to properly compile c++ on alpha.Bruce Momjian
2002-07-03Add missing pgaccess copyright file, same as ours.Bruce Momjian
2002-07-03Fix some more boundary-case errors in psql variable substitution:Tom Lane
2002-07-02Allow make_ctags to work with exuberant tags.Bruce Momjian
2002-07-02Indent libpq++ as mentioned in email. Format was terrible, and thisBruce Momjian
2002-07-02>the extra level of struct naming for pd_opaque has no obviousBruce Momjian
2002-07-02Update to pgaccess 0.91.Bruce Momjian
2002-07-02The attached patch fixes 2 memory leaks in pg_dump, as well as correctsBruce Momjian
2002-07-02The attached patch fixes a minor memory leak in psql.Bruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-07-02Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeatedBruce Momjian
2002-07-02This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian
2002-07-02Back out regress/results changes. Real CVS problem worked-around.Bruce Momjian
2002-07-02Fix removal of results directory on 'make clean'. Just remove *.outBruce Momjian
2002-07-01First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane
2002-07-01Commit old versions into main branch again.Michael Meskes
2002-06-30Committing parser changes. Note, however, that the development bison seems ot...Michael Meskes
2002-06-281) prevent setting of KSQO on 7.3+ servers(Thanks to Dave Page).Hiroshi Inoue
2002-06-27fixed build.xml to echo correct jdbc version under ant1.6Barry Lind
2002-06-27general cleanup of jdbc codeBarry Lind
2002-06-26Restore error message I accidentally changed.Bruce Momjian
2002-06-26The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-26Treat \r as white space when parsing pg_hba and related files.Tom Lane
2002-06-26translation patch submitted by Zhenbang Wei forth@mail.net.twBarry Lind
2002-06-26patch submitted by Jason Davies jason@netspade.com to provide proper java cla...Barry Lind
2002-06-25Back out cleanup patch. Got old version and needs work.Bruce Momjian
2002-06-25The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-25Here is a patch for a memory leak in rtree.c, version 7.2.1 (in codeBruce Momjian
2002-06-25fixed retrieval of foreign/primary keys in imported/exported keysDave Cramer
2002-06-251) Add support for GB18030.Hiroshi Inoue
2002-06-24plpgsql's PERFORM statement now sets FOUND depending on whether anyTom Lane
2002-06-24patch to add support for callable statements to the jdbc driver. The patch w...Barry Lind
2002-06-24patch to update zh_TW message file for jdbc submitted by Zhenband Wei (forth@...Barry Lind
2002-06-24patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaDa...Barry Lind
2002-06-24fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic ti...Barry Lind
2002-06-23It seems that ExecInit/EndIndexScan is leaking some memory...Bruce Momjian
2002-06-23Remove unused INET6 variable.Bruce Momjian
2002-06-23Remove INET6 from SSL. We don't support INET6 yet.Bruce Momjian
2002-06-22uint -> uint32, portability.Bruce Momjian
2002-06-22Implement SQL99 CREATE CAST and DROP CAST statements.Thomas G. Lockhart
2002-06-21Remove Jan's copyright, with his approval.Bruce Momjian
2002-06-20Clean up some copyrights.Bruce Momjian
2002-06-20Add another missing SRF file.Bruce Momjian
2002-06-20Add missing SRF file.Bruce Momjian