]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-01-26  Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26  Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-26  Bruce MomjianAdd Name:
2004-01-26  Bruce MomjianDone:
2004-01-26  Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-26  Neil ConwayThe attached patch clarifies (or, rather, makes explici...
2004-01-26  Tom LaneRepair incorrect order of operations in GetNewTransacti...
2004-01-26  Bruce MomjianAdded:
2004-01-26  Neil ConwayAdd usage examples for PREPARE and EXECUTE. Original...
2004-01-26  Teodor SigaevDocs fix from Kris Jurka <books@ejurka.com>
2004-01-26  Bruce MomjianClarify that the 'user' column still applies for 'trust'.
2004-01-26  Bruce MomjianUpdate datestamp.
2004-01-25  Neil ConwayFix an obsolete file path mentioned in a comment.
2004-01-25  Bruce Momjian*** empty log message ***
2004-01-25  Bruce MomjianAdd Joe to TODO:
2004-01-25  Bruce MomjianFix typo I mistakenly added.
2004-01-25  Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-25  Bruce MomjianUpdate null storage description.
2004-01-25  Bruce MomjianMention that log_statement only prints query on PREPARE...
2004-01-24  Tom LaneSupport named parameters in information_schema.parameters,
2004-01-24  Tom LaneFix problems with dropped columns in pltcl triggers...
2004-01-24  Tom LaneExample of a function taking a composite type should...
2004-01-24  Neil ConwayRevert the change to print.c, as this breaks src/bin...
2004-01-24  Jan WieckAdded GUC variable bgwriter_flush_method controlling...
2004-01-24  Neil ConwayThis patch makes some of the memory manipulation perfor...
2004-01-24  Dennis BjorklundTranslation updates
2004-01-24  Tom LaneRepair planner failure for cases involving Cartesian...
2004-01-23  Tom LaneRevise GEQO planner to make use of some heuristic knowl...
2004-01-23  Bruce MomjianAdd:
2004-01-23  Bruce MomjianAdd MySQL mention of licensing difference.
2004-01-23  Bruce MomjianAdd:
2004-01-23  Neil ConwayFix a minor bug introduced by the recent CREATE TABLE...
2004-01-22  Peter EisentrautTranslation update
2004-01-22  Tom LaneRemove ExpandDatabasePath(), which is unused and must...
2004-01-22  Neil ConwayMinor improvements to the trigger documentation, and...
2004-01-22  Tom LaneFix incorrect dumping of database LOCATION from 7.0...
2004-01-22  Dennis BjorklundTranslation updates
2004-01-22  Tom LaneFix oversight in optimization that avoids an unnecessar...
2004-01-22  Tom LaneCorrect error introduced in recent hasoids changes...
2004-01-21  Tom LaneRepair error apparently introduced in the initial codin...
2004-01-21  Tom LaneEnsure fflush(stdout) happens in all cases, per gripe...
2004-01-21  Tom LaneIf we don't have shared libraries, we don't have conver...
2004-01-21  Tom LaneFix bit-rot in support for building with --disable...
2004-01-21  Michael MeskesAdded WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.
2004-01-21  Dennis BjorklundTranslation updates
2004-01-20  Tom LaneImplement '\copy from -' to support reading copy data...
2004-01-20  Tom LaneRemove no-longer-relevant note about forcing the type...
2004-01-20  Tom LaneThis is a patch to support readline prompts which conta...
2004-01-19  Tom LaneRemove JDBC from the build system and documentation...
2004-01-19  Tom LaneImprove discussion of consistent-snapshot backup techni...
2004-01-19  PostgreSQL... missed a few files
2004-01-19  PostgreSQL... JDBC is now on GBorg
2004-01-19  Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2004-01-19  Teodor SigaevCorrect type for isalnum
2004-01-19  Peter EisentrautFix typo.
2004-01-19  Tom LaneDon't return an overoptimistic result from join_in_sele...
2004-01-19  Tom LaneRecognize that IN subqueries return already-unique...
2004-01-19  Tom LaneAdd a hash table to cache lookups of 'C'-language funct...
2004-01-18  Peter EisentrautTranslation update
2004-01-18  Tom LaneDon't use %s-with-precision format spec to truncate...
2004-01-18  Tom LaneWhen testing whether a sub-plan can do projection,...
2004-01-17  Tom LaneRepair misestimation of indexscan CPU costs. When...
2004-01-16  Tom LaneTighten short-circuit tests for deciding whether we...
2004-01-15  Peter EisentrautSome refinement of XSLT processing: The result now...
2004-01-15  Jan WieckAdjusted calculation of shared memory requirements...
2004-01-14  Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-14  Dennis BjorklundTranslation updates
2004-01-14  Tom Lanepg_settings should have UPDATE privilege allowed to...
2004-01-14  Tom LaneThe no-updates-to-system-catalogs-unless-usecatupd...
2004-01-14  Tom LaneRevert ill-starred change of 13-Feb-02: it appeared...
2004-01-13  Peter EisentrautTranslation update
2004-01-13  Peter EisentrautMake rule and stylesheet to try out XSLT for DocBook...
2004-01-13  Bruce MomjianFix ecpg test program to properly access int* null...
2004-01-12  Tom LaneFix another place that wasn't maintaining AND/OR flatne...
2004-01-12  Tom LanePreserve AND/OR flatness during eval_const_expressions...
2004-01-11  Dennis BjorklundTranslation updates
2004-01-11  Dennis BjorklundMark string for translation.
2004-01-11  Peter EisentrautPut See Also links back in alphabetical order.
2004-01-11  Dennis BjorklundTranslation updates
2004-01-11  Dennis BjorklundTranslation updates
2004-01-11  Neil ConwayMinor documentation improvements.
2004-01-11  Neil ConwayAdd CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE...
2004-01-11  Bruce MomjianDrops in the CreateProcess calls for Win32 (essentially...
2004-01-10  Neil ConwayRemove the following unused type definitions: bool8...
2004-01-10  Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
2004-01-10  Peter EisentrautTranslation updates
2004-01-10  Tom LaneImprove has_nullable_targetlist() to allow strict funct...
2004-01-10  Dennis BjorklundTranslation updates
2004-01-10  Dennis BjorklundTranslation updates
2004-01-10  Dennis BjorklundTranslation updates
2004-01-10  Bruce MomjianMake non-wait pg_ctl start/stop message more accurate.
2004-01-10  Bruce MomjianAllow BEGIN WORK to specify transaction isolation level...
2004-01-10  Tom LaneFix subquery pullup logic to not be fooled when a view...
2004-01-09  Bruce MomjianOops, can't do cpp tests inside macros; make two macros...
2004-01-09  Bruce MomjianRemove ereport() from failed connection; already done...
2004-01-09  Bruce MomjianFix for cancel key restarting postmaster, from Claudio
2004-01-09  Bruce MomjianHave psql help show \w parameter as requied.
2004-01-09  Bruce MomjianDone:
2004-01-09  Bruce MomjianAllow psql to handle tilde user expansion for file...
2004-01-09  Bruce MomjianChange PG_DELAY from msec to usec and use it consistenl...
next