OSDN Git Service

Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer
[pg-rex/syncrep.git] / src / backend /
2011-03-08 Heikki LinnakangasTruncate predicate lock manager's SLRU lazily at checkp...
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 Simon RiggsDynamic array required within pg_stat_replication.
2011-03-06 Simon RiggsAdd new files for syncrep missed in previous commit
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-06 Tom LaneFix incorrect access to pg_index.indcollation.
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 Heikki LinnakangasYou must hold a lock on the heap page when you call
2011-03-03 Tom LaneRun a portal's cleanup hook immediately when pushing...
2011-03-02 Peter EisentrautAdd collations to information_schema.usage_privileges
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 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-02-28 Robert HaasRename pg_stat_replication.apply_location to replay_loc...
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-26 Heikki LinnakangasIncrease the default for wal_sender_delay from 200ms...
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 Robert HaasNamed restore point improvements.
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-22 Peter EisentrautAdd PL/Python functions for quoting strings
2011-02-22 Robert HaasFix a couple of unlogged tables goofs.
2011-02-22 Tom LaneAllow binary I/O of type "void".
2011-02-22 Tom LaneRemove ExecRemoveJunk(), which is no longer used anywhere.
2011-02-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-02-21 Itagaki TakahiroFix pg_server_to_client, that was broken in the previou...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-20 Tom LaneAdd contrib/file_fdw foreign-data wrapper for reading...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Tom LaneUn-break building with BTREE_BUILD_STATS.
2011-02-18 Simon RiggsMake a hard state change from catchup to streaming...
2011-02-18 Simon RiggsSeparate messages for standby replies and hot standby...
2011-02-18 Magnus HaganderProperly initialize variables
2011-02-18 Michael MeskesApplied a patch by Zoltán Böszörményi that makes ecpg...
2011-02-18 Itagaki TakahiroFix an uninitialized field in DR_copy.
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-18 Tom LaneFix tsmatchsel() to account properly for null rows.
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-17 Robert HaasPrevent possible compiler warnings.
2011-02-17 Robert HaasAdd some words of caution to elog.c.
2011-02-17 Tom LaneFix blatantly uninitialized variable in recent commit.
2011-02-17 Tom LaneFix bogus test for hypothetical indexes in get_actual_v...
2011-02-16 Tom LaneAdd backwards-compatible declarations of some core...
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-16 Tom LaneMake a no-op ALTER EXTENSION UPDATE give just a NOTICE...
2011-02-16 Robert HaasWAL receiver shouldn't try to send a reply when dying.
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-16 Robert Haaspg_ctl promote
2011-02-16 Itagaki TakahiroExport the external file reader used in COPY FROM as...
2011-02-15 Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-02-15 Robert HaasAssorted corrections to the patch to add WAL receiver...
2011-02-15 Robert HaasRename max_predicate_locks_per_transaction.
2011-02-15 Robert HaasAvoid a few more SET DATA TYPE table rewrites.
2011-02-15 Robert HaasDelete stray word from comment.
2011-02-15 Simon RiggsPITR can stop at a named restore point when recovery...
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-14 Tom LaneSupport replacing MODULE_PATHNAME during extension...
2011-02-14 Tom LaneChange the naming convention for extension files to...
2011-02-12 Tom LaneRefactor ALTER EXTENSION UPDATE to have cleaner multi...
2011-02-12 Bruce MomjianProperly handle Win32 paths of 'E:abc', which can be...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Robert HaasTeach ALTER TABLE .. SET DATA TYPE to avoid some table...
2011-02-12 Tom LaneClean up installation directory choices for extensions.
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-11 Alvaro HerreraFix comment recently obsoleted
2011-02-11 Robert HaasTypo fixes. receivedUpto should be capitalized consist...
2011-02-11 Robert HaasTweak find_composite_type_dependencies API a bit more.
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Bruce MomjianFix "variable not used" warnings when USE_WIDE_UPPER_LO...
2011-02-10 Peter EisentrautUpdate comment
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-10 Heikki LinnakangasAllocate all entries in the serializable xid hash up...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-09 Peter EisentrautInformation schema views for collation support
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-09 Heikki LinnakangasFix allocation of RW-conflict pool in the new predicate...
2011-02-09 Magnus HaganderImplement NOWAIT option for BASE_BACKUP command
2011-02-08 Tom LaneSuppress some compiler warnings in recent commits.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsNamed restore points in recovery. Users can record...
2011-02-08 Simon RiggsBasic Recovery Control functions for use in Hot Standby...
2011-02-08 Simon RiggsRemove rare corner case for data loss when triggering...
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-08 Heikki LinnakangasFix copy-pasto in description of pg_serial, and silence...
2011-02-08 Robert HaasAvoid having autovacuum workers wait for relation locks.
next