OSDN Git Service

pg-rex/syncrep.git
2011-02-27 Magnus HaganderFix verbose display of REPLICATION role attribute
2011-02-27 Bruce MomjianFix markup for pg_options_to_table() to report the...
2011-02-26 Heikki LinnakangasIncrease the default for wal_sender_delay from 200ms...
2011-02-26 Andrew DunstanAdd a configure check for Python.h if building with...
2011-02-26 Bruce MomjianDocument that pg_options_to_table() also works for
2011-02-26 Bruce MomjianFix doc patch --- pg_options_to_table() returns "setof...
2011-02-26 Peter EisentrautTable function support for PL/Python
2011-02-26 Bruce MomjianDocument pg_options_to_table() (not previously documented)
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 Alvaro HerreraUpdate pageinspect--1.0.sql to match the upgrade script
2011-02-25 Alvaro HerreraFix pageinspect's heap_page_item to return infomasks...
2011-02-25 Robert HaasNamed restore point improvements.
2011-02-24 Itagaki TakahiroMore psql tab-completion for new commands.
2011-02-24 Itagaki TakahiroAdd tab-completion for CREATE UNLOGGED TABLE in psql,
2011-02-23 Bruce MomjianUpdate wording about information schema and name which...
2011-02-23 Itagaki TakahiroMake the second words lowercase in psql's \d titles...
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 Bruce MomjianReword information_schema duplicate constraint warning...
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-22 Bruce MomjianMove information_schema duplicate constraint note to...
2011-02-21 Bruce MomjianUpdate docs about new role privileges reference, per...
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-21 Bruce MomjianMerge two documentation permission chapters into a...
2011-02-20 Tom LaneMinor logic fix for new levenshtein implementation.
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-20 Bruce MomjianAdjust documentation wording of window function ORDER...
2011-02-20 Bruce MomjianDocumentation update for UTF16 surrogate pairs in UTF8...
2011-02-19 Bruce MomjianDocument that an SQL-standard-compliant query that...
2011-02-19 Peter EisentrautInvalidate PL/Python functions with composite type...
2011-02-19 Bruce MomjianInitialize variable to quiet compiler.
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-19 Bruce MomjianImprove text search prefix doc addition.
2011-02-19 Bruce MomjianDocument that text search comparisons happen after...
2011-02-18 Tom LaneUn-break building with BTREE_BUILD_STATS.
2011-02-18 Tom LaneFix parallel pg_restore to handle comments on POST_DATA...
2011-02-18 Tom LaneOne more hack to make contrib upgrades from 9.0 match...
2011-02-18 Alvaro HerreraUse $INDENT instead of `which` to find the indent binary
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 Alvaro HerreraConvert Postgres arrays to Perl arrays on PL/perl input...
2011-02-18 Alvaro Herrerapgindent run on plperl.c
2011-02-18 Alvaro HerreraUse $INDENT rather than indent throughout the pgindent...
2011-02-18 Tom LaneFix tsmatchsel() to account properly for null rows.
2011-02-17 Tom LaneFix upgrade of contrib/xml2 from 9.0.
2011-02-17 Tom LaneFix upgrade of contrib/intarray and contrib/unaccent...
2011-02-17 Tom LaneFix upgrade of contrib/btree_gist from 9.0.
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-17 Robert HaasPrevent possible compiler warnings.
2011-02-17 Bruce MomjianTypo fix
2011-02-17 Tom LaneFix contrib/pg_trgm to have smoother updates from 9.0.
2011-02-17 Bruce MomjianRemove doc mention about read committed in upsert example.
2011-02-17 Bruce MomjianDocument that plpgsql upsert example can fail if insert...
2011-02-17 Bruce MomjianIn documentation example, use concat_values() instead...
2011-02-17 Robert HaasAdd some words of caution to elog.c.
2011-02-17 Robert HaasTypo fixes.
2011-02-17 Robert HaasRemove rule to build sepgsql-regtest.pp.
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 Peter EisentrautAlso process psqlrc when running psql -l
2011-02-16 Peter EisentrautBetter support for thread-support flag detection with...
2011-02-16 Peter EisentrautFix for warnings-free compilation with Python 3.2
2011-02-16 Bruce MomjianIn pg_upgrade, no need to initialize global struct...
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 Alvaro HerreraCleanup ClusterInfo initialization in pg_upgrade
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-16 Bruce MomjianFix bug in 9.1 pg_upgrade processing of old/new relatio...
2011-02-15 Tom LaneFix corner case for binary upgrade: extension functions...
2011-02-15 Alvaro HerreraMake pg_upgrade compile again
2011-02-15 Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-02-15 Bruce MomjianAdjust pg_upgrade error message, array freeing, and...
2011-02-15 Tom LaneBring hstore's comment into line with style of other...
2011-02-15 Tom LaneFix obsolete comment.
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 Peter EisentrautAllow make check in PL directories
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 Tom LaneRethink naming of contrib/intagg extension.
2011-02-15 Simon RiggsAdditional required docs for pg_constraint catalog...
2011-02-15 Simon RiggsPITR can stop at a named restore point when recovery...
2011-02-15 Tom LaneFix MSVC build scripts for recent extension-related...
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-15 Tom LaneSmall improvements to external-projects documentation.
next