OSDN Git Service

Merge branch 'pgrex90-base' into pgrex90
[pg-rex/syncrep.git] / src / include /
2010-12-09 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-12-09 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-07 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-12-07 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-12-07 MasaoFujiiChange walsender so that it sends a XLogCatchupComplete...
2010-12-07 MasaoFujiiIntroduce WalSndState
2010-12-07 Heikki LinnakangasFix bugs in the hot standby known-assigned-xids trackin...
2010-12-03 MasaoFujiiIntroduce standby_fencing_command which is used to...
2010-12-03 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-12-03 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-30 MasaoFujiiChange walsender so that it sends WAL data in non-block...
2010-11-30 MasaoFujiiIntroduce new backend libpq functions which send data...
2010-11-29 Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-11-26 MasaoFujiiPrepare for replication_timeout.
2010-11-26 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-26 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-22 MasaoFujiiMake backend wait for replication.
2010-11-22 MasaoFujiiIntroduce WalSndWaiter struct which is used for backend...
2010-11-22 MasaoFujiiMake walreceiver send back the ACK per its replication...
2010-11-22 MasaoFujiiMake walreceiver include its replication mode in START_...
2010-11-22 MasaoFujiiAdd replication_mode in postgresql.conf
2010-11-22 MasaoFujiiRevert "Add the definition of replication modes."
2010-11-22 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-22 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-12 MasaoFujiiProvide the capability to signal the reason when settin...
2010-11-12 MasaoFujiiAdd the definition of replication modes.
2010-11-12 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-12 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-10 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-10 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-10 Itagaki TakahiroDon't use __declspec (dllimport) for PGDLLEXPORT to...
2010-10-22 Heikki LinnakangasMake OFF keyword unreserved. It's not hard to imagine...
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-07 MasaoFujiiMake walsender receive not only Terminate message but...
2010-10-07 MasaoFujiiDefine new message type 'l' which means the WAL acknowl...
2010-10-07 MasaoFujiiAdd interface function 'libpqrcv_send' to allow walrece...
2010-10-07 MasaoFujiiUse a latch to make startup process wake up and replay...
2010-10-07 Heikki LinnakangasSimplify Windows implementation of latches. There's...
2010-10-07 MasaoFujiiIntroduce latches. A latch is a boolean variable, with...
2010-10-07 MasaoFujiiAdd restart_after_crash GUC.
2010-10-01 Marc G. FournierTag 9.0.1
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-17 Marc G. Fourniertag v9.0.0 ... the big day approaches REL9_0_0
2010-09-14 Tom LaneFix join-removal logic for pseudoconstant and outerjoin...
2010-09-13 Heikki LinnakangasRemove prototype for non-existent function from walrece...
2010-09-02 Tom LaneFix up flushing of composite-type typcache entries...
2010-08-27 Marc G. Fourniertag rc1 ... final stretch ...
2010-08-23 Tom LaneMarginal code cleanup for streaming replication.
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-01 Tom LaneBack-patch fix for renaming asyncCommitLSN to asyncXactLSN.
2010-08-01 Tom LaneFix ANALYZE's ancient deficiency of not trying to colle...
2010-08-01 Tom LaneFix an additional set of problems in GIN's handling...
2010-08-01 Tom LaneRewrite the rbtree routines so that an RBNode is the...
2010-07-31 Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-07-30 Marc G. Fourniertag for beta4
2010-07-29 Tom LaneImproved version of patch to protect pg_get_expr()...
2010-07-29 Tom LaneClean up some inconsistencies in the volatility marking...
2010-07-28 Tom LaneFix potential failure when hashing the output of a...
2010-07-09 Marc G. Fourniertag beta3
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-05 Heikki LinnakangasThe previous fix in CVS HEAD and 8.4 for handling the...
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-06-29 Peter EisentrautUse different function names for plpython3 handlers...
2010-06-17 Tom LaneClean up some randomness associated with trace_recovery...
2010-06-17 Tom LaneDon't allow walsender to send WAL data until it's been...
2010-06-17 Itagaki TakahiroRemove prototype of GetOldestWALSendPointer(), that...
2010-06-15 Itagaki TakahiroAdd new GUC categories corresponding to sections in...
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-06-10 Heikki LinnakangasMake TriggerFile variable static. It's not used outside...
2010-06-04 Marc G. Fourniertag 9.0beta2
2010-06-03 Tom LaneAdd current WAL end (as seen by walsender, ie, GetWrite...
2010-06-03 Alvaro HerreraAdd comments about definitions that may affect PG_CONTR...
2010-06-03 Tom LaneBump PG_CONTROL_VERSION to account for the incompatible...
2010-06-03 Robert HaasOn clean shutdown during recovery, don't warn about...
2010-05-28 Itagaki TakahiroPGDLLEXPORT is __declspec (dllexport) only on MSVC,
2010-05-27 Tom LaneFix the volatility marking of textanycat() and anytextc...
2010-05-27 Itagaki TakahiroMark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLL...
2010-05-26 Simon RiggsHS Defer buffer pin deadlock check until deadlock_timeo...
2010-05-25 Michael MeskesReplace self written 'long long int' configure test...
2010-05-25 Michael MeskesAdded a configure test for "long long" datatypes. So...
2010-05-15 Robert HaasRename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CON...
2010-05-15 Tom LaneSpell __NetBSD__ the same way everywhere. Per Giles...
2010-05-15 Bruce MomjianUse __bsdi__ consistently.
2010-05-13 Tom LaneFix up lame idea of not using autoconf to determine...
2010-05-13 Simon RiggsCleanup initialization of Hot Standby. Clarify working...
2010-05-11 Robert HaasChange typedef for rb_appendator to avoid conflict...
2010-04-30 Marc G. Fourniertag for 9.0beta1
2010-04-29 Tom LaneRename the parameter recovery_connections to hot_standb...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-26 Bruce MomjianReorder pg_stat_activity columns to be more consistent...
2010-04-24 Simon RiggsPatch revoked because of objections.
2010-04-23 Robert HaasFix various instances of "the the".
2010-04-23 Simon RiggsAdd missing optimizer hooks for function cost and numbe...
2010-04-23 Simon RiggsPrevious patch revoked following objections.
next