]> granicus.if.org Git - postgresql/history - src/include
Add pg_basebackup tool for streaming base backups
[postgresql] / src / include /
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-23 Robert HaasCode cleanup for assign_transaction_read_only.
2011-01-22 Robert HaasCode cleanup for assign_XactIsoLevel.
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-15 Tom LaneMove a couple of declarations to reflect where the...
2011-01-15 Heikki LinnakangasTreat a WAL sender process that hasn't started streamin...
2011-01-14 Magnus HaganderUse a lexer and grammar for parsing walsender commands
2011-01-14 Magnus HaganderExit from base backups when shutdown is requested
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-10 Magnus HaganderBackend support for streaming base backups
2011-01-09 Magnus HaganderSplit pg_start_backup() and pg_stop_backup() into two...
2011-01-09 Tom LaneFix up core tsquery GIN support for new extractQuery...
2011-01-09 Magnus HaganderAdd pgreadlink() on Windows to read junction points
2011-01-09 Tom LaneAdd array_contains_nulls() function in arrayfuncs.c.
2011-01-08 Tom LaneRemove pg_am.amindexnulls.
2011-01-08 Tom LaneRefactor GIN's handling of duplicate search entries.
2011-01-08 Tom LaneFix the built-in GIN support procedure declarations...
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-07 Robert HaasDocument pg_stat_replication, bump catversion since...
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
2011-01-05 Magnus HaganderGive superusers REPLIACTION permission by default
2011-01-04 Robert HaasFix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
2011-01-03 Magnus HaganderBump catversion, forgot in previous commit.
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-31 Tom LaneMove symbols for ExecMergeJoin's state machine into...
2010-12-31 Tom LaneSupport RIGHT and FULL OUTER JOIN in hash joins.
2010-12-30 Alvaro HerreraAvoid unnecessary public struct declaration in slru.h
2010-12-29 Robert HaasBump XLOG_PAGE_MAGIC.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-29 Tom LaneAvoid unexpected conversion overflow in planner for...
2010-12-27 Tom LaneRename the C functions bitand(), bitor() to bit_and...
2010-12-27 Tom LaneFix failure of executor/hashjoin.h to compile standalone.
2010-12-27 Tom LaneFix ill-chosen use of "private" as an argument and...
2010-12-27 Robert HaasCorrections to patch adding SQL/MED error codes.
2010-12-26 Andrew DunstanOnly build in crashdump support on Windows if there...
2010-12-25 Robert HaasAdd foreign data wrapper error code values for SQL...
2010-12-23 Heikki LinnakangasRewrite the GiST insertion logic so that we don't need...
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-12-16 Tom LaneRemove optreset from src/port/ implementations of getop...
2010-12-15 Itagaki TakahiroAdd pg_read_binary_file() and whole-file-at-once versio...
2010-12-14 Robert HaasInstrument checkpoint sync calls.
2010-12-14 Robert HaasAllow plugins to suppress inlining and hook function...
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-12 Tom LaneMake S_IRGRP etc available in mingw builds as well...
2010-12-11 Tom LaneProvide a complete set of file-permission-bit macros...
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-12-11 Tom LaneMove a couple of initdb's subroutines into src/port/.
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-07 Heikki LinnakangasFix bugs in the hot standby known-assigned-xids trackin...
2010-12-04 Tom LaneUpdate comment to match later code changes.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-03 Robert HaasUse GUC lexer for recovery.conf parsing.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-29 Tom LaneSimplify and speed up mapping of index opfamilies to...
2010-11-29 Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-11-21 Robert HaasBump catversion. Should have done this as part of...
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-20 Tom LaneFurther cleanup of indxpath logic related to IndexOptIn...
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-20 Robert HaasSpeed up conversion of signed integers to C strings.
2010-11-19 Tom LaneImprove relation width estimation for subqueries.
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-15 Robert HaasFix copy-and-pasteo a little more completely.
2010-11-15 Alvaro HerreraFix copy-and-pasteo.
2010-11-12 Robert HaasMove copydir() prototype into its own header file.
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
2010-11-10 Itagaki TakahiroDon't use __declspec (dllimport) for PGDLLEXPORT to...
2010-11-08 Tom LaneUse appendrel planning logic for top-level UNION ALL...
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-11-01 Tom LaneAvoid using a local FunctionCallInfoData struct in...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-29 Tom LaneAvoid creation of useless EquivalenceClasses during...
2010-10-27 Robert HaasAdd a client authentication hook.
2010-10-26 Itagaki TakahiroFix typos "are are".
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-22 Heikki LinnakangasMake OFF keyword unreserved. It's not hard to imagine...
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-18 Peter EisentrautSupport key word 'all' in host column of pg_hba.conf
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
next