]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2010-08-20  Tom LaneAdd missing processing of OptTemp in CREATE IF NOT...
2010-08-20  Tom LaneAvoid saying "random" when randomness is not actually...
2010-08-20  Robert HaasRemove the isLocalBuf argument from ReadBuffer_common.
2010-08-19  Tom LaneBring some sanity to the trace_recovery_messages code...
2010-08-19  Tom LaneAllow USING and INTO clauses of plpgsql's EXECUTE to...
2010-08-19  Tom LaneKeep exec_simple_check_plan() from thinking "SELECT...
2010-08-19  Tom LaneBe a bit less cavalier with both the code and the comme...
2010-08-19  Heikki LinnakangasRevert patch to coerce 'unknown' type parameters in...
2010-08-19  Tom LaneAllocate local buffers in a context of their own, rathe...
2010-08-19  Tom LaneFix possible corruption of AfterTriggerEventLists in...
2010-08-19  Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-19  Robert HaasTidy up a few calls to smrgextend().
2010-08-18  Tom LaneReset the per-output-tuple exprcontext each time throug...
2010-08-18  Tom LaneRename utf2ucs() to utf8_to_unicode(), and export it...
2010-08-18  Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-18  Tom LaneAdd missing handling of PlannedStmt.transientPlan in...
2010-08-18  Heikki LinnakangasCoerce 'unknown' type parameters to the right type...
2010-08-17  Michael MeskesApplied Zoltan's patch to fix a few memleaks in ecpg...
2010-08-17  Peter EisentrautRevert: looks like Binary Large OBject[sic] wasn't...
2010-08-17  Peter EisentrautSpell and markup checking
2010-08-16  Tom LaneArrange to fsync the contents of lockfiles (both postma...
2010-08-16  Robert HaasMake LockDatabaseObject() AcceptInvalidationMessages().
2010-08-16  Tom LaneFix psql's copy of utf2ucs() to match the backend's...
2010-08-15  Tom LaneAssorted improvements to backup/restore documentation...
2010-08-15  Tom LaneClarify bit numbering in get_bit/set_bit etc. Per...
2010-08-15  Tom LaneImprove pgarchivecleanup documentation, per comments...
2010-08-15  Tom LaneAvoid unnecessary use of TPS acronym.
2010-08-15  Robert HaasAdd link and additional index reference to pgcrypto.
2010-08-14  Tom LaneFix planner to make a reasonable assumption about the...
2010-08-14  Tom LaneFix \ef and \sf to not fail on functions with nonnull...
2010-08-14  Tom LaneAdd a \sf (show function) command to psql, for those...
2010-08-14  Tom LaneMyBackendId now needs to be PGDLLIMPORT, so that contri...
2010-08-14  Robert HaasFurther dtrace adjustments for the backend-IDs-in-relpa...
2010-08-13  Robert HaasFix assorted dtrace breakage caused by patch to include...
2010-08-13  Tom LaneClean up failure to use ClosePager() where appropriate...
2010-08-13  Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-13  Tom LaneMinor #include cleanup.
2010-08-13  Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-13  Tom LaneFix Assert failure in PushOverrideSearchPath when tryin...
2010-08-13  Robert HaasMake RecordTransactionCommit() respect wal_level.
2010-08-13  Tom LaneFix pg_restore to complain if any arguments remain...
2010-08-13  Robert HaasReorder docs on lexical structure slightly for clarity.
2010-08-12  Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-08-12  Tom LaneGet rid of a bunch of dubious error handling code in...
2010-08-12  Tom LaneAdd the ability to compute per-statement latencies...
2010-08-12  Bruce MomjianBack out syntax case changes --- seems they were intent...
2010-08-12  Tom LaneExtend psql's \e and \ef commands so that a line number...
2010-08-11  Bruce MomjianProperly lowercase identifiers, uppercase keywords...
2010-08-11  Heikki LinnakangasThe sanity check added to array_recv() wa a bit too...
2010-08-11  Robert HaasFix one more incorrect errno definition in the ECPG...
2010-08-11  Robert HaasFix incorrect errno definitions in ECPG manual.
2010-08-10  Tom LaneRemove the arbitrary (and undocumented) limit on the...
2010-08-10  Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-10  Peter EisentrautAdd some links to tables
2010-08-10  Peter Eisentraut<example> is a floating element, so it's use is inappro...
2010-08-10  Robert HaasUse double quotes rather than double quotes for libpq...
2010-08-09  Tom LaneFix incorrect logic in plpgsql for cleanup after evalua...
2010-08-09  Robert HaasProvide stable target anchors for libpq functions.
2010-08-09  Tom LaneModify the handling of RAISE without parameters so...
2010-08-08  Tom LaneAdd an xpath_exists() function. This is equivalent...
2010-08-08  Tom LaneAdd stats functions and views to provide access to...
2010-08-07  Bruce MomjianFix 9.0 release notes vacuum mention, not -> now
2010-08-07  Tom LaneRecognize functional dependency on primary keys. This...
2010-08-06  Peter EisentrautFix indexterm spelling
2010-08-06  Tom LaneLet's put that </link> in a sane place ...
2010-08-06  Tom LaneFix inaccurate description of deferrable unique constra...
2010-08-06  Robert HaasRearrange "big features" section of the release notes.
2010-08-06  Tom LaneAdd a comment about the initial default value of max_st...
2010-08-06  Robert HaasFix incorrect pathname in comment.
2010-08-05  Tom LaneAdd a very specific hint for the case that we're unable...
2010-08-05  Peter EisentrautDocument which Python environment variables affect...
2010-08-05  Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-05  Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05  Robert HaasStandardize get_whatever_oid functions for object types...
2010-08-05  Peter EisentrautAdd xmlexists function
2010-08-04  Robert HaasFix declared argument name for numeric_maximum_size.
2010-08-04  Robert HaasFix numeric_maximum_size() calculation.
2010-08-04  Tom LaneFix sloppy mistakes in documentation of PQescapeLiteral...
2010-08-04  Tom LaneAdd an example to clarify the use of ORDER BY in multip...
2010-08-03  Robert HaasAllow numeric to use a more compact, 2-byte header...
2010-08-03  Tom LaneReplace the naive HYPOT() macro with a standards-confor...
2010-08-03  Robert HaasRegression tests for new btree_gist "not equals" support.
2010-08-03  Tom LaneCode review for --quote-all-identifiers patch: add...
2010-08-03  Tom LaneFix mangled grammar.
2010-08-03  Tom LaneKibitzing on \conninfo patch: adjust the order of field...
2010-08-03  Bruce MomjianAdd EXPLAIN documentation example.
2010-08-03  Tom LaneAdd some comments to tinterval_cmp_internal pointing...
2010-08-03  Robert HaasFix inheritance count tracking in ALTER TABLE .. ADD...
2010-08-03  Tom LaneFix markup, other minor editing for recent btree_gist...
2010-08-03  Tom LaneBe a little more careful with the shift computations...
2010-08-03  Tom LaneFix core dump in QTNodeCompare when tsquery_cmp() is...
2010-08-02  Robert HaasTeach levenshtein() about multi-byte characters.
2010-08-02  Robert HaasAdd btree_gist support for searching on "not equals".
2010-08-02  Tom LaneDon't try to force use of -no-cpp-precomp on OS X....
2010-08-02  Robert HaasRemove ancient PL/pgsql line numbering hack.
2010-08-02  Tom LaneTweak a couple of macros in the regex code to suppress...
2010-08-02  Tom LaneFix an ancient typo that prevented the detection of...
2010-08-01  Tom LaneFix ANALYZE's ancient deficiency of not trying to colle...
2010-08-01  Tom LaneAdd some knowledge about prefix matches to tsmatchsel...
2010-08-01  Tom LaneFix an additional set of problems in GIN's handling...
next