OSDN Git Service

pg-rex/syncrep.git
2011-03-08 Peter EisentrautIgnore files built by coverage builds
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 Bruce MomjianAdjust CHAR() doc mention of pattern matching issues...
2011-03-08 Bruce MomjianDocument that char() ignores spaces in non-pattern...
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 Tom LaneImprove description of inquiry functions that accept...
2011-03-07 Tom LaneMinor copy-editing in CREATE TRIGGER reference page.
2011-03-07 Heikki LinnakangasIf recovery_target_timeline is set to 'latest' and...
2011-03-07 Robert HaasReword alpha release note item on SSI.
2011-03-07 Robert HaasSynchronous replication doc corrections.
2011-03-07 Tom LaneZero out vacuum_count and related counters in pgstat_re...
2011-03-07 Heikki LinnakangasDocument the DEFERRABLE option in SET TRANSACTION command.
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 Bruce MomjianTighten pg_upgrade check for pre-8.4 toast table name...
2011-03-07 Tom LaneSuppress some "variable might be clobbered by longjmp...
2011-03-07 Tom LaneFix a couple more missing "static" markers.
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-06 Bruce MomjianImprove pg_upgrade relation name check logic for pre...
2011-03-06 Bruce MomjianUpdate new pg_upgrade comment about pre-8.4 TOAST tables.
2011-03-06 Bruce MomjianRestructure pg_upgrade checks because pre-8.4 Postgres...
2011-03-06 Bruce MomjianFix pg_upgrade to print the proper database name for...
2011-03-06 Bruce MomjianPrint clearer failure message when pg_upgrade fails...
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 LaneAdjust documentation about pg_pltemplate to reflect...
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 Robert HaasRemove one copy of duplicated alpha4 release note.
2011-03-05 Peter EisentrautUpdate of SQL feature conformance
2011-03-05 Robert HaasAdd missing word.
2011-03-05 Robert HaasFirst cut at 9.1alpha4 release notes.
2011-03-05 Robert HaasRemove emphasis from 9.1alpha3 items.
2011-03-05 Tom LaneUpdate documentation to reflect that standard PLs are...
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 LaneFix citext's upgrade-from-unpackaged script to set...
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 LaneAdd -lm to SHLIB_LINK for contrib/btree_gist.
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-02 Tom LaneAdd 'collatable' to the Parameters section of CREATE...
2011-03-02 Tom LaneAdd KNNGIST support to contrib/btree_gist.
2011-03-02 Peter EisentrautSupport for DragonFly BSD
2011-03-02 Tom LaneFix erroneous documentation of the syntax of CREATE...
2011-03-02 Tom LaneCorrect mistaken claims about EXPLAIN ANALYZE's handlin...
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 LaneUpdate discussion of EXPLAIN to reflect existence of...
2011-03-01 Tom LaneInclude the target table in EXPLAIN output for ModifyTa...
2011-03-01 Robert HaasAvoid excessive Hot Standby feedback messages.
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-03-01 Andrew DunstanUnbreak vpath builds broken by commit 474a42473adf9b184...
2011-02-28 Robert HaasRename pg_stat_replication.apply_location to replay_loc...
2011-02-28 Peter EisentrautFix regression tests after PL/Python custom SPI excepti...
2011-02-28 Peter EisentrautPL/Python custom SPI exceptions
2011-02-28 Tom LaneAdd documentation for data-modifying statements in...
2011-02-27 Bruce MomjianDocument that last vacuum statistics and counts are...
2011-02-27 Peter EisentrautPL/Python explicit subtransactions
2011-02-27 Peter EisentrautRemove remaining expected file for Python 2.2
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-27 Bruce MomjianBe less detailed about reporting shared memory failure...
2011-02-27 Magnus HaganderFix verbose display of REPLICATION role attribute
2011-02-27 Bruce MomjianFix markup for pg_options_to_table() to report the...
2011-02-26 Heikki LinnakangasIncrease the default for wal_sender_delay from 200ms...
2011-02-26 Andrew DunstanAdd a configure check for Python.h if building with...
2011-02-26 Bruce MomjianDocument that pg_options_to_table() also works for
2011-02-26 Bruce MomjianFix doc patch --- pg_options_to_table() returns "setof...
2011-02-26 Peter EisentrautTable function support for PL/Python
2011-02-26 Bruce MomjianDocument pg_options_to_table() (not previously documented)
2011-02-26 Tom LaneFix order of shutdown processing when CTEs contain...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-25 Alvaro HerreraUpdate pageinspect--1.0.sql to match the upgrade script
2011-02-25 Alvaro HerreraFix pageinspect's heap_page_item to return infomasks...
2011-02-25 Robert HaasNamed restore point improvements.
2011-02-24 Itagaki TakahiroMore psql tab-completion for new commands.
2011-02-24 Itagaki TakahiroAdd tab-completion for CREATE UNLOGGED TABLE in psql,
2011-02-23 Bruce MomjianUpdate wording about information schema and name which...
next