OSDN Git Service

pg-rex/syncrep.git
2011-01-03 Magnus HaganderAdd missing part of replication role docs
2011-01-03 Magnus Haganderperltidy run on the MSVC build system
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
2011-01-02 Robert HaasFix typo.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Robert HaasMinor wordsmithing.
2011-01-01 Robert HaasFix pg_dump support for security labels on columns.
2011-01-01 Peter EisentrautAllow casting a table's row type to the table's superty...
2011-01-01 Bruce MomjianAdd #include <time.h> to pg_ctl.c to fix compiler warning.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2011-01-01 Bruce MomjianFurter pg_upgrade optimizations to reduce function...
2011-01-01 Bruce MomjianIn pg_upgrade, remove use of whichCluster, and just...
2011-01-01 Bruce MomjianIn pg_upgrade, rename "CLUSTERNAME" to "CLUSTER_NAME".
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-31 Tom LaneInvert and rename flag variable to improve code readabi...
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 Peter EisentrautRemove tabs in SGML
2010-12-30 Alvaro HerreraAvoid unnecessary public struct declaration in slru.h
2010-12-29 Bruce MomjianDoc wording improvement: taken -> accepted
2010-12-29 Tom LaneImprove pg_upgrade's checks for required executables.
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-29 Tom LaneReclassify DEFAULT as a column_constraint item in the...
2010-12-28 Peter EisentrautNo release notes update, just advance the date
2010-12-28 Tom LaneFix ill-advised placement of PGRES_COPY_BOTH enum value.
2010-12-28 Bruce MomjianAnother fix for larger postmaster.pid files.
2010-12-28 Magnus HaganderFix list of functions that are restricted to superusers
2010-12-28 Bruce MomjianFix code to properly pull out shared memory key now...
2010-12-27 Bruce MomjianMark unaccent functions as STABLE, rather than defaulti...
2010-12-27 Bruce MomjianUpdate SGML docs describing the contents of the postpid...
2010-12-27 Tom LaneRemove -fno-operator-names switch from cpluspluscheck.
2010-12-27 Tom LaneRename the C functions bitand(), bitor() to bit_and...
2010-12-27 Tom LaneRearrange cpluspluscheck to check just one .h file...
2010-12-27 Tom LaneFix failure of executor/hashjoin.h to compile standalone.
2010-12-27 Tom LaneTweak cpluspluscheck to avoid directly #include'ing...
2010-12-27 Tom LaneFix ill-chosen use of "private" as an argument and...
2010-12-27 Alvaro HerreraBreak up long line, per Leslie S Satenstein.
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-25 Robert HaasCorrect spelling: longjump() -> longjmp().
2010-12-24 Peter EisentrautFix grammar
2010-12-24 Andrew DunstanAllow vpath builds and regression tests to succeed...
2010-12-24 Bruce MomjianRemove quotes from boolean recovery.conf.sample paramet...
2010-12-24 Bruce MomjianImprove "pg_ctl -w start" server detection by writing...
2010-12-24 Peter EisentrautMove the documentation of --no-security-label to a...
2010-12-24 Peter EisentrautRelease notes for 9.1alpha3
2010-12-24 Robert HaasDocument pg_dump(all) --no-security-label instead of...
2010-12-23 Michael MeskesAdded rule to ecpg lexer to accept "Unicode surrogate...
2010-12-23 Heikki LinnakangasRewrite the GiST insertion logic so that we don't need...
2010-12-23 Bruce MomjianDocument that BBU's do not allow partial page writes...
2010-12-22 Robert HaasTypo fix.
2010-12-22 Bruce MomjianWording improvements for pg_ctl manual page.
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
2010-12-21 Robert HaasFix typos.
2010-12-21 Robert HaasWork around unfortunate getppid() behavior on BSD-ish...
2010-12-20 Robert HaasAllow transactions that don't write WAL to commit async...
2010-12-20 Alvaro HerreraFix typo
2010-12-19 Magnus HaganderRemove thread dumping constant that requires newer...
2010-12-19 Tom LaneFix up handling of simple-form CASE with constant test...
2010-12-19 Tom LaneFix erroneous parsing of tsquery input "... & !(subexpr...
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-12-18 Bruce MomjianProperly print the IP number and "localhost" for failed...
2010-12-18 Magnus HaganderMake GUC variables for syslog and SSL always visible
2010-12-17 Alvaro Herreraset_ps_display when calling functions via fastpath
2010-12-17 Alvaro HerreraRemove unnecessary definition for autovacuum in SignalS...
2010-12-17 Robert HaasTry to save a kernel call in ResolveRecoveryConflictWit...
2010-12-17 Robert HaasReset 'ps' display just once when resolving VXID conflicts.
2010-12-17 Robert HaasWaiting for complete startup is now a well-defined...
2010-12-16 Tom LaneImprove comments around startup_hacks() code.
2010-12-16 Tom LaneRemove optreset from src/port/ implementations of getop...
2010-12-16 Alvaro HerreraAvoid clobbering errno, per comment from Tom.
2010-12-16 Alvaro HerreraFix inconsequential FILE pointer leakage
2010-12-16 Alvaro HerreraAdd some minor missing error checks
2010-12-16 Alvaro HerreraSimplify SignalSomeChildren(BACKEND_TYPE_ALL) to Signal...
2010-12-16 Bruce MomjianFix crash caused by NULL lookup when reporting IP addre...
2010-12-16 Tom LaneFix up getopt() reset management so it works on recent...
2010-12-16 Tom LaneFix contrib/seg's GiST picksplit method.
2010-12-16 Robert HaasSome copy editing of pg_read_binary_file() patch.
2010-12-16 Robert HaasDocument timestamptz a little better.
2010-12-15 Itagaki TakahiroAdd pg_read_binary_file() and whole-file-at-once versio...
2010-12-15 Bruce MomjianUse "upgrade" in preference over "migrate" in pg_upgrad...
2010-12-14 Robert HaasInstrument checkpoint sync calls.
2010-12-14 Robert HaasImproved tab completion for views with triggers.
2010-12-14 Tom LaneUpdate release notes for releases 9.0.2, 8.4.6, 8.3...
2010-12-14 Robert HaasAllow plugins to suppress inlining and hook function...
2010-12-13 Peter EisentrautRemove recently reintroduced CVS keyword
2010-12-13 Robert HaasDocument replacement of pg_class.relistemp with relpers...
2010-12-13 Tom LaneUpdate time zone data files to tzdata release 2010o...
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-12 Tom LaneReset all database-level stats in pgstat_recv_resetcoun...
2010-12-12 Tom LaneMake S_IRGRP etc available in mingw builds as well...
2010-12-11 Tom LaneClean up some copied-and-pasted code in pg_upgrade.
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 Magnus HaganderAdd required new port files to MSVC builds.
next