]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-06-05 Tom LaneFix bogus handling of control characters in json_lex_st...
2012-06-05 Tom LaneFix some more bugs in contrib/xml2's xslt_process().
2012-06-03 Tom LaneFix memory leaks in failure paths in buildACLCommands...
2012-06-01 Bruce MomjianIn pg_upgrade, report pre-PG 8.1 plpython helper functi...
2012-06-01 Simon RiggsAvoid early reuse of btree pages, causing incorrect...
2012-06-01 Simon RiggsImprove description of pg_stat_statements normalisation...
2012-06-01 Simon RiggsClarify description of covering indexes in release...
2012-06-01 Simon RiggsCopy editing of release notes for couple of my items.
2012-06-01 Simon RiggsAfter any checkpoint, close all smgr files handles...
2012-06-01 Simon RiggsCheckpointer starts before bgwriter to avoid missing...
2012-06-01 Simon RiggsProvide interim statistics while in mid-checkpoint.
2012-05-31 Tom LaneStamp 9.2beta2. REL9_2_BETA2
2012-05-31 Tom LaneUpdate release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19.
2012-05-31 Tom LaneImprove comment for GetStableLatestTransactionId().
2012-05-31 Simon RiggsOnly throw recovery conflicts when InHotStandby. Bug...
2012-05-31 Tom LaneUpdate time zone data files to tzdata release 2012c.
2012-05-31 Tom LaneForce PL and range-type support functions to be owned...
2012-05-31 Tom LaneIgnore SECURITY DEFINER and SET attributes for a PL...
2012-05-30 Tom LaneExpand the allowed range of timezone offsets to +/...
2012-05-30 Robert HaasFix two more bugs in fast-path relation locking.
2012-05-30 Tom LaneFix incorrect password transformation in contrib/pgcryp...
2012-05-30 Heikki LinnakangasChange the way parent pages are tracked during buffered...
2012-05-30 Heikki LinnakangasDelete the temporary file used in buffered GiST build...
2012-05-30 Tom LaneRewrite --section option to decouple it from --schema...
2012-05-29 Heikki LinnakangasFix integer overflow bug in GiST buffering build calcul...
2012-05-29 Tom LaneTeach AbortOutOfAnyTransaction to clean up partially...
2012-05-29 Tom LaneEliminate some more O(N^2) behaviors in pg_dump/pg_restore.
2012-05-28 Peter Eisentrautlibpq: URI parsing fixes
2012-05-27 Peter EisentrautUpdate SQL features list
2012-05-27 Peter Eisentrautpsql: Remove notice about readline from --version output
2012-05-27 Peter EisentrautSuppress -Wunused-result warning about write()
2012-05-27 Peter EisentrautPL/Perl: Avoid compiler warning from clang
2012-05-27 Bruce MomjianImprove pg_upgrade C comment.
2012-05-27 Bruce MomjianAdd C comment explaining why we can't exclude checking...
2012-05-27 Bruce MomjianAdd pg_update C comment about problems with plpython_ca...
2012-05-27 Magnus HaganderMake pg_recievexlog by default loop on connection failures
2012-05-27 Magnus HaganderFix handling of pg_stat_statements.stat temporary file
2012-05-26 Tom LanePrevent synchronized scanning when systable_beginscan...
2012-05-25 Tom LaneFix string truncation to be multibyte-aware in text_nam...
2012-05-25 Tom LaneUse binary search instead of brute-force scan in findNa...
2012-05-25 Bruce MomjianHave pg_upgrade only use one extra log file for Win32...
2012-05-25 Magnus HaganderFix base backup streaming xlog from standby
2012-05-25 Bruce MomjianOn Windows, have pg_upgrade use different two files...
2012-05-24 Bruce MomjianClarify 9.2 release notes items about pg_stat_statement...
2012-05-24 Bruce MomjianChange pg_stat_statements order of release note items...
2012-05-24 Bruce MomjianRemove PL/Perl null array 9.2 release note item, per...
2012-05-24 Tom LaneFix array overrun in regex code.
2012-05-24 Peter EisentrautUpdate SQL key word list to SQL:2011
2012-05-24 Bruce MomjianAdjust pg_upgrade to output a separate log file for...
2012-05-23 Magnus HaganderAdd missing PQfinish() calls
2012-05-23 Peter Eisentrautpg_standby: Remove tabs from string literals
2012-05-23 Bruce MomjianMention Peter Geoghegan as primary author of pg_stat_st...
2012-05-23 Bruce MomjianImprove wording of 9.2 clog release note item.
2012-05-23 Bruce MomjianAdd 9.2 release note authorship mentions for Heikki...
2012-05-22 Tom LaneEnsure that seqscans check for interrupts at least...
2012-05-22 Peter EisentrautAdd small example about pg_archivecleanup -x option
2012-05-22 Bruce MomjianFix markup for HISTORY generation.
2012-05-22 Bruce MomjianFix reindexdb manual page to say --maintenance-db contr...
2012-05-22 Bruce Momjian9.2 release notes: GiST index improvements are for...
2012-05-22 Bruce MomjianRemove reviewers from 9.2 release notes; improve attri...
2012-05-22 Robert HaasFix error message for COMMENT/SECURITY LABEL ON COLUMN...
2012-05-22 Robert HaasRelease note improvements.
2012-05-22 Robert HaasPrevent pg_basebackup when integer_datetimes flag doesn...
2012-05-22 Robert HaasRepair out-of-date information in src/backend/storage...
2012-05-22 Tom LaneMove postmaster's RemovePgTempFiles call to a less...
2012-05-22 Tom LaneUpdate woefully-obsolete comment.
2012-05-21 Peter Eisentrautpg_ctl: Sort signal list in --help output
2012-05-21 Peter Eisentrautlibpq: Add missing file to GETTEXT_FILES list
2012-05-21 Tom LaneAdjust documentation of ALTER TABLE CLUSTER ON for...
2012-05-21 Tom LaneDocument that we deviate from ISO 8601 by not using...
2012-05-19 Peter EisentrautFix incorrect logic in JSON number lexer
2012-05-19 Peter EisentrautSome reference page improvements
2012-05-19 Peter EisentrautSmall cleanups of contrib --help output
2012-05-19 Peter EisentrautPut back word that was mysteriously lost in man page...
2012-05-19 Michael MeskesReworded sentence as suggested by Stephen Frost.
2012-05-18 Peter EisentrautRealign some --help output to have better spacing betwe...
2012-05-18 Heikki LinnakangasFix bug in gistRelocateBuildBuffersOnSplit().
2012-05-17 Peter Eisentrautfile_fdw: Improve error message
2012-05-17 Peter EisentrautUpdate key words table for 9.2
2012-05-17 Peter EisentrautUpdate SQL features/conformance information to SQL...
2012-05-16 Peter EisentrautChange COLLATION keyword category
2012-05-16 Tom LaneImprove error message for ALTER COLUMN TYPE coercion...
2012-05-16 Heikki LinnakangasFix bug in freespace calculation in heap_multi_insert().
2012-05-15 Peter EisentrautFix a whitespace issue with the man pages
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-05-15 Peter EisentrautMake xrefs to tables instead of assuming they appear...
2012-05-15 Peter EisentrautRemove stray nbsp character
2012-05-15 Heikki LinnakangasFix bug in to_tsquery().
2012-05-15 Tom LaneIn pgstat.c, use a timeout in WaitLatchOrSocket only...
2012-05-15 Tom LaneRevert "Add some temporary instrumentation to pgstat.c."
2012-05-15 Tom LanePut back AC_REQUIRE([AC_STRUCT_TM]).
2012-05-14 Tom LaneAssert that WaitLatchOrSocket callers cannot wait only...
2012-05-14 Peter EisentrautRemove unused AC_DEFINE symbols
2012-05-14 Tom LaneFor testing purposes, reinsert a timeout in pgstat...
2012-05-14 Tom LaneForce pgwin32_recv into nonblock mode when called from...
2012-05-14 Heikki LinnakangasRemove unnecessary pg_verifymbstr() calls from tsvector...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-05-14 Peter EisentrautRemove leftovers of BeOS port
2012-05-14 Peter EisentrautSmall punctuation editing of postgresql.conf.sample
2012-05-14 Peter Eisentrautpg_ctl: Improve --help output
next