]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-04-06  Peter EisentrautAdd traceback information to PL/Python errors
2011-04-05  Peter EisentrautUpdate key words table for 9.1
2011-04-05  Robert HaasRepair some flakiness in CheckTargetForConflictsIn.
2011-04-05  Alvaro HerreraChange "Id" to "id" in some SGML tags
2011-04-05  Robert HaasTypo fixes.
2011-04-05  Robert HaasAdd casts from int4 and int8 to numeric.
2011-04-04  Simon RiggsAvoid assuming there will be only 3 states for synchron...
2011-04-04  Simon RiggsCentralise release note items related to recovery and...
2011-04-04  Simon RiggsUpdate comments and credit doc proofreaders
2011-04-04  Alvaro HerreraUpdate MSVC toolchain to match SGML entity uppercasing
2011-04-04  Robert HaasMerge synchronous_replication setting into synchronous_...
2011-04-04  Alvaro HerreraUppercase <!ENTITY> and <!DOCTYPE> tags in SGML source
2011-04-04  Robert HaasAdd missing check on invocation of trusted procedures.
2011-04-04  Robert HaasInclude pid in pg_lock_status() results even for SIREAD...
2011-04-04  Alvaro HerreraDuplicate expansion of "direction" from FETCH's synopsi...
2011-04-04  Robert HaasRearrange "add column" logic to merge columns at exec...
2011-04-03  Robert HaasImprove documentation on the range of the numeric data...
2011-04-03  Robert HaasRemove mention of using "man" from the tutorial.
2011-04-03  Robert HaasAvoid possible hang during smart shutdown.
2011-04-02  Tom LaneFix typo in PQconnectStartParams().
2011-04-02  Heikki LinnakangasEscape greater than and less than characters in docs.
2011-04-01  Magnus HaganderAvoid palloc before CurrentMemoryContext is set up...
2011-04-01  Robert HaasTab completion for COMMENT ON FOREIGN DATA WRAPPER...
2011-04-01  Robert Haaspg_dump support for comments on FOREIGN DATA WRAPPER...
2011-04-01  Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-04-01  Robert HaasFix compiler warning.
2011-04-01  Heikki LinnakangasFix two missing spaces in error messages.
2011-03-31  Heikki LinnakangasFix a tiny race condition in predicate locking. Need...
2011-03-31  Heikki LinnakangasIncrease SHMEM_INDEX_SIZE from 32 to 64. We're currentl...
2011-03-31  Heikki LinnakangasDon't leak the temporary PLyProcedure struct we create...
2011-03-31  Heikki LinnakangasReword the phrase on zero replication_timeout in the...
2011-03-31  Heikki LinnakangasImprove error message when WAL ends before reaching...
2011-03-30  Bruce MomjianMention pg_upgrade sets autovacuum_freeze_max_age to...
2011-03-30  Bruce MomjianExpand comment on how pg_upgrade is turning off autovacuum.
2011-03-30  Andrew DunstanAttempt to unbreak windows builds broken by commit...
2011-03-30  Heikki LinnakangasCheck that we've reached end-of-backup also when we...
2011-03-30  Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-30  Heikki LinnakangasAdjust error message, now that we expect other message...
2011-03-29  Peter EisentrautUpdate SQL features list
2011-03-29  Bruce MomjianIn pg_upgrade, add C comment about how autovacuum is...
2011-03-28  Peter EisentrautAdd maintainer-check target
2011-03-28  Peter EisentrautMake duplicate_oids return nonzero exit status if dupli...
2011-03-28  Tom LanePrevent a rowtype from being included in itself.
2011-03-28  Bruce MomjianAdd 9.1 release note link for synchronous replication.
2011-03-28  Robert HaasMark up release notes using <link>. REL9_1_ALPHA5
2011-03-28  Alvaro HerreraAdd missing #include
2011-03-28  Tom LaneGet rid of links that don't work when building HISTORY.
2011-03-28  Robert HaasTypo fix in SSI docs.
2011-03-28  Robert HaasCorrect "characters" to "bytes" in createdb docs.
2011-03-27  Greg Starkfix up a couple non-prototypes of the form foo() to...
2011-03-27  Tom LaneFix check_exclusion_constraint() to insert correct...
2011-03-27  Tom LaneFix plpgsql to release SPI plans when a function or...
2011-03-27  Robert HaasRemove disclaimer stating that fsync=off slows down...
2011-03-27  Robert HaasUpdate release notes for latest commits.
2011-03-26  Tom LaneClean up cruft around collation initialization for...
2011-03-26  Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-26  Tom LaneClean up a few failures to set collation fields in...
2011-03-26  Simon RiggsAdditional test for each commit in sync rep path to...
2011-03-26  Tom LanePass collation to makeConst() instead of looking it...
2011-03-25  Tom LaneFix failure to propagate collation in negate_clause().
2011-03-25  Tom LaneDocument collation handling in SQL and plpgsql functions.
2011-03-25  Tom LaneFix collation handling in plpgsql functions.
2011-03-25  Robert HaasRemove alpha release notes.
2011-03-25  Robert HaasMake walreceiver send a reply after receiving data...
2011-03-25  Alvaro HerreraFix broken markup, and remove tabs
2011-03-25  Michael MeskesDocumented some ecpg command line options that were...
2011-03-25  Tom LaneFix handling of collation in SQL-language functions.
2011-03-24  Robert HaasAdd post-creation hook for extensions, consistent with...
2011-03-24  Robert HaasEdits to 9.1 release notes.
2011-03-24  Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-23  Tom LaneImprove user-defined-aggregates documentation.
2011-03-23  Simon RiggsMinor changes to recovery pause behaviour.
2011-03-23  Tom LaneFix ancient typo in user-defined-aggregates documentation.
2011-03-23  Robert HaasRemove synchronous_replication/max_wal_senders cross...
2011-03-23  Simon RiggsPrevent intermittent hang in recovery from bgwriter...
2011-03-23  Peter EisentrautCosmetic capitalization fix
2011-03-22  Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-22  Tom LaneMake initdb ignore locales for client-only encodings.
2011-03-22  Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-22  Tom LaneThrow error for indeterminate collation of an ORDER...
2011-03-22  Tom LaneAvoid potential deadlock in InitCatCachePhase2().
2011-03-22  Simon RiggsUpdate docs to say you need fsync to make sync rep...
2011-03-22  Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2011-03-21  Heikki LinnakangasWhen two base backups are started at the same time...
2011-03-21  Bruce MomjianMarkup and wording improvements for 9.1 release notes.
2011-03-20  Bruce MomjianAnother 9.1 release note typo fix.
2011-03-20  Bruce MomjianFix snapshot isolation level typo in 9.1 release notes.
2011-03-20  Bruce MomjianReorder some 9.1 release item documentation entries...
2011-03-20  Tom LaneAdd some platform-independent tests for the collation...
2011-03-20  Tom LaneSuppress platform-dependent unused-variable warning.
2011-03-20  Tom LaneFix up handling of C/POSIX collations.
2011-03-20  Bruce MomjianMove PITR and StreamingRep up one level of heading...
2011-03-20  Magnus HaganderMisc minor fixes to 9.1 release notes
2011-03-20  Bruce MomjianWord-wrap 9.1 release note lines.
2011-03-20  Bruce MomjianAdd links to documentation from 9.1 release notes.
2011-03-20  Tom LaneRevise collation derivation method and expression-tree...
2011-03-19  Bruce MomjianAdd SGML markup for keywords, terms, functions, command...
2011-03-19  Bruce MomjianInitial version of PG 9.1 release notes.
2011-03-19  Magnus HaganderRename ident authentication over local connections...
2011-03-19  Magnus HaganderProperly clear the verbose output of pg_basebackup
next