]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-11-13  Bruce MomjianRemove md5.c check, add CVS log stamp. Update comments.
2001-11-13  Tom LaneGive a more intelligible and useful error message for...
2001-11-13  Bruce MomjianUpdate TODO list.
2001-11-12  Tom LaneTweak parser so that there is a defined representation...
2001-11-12  Bruce MomjianUpdate TODO list.
2001-11-12  Tom LaneIf the alternatives for a CASE construct all have the...
2001-11-12  Tom LaneIf the inputs of a UNION/INTERSECT/EXCEPT construct...
2001-11-12  Barry Lindfixed bug in ResultSet. Version 1.29 backed out two...
2001-11-12  Peter EisentrautAdd some more index entries.
2001-11-12  Barry LindCommit to support MD5 passwords as per the backend...
2001-11-12  Bruce MomjianAdd port number to pg_dumplo.
2001-11-12  Tom LaneRepair crash in EvalPlanQual of query involving nestloo...
2001-11-12  Tom LaneRemove duplicate extern declaration.
2001-11-12  Tom Lanepsql's \do was going out of its way to lie about the...
2001-11-12  Bruce MomjianUpdate FAQ.
2001-11-12  Bruce MomjianUpdate TODO list.
2001-11-12  Bruce Momjian Tables without oids wouldn't be able to be
2001-11-12  Tom LaneRemove a bunch more no-longer-used stuff in libpq-be.h.
2001-11-12  Bruce MomjianUpdate TODO list.
2001-11-12  Tom LaneSuppress duplicate error messages in pq_flush. Write...
2001-11-12  Tom Lanesend() attempt for IDENT communication should retry...
2001-11-12  Tom LaneThe PacketReceive/PacketSend routines aren't used anymore.
2001-11-12  Bruce MomjianUpdate MD5 documentation.
2001-11-12  Bruce MomjianAdd more MD5 documentation now that odbc/jdbc support it.
2001-11-12  Bruce MomjianSync up both files.
2001-11-12  Bruce Momjian Add comments and remove CVS tag from md5.c so they...
2001-11-12  Bruce MomjianAdd comments and remove CVS tag from md5.c so they...
2001-11-12  Bruce MomjianUpdate md5 to match.
2001-11-12  Bruce MomjianAdd comments of duplicate definitions in interfaces...
2001-11-12  Bruce MomjianAdd code to check that md5.c files are in sync.
2001-11-12  Bruce MomjianIndent new rename.c for Tom Lane.
2001-11-12  Hiroshi InoueAdd md5 authentication support thanks to Bruce Momjian.
2001-11-12  Tom LaneMake ALTER TABLE RENAME update foreign-key trigger...
2001-11-12  Tom LaneClean up a bunch of ScanKeyEntryInitialize calls that...
2001-11-11  Tom LaneTest program needs to declare MaxBackends, per Bernd...
2001-11-11  Tom LaneDefend against brain-dead QNX implementation of qsort().
2001-11-11  Tom LaneIn find_mergeclauses_for_pathkeys, it's okay to return...
2001-11-11  Bruce MomjianFix typo pointed out by bruno@wolff.to
2001-11-11  Bruce MomjianFix for compiling libpq++ on Solaris with Sun SPRO6U2.
2001-11-11  Tom Lanesort_inner_and_outer needs a check to ensure that it...
2001-11-11  Hiroshi InoueUse abbreviated connection string more widely.
2001-11-11  Tom LaneDefend against possibility that SSL error reporting...
2001-11-10  Tom LaneClean up usage-statistics display code (ShowUsage and...
2001-11-10  Tom LaneRestructure child-exit logging messages for easier...
2001-11-10  Tom LaneAllow TIMESTAMP, VARCHAR, et al to be used as unquoted...
2001-11-10  Tom LaneRepair erroneous ALTER DROP CONSTRAINT example.
2001-11-09  Dave CramerJason Davies patch to getImported/getExported keys
2001-11-08  Peter EisentrautSupport for images in jadetex and pdfjadetex. Formatti...
2001-11-08  Peter EisentrautUse <sect1> rather than <section> to simplify formatting.
2001-11-08  Peter EisentrautAdd missing spaces
2001-11-08  Peter EisentrautFix indexterms
2001-11-08  Peter EisentrautMove the indexterms around so they don't affect formatting
2001-11-08  Peter EisentrautUse <important> rather than <caution> when the conditio...
2001-11-08  Peter EisentrautSmall tuning
2001-11-08  Peter EisentrautSpacing improvements
2001-11-08  Peter EisentrautDon't use dot in id attribute, which confuses the index...
2001-11-08  Peter EisentrautCleanup of bibliography
2001-11-08  Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-08  Bruce MomjianUpdate TODO list.
2001-11-08  Bruce MomjianMake extern C handling more flexible.
2001-11-08  Bruce MomjianWhen given oversized key, encrypt/decrypt corrupted
2001-11-08  Tom LanePostgreSQL works again on Mac OS X 10.1. Hold your...
2001-11-08  Tom LaneAdd casts to suppress compiler warnings observed on...
2001-11-07  Bruce MomjianFix replacement of extern C string.
2001-11-07  Bruce MomjianFix typo.
2001-11-07  Bruce MomjianPrevent indenting of 'extern "C"' blocks.
2001-11-07  Bruce MomjianMention new =NULL change in Migration section.
2001-11-07  Bruce MomjianUpdate TODO list.
2001-11-07  Bruce MomjianFix wrapping.
2001-11-07  Bruce MomjianCorrect, not too ambitious, not too
2001-11-07  Bruce MomjianSome post pgident run updates,
2001-11-07  Bruce MomjianUpdate TODO list.
2001-11-06  Tom LaneAdd some notes about conditional rules used with views.
2001-11-06  Bruce MomjianUpdate TODO list.
2001-11-06  Bruce MomjianAdd mention of another MySQL conversion tool.
2001-11-06  PostgreSQL... tag'd and branded as b2 ...
2001-11-06  Tom LaneUpdate for latest version of horology test. REL7_2_BETA2
2001-11-06  Tom LaneClean up formatting of child process exit-status report...
2001-11-06  Thomas G. LockhartFix last (?) problem with sensitivity to daylight savin...
2001-11-06  Thomas G. LockhartAdd British Double Standard Time (BDST) per mailing...
2001-11-06  Thomas G. LockhartUse PostgreSQL's standard declaration for a 32-bit...
2001-11-06  Tom LaneAdd Darwin to list of known systems for ps_status.
2001-11-06  Tom LaneThe extra semaphore that proc.c now allocates for check...
2001-11-05  Tom LaneFix coredump in plpgsql when trying to return a rowtype...
2001-11-05  Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-05  Hiroshi InouePreparation for the parameter array handling.
2001-11-05  Hiroshi Inoue1) Fix a few bugs about SQLGetData()
2001-11-05  Bruce MomjianMore cleanup for stuff after closing brace in first...
2001-11-05  Bruce MomjianHandle tabs after closing brace in first column with...
2001-11-05  Bruce MomjianImprove readability of script.
2001-11-05  Tom LaneCREATE TABLE foo (x,y,z) AS SELECT ... can't apply...
2001-11-05  Tom LaneRemove ill-considered Assert.
2001-11-04  Bruce MomjianPull in variables defined in structs; had too many...
2001-11-04  Tom LaneFix now-obsolete comment.
2001-11-04  D'Arcy J.M... Version was 3.3 but last released version was 3.1....
2001-11-04  Tom LaneMerge three existing ways of signaling postmaster from...
2001-11-04  D'Arcy J.M... Note that PyGreSQL has been checked against Python...
2001-11-04  D'Arcy J.M... The "%d", while syntactically correct, was confusing...
2001-11-04  Philip Warner- Fix compiler warning in pg_restore
2001-11-04  Bruce MomjianGot "ADD" to appear only in ALTER TABLE and not CREATE...
next