]> granicus.if.org Git - postgresql/history - src
Properly clear the verbose output of pg_basebackup
[postgresql] / src /
2011-03-19 Magnus HaganderProperly clear the verbose output of pg_basebackup
2011-03-19 Robert HaasFix possible "tuple concurrently updated" error in...
2011-03-19 Robert HaasMove synchronous_standbys_defined updates from WAL...
2011-03-19 Robert HaasWoops. Previous patch to remove -X options missed...
2011-03-18 Robert HaasMake synchronous replication query cancel/die messages...
2011-03-18 Robert HaasRemove ancient -X options to pg_dump, pg_dumpall, pg_re...
2011-03-18 Robert HaasRemove bogus semicolons in recoveryPausesHere.
2011-03-17 Robert HaasRemove bogus comment.
2011-03-17 Alvaro HerreraFix PL/Python memory leak involving array slices
2011-03-17 Peter EisentrautRaise maximum value of several timeout parameters
2011-03-17 Robert HaasAdd pause_at_recovery_target to recovery.conf.sample...
2011-03-17 Robert HaasFix various possible problems with synchronous replication.
2011-03-17 Andrew DunstanUse correct PATH separator for Cygwin in pg_regress.c.
2011-03-16 Robert HaasTab completion for \pset format and \pset linestyle.
2011-03-16 Tom LaneImprove handling of unknown-type literals in UNION...
2011-03-16 Bruce MomjianAdd hint suggesting the use of EXECUTE CREATE TABLE...
2011-03-15 Bruce MomjianAdd database comments to template0 and postgres databas...
2011-03-15 Robert HaasRemove 13 keywords that are used only for ROLE options.
2011-03-14 Magnus HaganderRemove special case allowing parameters to ident auth...
2011-03-14 Tom LaneAdjust regression test to avoid platform-dependent...
2011-03-14 Bruce MomjianRemove duplicate time-based macros recently added.
2011-03-13 Tom LaneSimplify list traversal logic in add_path().
2011-03-12 Tom LaneMake all comparisons done for/with statistics use the...
2011-03-12 Bruce MomjianUse "backend process" rather than "backend server"...
2011-03-12 Bruce MomjianUse macros for time-based constants, rather than constants.
2011-03-12 Peter EisentrautAdd test case for collation mismatch in recursive query
2011-03-12 Tom LaneOn further reflection, we'd better do the same in int.c.
2011-03-11 Tom LanePut in some more safeguards against executing a divisio...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-11 Heikki LinnakangasIn ecpg preprocessor, don't try to look up constants...
2011-03-11 Bruce MomjianUpdate C comment about O_DIRECT and fsync().
2011-03-11 Bruce MomjianAdd comment to tools/git-external-diff.
2011-03-11 Bruce MomjianChange "TIP" to "HINT" to match backend message style...
2011-03-11 Bruce MomjianRemove pg_dump -X options that are only in 9.1 and...
2011-03-11 Bruce MomjianAdd C comment that new new pg_dump -X options are to...
2011-03-11 Bruce MomjianWhen a smart pg_ctl shutdown fails, mention -m fast...
2011-03-11 Bruce MomjianClarify C comment that O_SYNC/O_FSYNC are really the...
2011-03-10 Bruce MomjianAdd proper git-external-diff script to src/tools.
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-10 Robert HaasMake error handling of synchronous_standby_names consis...
2011-03-10 Robert HaasMore synchronous replication typo fixes.
2011-03-10 Robert HaasMore synchronous replication tweaks.
2011-03-10 Robert HaasRemove obsolete comment.
2011-03-10 Robert HaasMinor sync rep corrections.
2011-03-10 Robert HaasEmit a LOG message when pausing at the recovery target.
2011-03-10 Robert HaasReplication README updates.
2011-03-10 Heikki LinnakangasFix bugs in the isolation tester flex rules.
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-03-10 Tom Lanereplication/repl_gram.h needs to be cleaned too ...
2011-03-10 Tom LaneFix some oversights in distprep and maintainer-clean...
2011-03-10 Bruce MomjianMention gcc version in C comment.
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-03-08 Peter EisentrautFix parallel make when running make install before...
2011-03-08 Tom LaneAdd missing keywords to gram.y's unreserved_keywords...
2011-03-08 Heikki LinnakangasFix overly strict assertion in SummarizeOldestCommitted...
2011-03-08 Heikki LinnakangasDon't throw a warning if vacuum sees PD_ALL_VISIBLE...
2011-03-08 Michael MeskesAdded new version of ecpg's parser test script which...
2011-03-08 Heikki LinnakangasTruncate predicate lock manager's SLRU lazily at checkp...
2011-03-07 Peter EisentrautFix behavior when raising plpy.Fatal()
2011-03-07 Peter EisentrautReport Python errors from iterators with PLy_elog
2011-03-07 Heikki LinnakangasIf recovery_target_timeline is set to 'latest' and...
2011-03-07 Tom LaneZero out vacuum_count and related counters in pgstat_re...
2011-03-07 Heikki LinnakangasBegin error message with lower-case letter.
2011-03-07 Heikki LinnakangasSilence compiler warning about undefined function when...
2011-03-07 Tom LaneSuppress some "variable might be clobbered by longjmp...
2011-03-07 Tom LaneAdd missing "static" marker to internal_ping().
2011-03-07 Simon RiggsDynamic array required within pg_stat_replication.
2011-03-06 Simon RiggsCatversion increment for pg_stat_replication changes...
2011-03-06 Simon RiggsAdd new files for syncrep missed in previous commit
2011-03-06 Tom LaneFix pg_dump's dump order for collations versus extensions.
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-06 Tom LaneFix incorrect access to pg_index.indcollation.
2011-03-05 Bruce MomjianFix parallel gmake for extension directory addition...
2011-03-05 Andrew DunstanAdd PL extension files to MSVC Install procedure.
2011-03-05 Tom LaneMake plpythonu language use plpython2 shared library...
2011-03-05 Tom LaneConvert createlang/droplang to use CREATE/DROP EXTENSION.
2011-03-05 Peter EisentrautUpdate of SQL feature conformance
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-03-04 Robert HaasRefactor seclabel.c to use the new check_object_ownersh...
2011-03-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-03-04 Peter EisentrautWhen creating a collation, check that the locales can...
2011-03-04 Tom LaneIn initialize_SSL, don't fail unnecessarily when home...
2011-03-04 Heikki LinnakangasYou must hold a lock on the heap page when you call
2011-03-04 Andrew DunstanAdd a comment explaining the recent fix for plpython...
2011-03-03 Tom LaneFurther refine patch for commenting operator implementa...
2011-03-03 Tom LaneRun a portal's cleanup hook immediately when pushing...
2011-03-03 Michael MeskesAdded new version of ecpg's parser generator script...
2011-03-03 Heikki LinnakangasAdd tab-completion for table name after JOIN.
2011-03-03 Tom LaneMark operator implementation functions as such in their...
2011-03-02 Peter EisentrautAdd collations to information_schema.usage_privileges
2011-03-01 Andrew DunstanFix plpython breakage detected on certain Fedora machin...
2011-03-01 Peter EisentrautAdditional PL/Python regression test expected file
2011-03-01 Heikki LinnakangasChange pg_last_xlog_receive_location() not to move...
2011-03-01 Heikki LinnakangasFix bugs in Serializable Snapshot Isolation.
2011-03-01 Peter EisentrautDump the COLLATABLE attribute in CREATE TYPE
2011-03-01 Tom LaneInclude the target table in EXPLAIN output for ModifyTa...
2011-03-01 Robert HaasAvoid excessive Hot Standby feedback messages.
next