]> granicus.if.org Git - postgresql/history - src/include
Add many new Asserts in code and fix simple bug that slipped through
[postgresql] / src / include /
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 REL9_0_BETA1
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.
2010-04-23 Simon RiggsMake CheckRequiredParameterValues() depend upon correct...
2010-04-21 Simon RiggsFix oversight in collecting values for cleanup_info...
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-04-20 Robert HaasRename standby_keep_segments to wal_keep_segments.
2010-04-19 Simon RiggsAdd new message for explicit rejection by pg_hba.conf...
2010-04-19 Robert HaasAdd an 'enable_material' GUC.
2010-04-18 Simon RiggsRemove some additional changes in previous commit that...
2010-04-18 Simon RiggsTune GetSnapshotData() during Hot Standby by avoiding...
2010-04-13 Heikki LinnakangasAllow Hot Standby to begin from a shutdown checkpoint.
2010-04-12 Heikki LinnakangasUpdate the location of last removed WAL segment in...
2010-04-12 Heikki LinnakangasChange the logic to decide when to delete old WAL segme...
2010-04-05 Tom LaneFix updateAclDependencies() to not assume that ACL...
2010-04-02 Magnus HaganderUpdate a number of broken links in comments.
2010-04-01 Robert HaasRefer to max_wal_senders in a more consistent fashion.
2010-03-30 Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-03-28 Simon RiggsDerive latestRemovedXid for btree deletes by reading...
2010-03-25 Alvaro HerreraPrevent ALTER USER f RESET ALL from removing the settin...
2010-03-20 Simon RiggsFurther corrections of mismatching struct and btree...
2010-03-19 Tom LaneFix oversight in btpo.xact patch; it was in fact instal...
2010-03-19 Simon RiggsUpdate XLOG_PAGE_MAGIC to recognise WAL format changes.
2010-03-19 Simon RiggsAdjust comment in .history file to match recovery targe...
2010-03-19 Simon RiggsReset btpo.xact following recovery of btree delete...
2010-03-17 Tom LanePass incompletely-transformed aggregate argument lists...
2010-03-13 Bruce MomjianAdd libpq warning message if the .pgpass-retrieved...
2010-03-11 Tom LaneUpdate comment for pg_constraint.conindid to mention...
2010-03-03 Tom LaneExport xml.c's libxml-error-handling support so that...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-19 Peter EisentrautRevert version stamping in wrong branch
2010-02-19 Peter EisentrautVersion stamp 9.0alpha4
2010-02-19 Heikki LinnakangasDon't use O_DIRECT when writing WAL files if archiving...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Andrew DunstanAdd query text to auto_explain output.
2010-02-16 Magnus HaganderAdd emulation of non-blocking sockets to the win32...
2010-02-15 Greg StarkSpeed up CREATE DATABASE by deferring the fsyncs until...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-13 Tom LaneDon't expose the inline definition of MemoryContextSwit...
2010-02-13 Simon RiggsFix relcache init file invalidation during Hot Standby...
2010-02-13 Tom LaneSupport inlining various small performance-critical...
2010-02-13 Simon RiggsRe-enable max_standby_delay = -1 using deadlock detecti...
2010-02-13 Simon RiggsIntroduce WAL records to log reuse of btree pages,...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-11 Teodor SigaevGeneric implementation of red-black binary tree. It...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-02-08 Bruce MomjianAdd C comments that HEAP_MOVED_* define usage is only...
2010-02-08 Tom LaneRemove CatalogCacheFlushRelation, and the reloidattr...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-07 Tom LaneWork around deadlock problems with VACUUM FULL/CLUSTER...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-04 Tom LaneRestructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
2010-02-03 Heikki LinnakangasAdd a message type header to the CopyData messages...
2010-02-03 Tom LaneAssorted cleanups in preparation for using a map file...
2010-02-02 Magnus HaganderMake RADIUS authentication use pg_getaddrinfo_all(...
2010-02-02 Robert HaasFold FindConversion() into FindConversionByName() and...
2010-02-01 Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2010-02-01 Robert HaasAugment EXPLAIN output with more details on Hash nodes.
2010-02-01 Simon RiggsRevoke augmentation of WAL records for btree delete...
2010-02-01 Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
2010-01-31 Simon RiggsDetect early deadlock in Hot Standby when Startup is...
2010-01-31 Tom LaneParenthesize this macro, just in case.
2010-01-29 Simon RiggsAugment WAL records for btree delete with GetOldestXmin...
2010-01-29 Simon RiggsFilter recovery conflicts based upon dboid from relfile...
2010-01-28 Peter EisentrautType table feature
2010-01-28 Magnus HaganderAdd functions to reset the statistics counter for a...
2010-01-28 Magnus HaganderDefine INADDR_NONE on Solaris when it's missing. Per...
2010-01-28 Heikki LinnakangasChange a few remaining calls of XLogArchivingActive...
2010-01-27 Heikki LinnakangasMake standby server continuously retry restoring the...
2010-01-27 Magnus HaganderAdd support for RADIUS authentication.
2010-01-26 Tom LaneRemove the default_do_language parameter, instead makin...
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-22 Robert HaasFix several oversights in previous commit - attribute...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-22 Peter EisentrautPL/Python DO handler
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-20 Heikki LinnakangasNow that much of walreceiver has been pulled back into...
2010-01-20 Heikki LinnakangasRethink the way walreceiver is linked into the backend...
2010-01-19 Magnus HaganderAdd pg_stat_reset_shared('bgwriter') to reset the clust...
2010-01-19 Tom LaneAdd pg_table_size() and pg_indexes_size() to provide...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-16 Tom LaneHuh, apparently on cygwin we HAVE_SIGPROCMASK, so both...
2010-01-16 Tom LanePGDLLIMPORT-ize the remaining variables needed by walre...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
next