OSDN Git Service

pg-rex/syncrep.git
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.
2011-02-15 Simon RiggsAdd version-sensitive SQL for psql when constraints...
2011-02-14 Tom LaneFix obsolete references to old-style contrib installati...
2011-02-14 Tom LaneRemove no-longer-needed special case hacks in MSVC...
2011-02-14 Tom LaneMore fixups for "unpackaged" conversion scripts.
2011-02-14 Tom LaneAssorted fixups for "unpackaged" conversion scripts.
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-02-14 Tom LaneSupport replacing MODULE_PATHNAME during extension...
2011-02-14 Tom LaneChange the naming convention for extension files to...
2011-02-13 Bruce MomjianClarify documentation for libpq's PQescapeBytea to...
2011-02-13 Bruce MomjianBack out libpq doc change; not ready yet.
2011-02-13 Bruce MomjianFix reverse 'if' test in path_is_relative_and_below_cwd...
2011-02-12 Tom LaneRefactor ALTER EXTENSION UPDATE to have cleaner multi...
2011-02-12 Bruce MomjianProperly handle Win32 paths of 'E:abc', which can be...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Robert HaasTeach ALTER TABLE .. SET DATA TYPE to avoid some table...
2011-02-12 Tom LaneClean up installation directory choices for extensions.
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-11 Alvaro HerreraFix comment recently obsoleted
2011-02-11 Robert HaasAllow tab-completion of :variable even as first word...
2011-02-11 Robert HaasTypo fixes. receivedUpto should be capitalized consist...
2011-02-11 Robert HaasTweak find_composite_type_dependencies API a bit more.
2011-02-10 Alvaro HerreraFix isolation tester Makefile so that it runs in a...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Alvaro HerreraFix the isolation tester compilation on VPATH builds
2011-02-10 Bruce MomjianFix "variable not used" warnings when USE_WIDE_UPPER_LO...
2011-02-10 Peter EisentrautUpdate comment
2011-02-10 Bruce MomjianFix pg_get_encoding_from_locale() function call paramet...
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-10 Magnus HaganderUse NOWAIT when including WAL in base backup
2011-02-10 Heikki LinnakangasAllocate all entries in the serializable xid hash up...
2011-02-10 Andrew DunstanUse correct name and URL for MinGW-w64, error noticed...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-02-10 Itagaki TakahiroFix typo in the documentation.
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-09 Peter EisentrautInformation schema views for collation support
2011-02-09 Tom LaneRethink order of operations for dumping extension membe...
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-09 Bruce MomjianRemove more SGML tabs.
2011-02-09 Bruce MomjianRemove tabs in SGML file.
2011-02-09 Heikki LinnakangasFix allocation of RW-conflict pool in the new predicate...
2011-02-09 Magnus HaganderImplement NOWAIT option for BASE_BACKUP command
2011-02-08 Tom LaneSuppress some compiler warnings in recent commits.
2011-02-08 Tom LaneFix merge conflict.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Heikki LinnakangasFix typo, by Kevin Grittner.
2011-02-08 Simon RiggsContinue long tradition of bumping the catalog version...
2011-02-08 Simon RiggsNamed restore points in recovery. Users can record...
2011-02-08 Simon RiggsBasic Recovery Control functions for use in Hot Standby...
2011-02-08 Heikki LinnakangasUINT64_MAX isn't defined on MSVC.
2011-02-08 Simon RiggsRemove rare corner case for data loss when triggering...
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-08 Heikki LinnakangasFix copy-pasto in description of pg_serial, and silence...
2011-02-08 Robert HaasAvoid having autovacuum workers wait for relation locks.
2011-02-07 Heikki LinnakangasOops, forgot to bump catversion in the Serializable...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-07 Itagaki TakahiroFix a comment for MergeAttributes.
2011-02-07 Andrew DunstanSupply now required HeUTF8 macro for plperl where it...
2011-02-07 Itagaki TakahiroFix error messages for FreeFile in COPY command.
2011-02-06 Bruce Momjianremove tags.
2011-02-06 Andrew DunstanForce strings passed to and from plperl to be in UTF8...
2011-02-06 Bruce MomjianAdjust libpq docs to be clearer about 'hostaddr' usage...
2011-02-06 Bruce MomjianRename macro DECIMAL to DECIMAL_T to help pgindent...
2011-02-06 Magnus HaganderIDENTIFY_SYSTEM now returns 3 fields, not 2
2011-02-06 Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-02-05 Bruce MomjianAdd C comment about why older compilers complain about...
2011-02-05 Andrew DunstanAttempt to unbreak MSVC builds after pipe.c move.
2011-02-04 Bruce MomjianAdd doc comment that installation.sgml can't use xrefs.
2011-02-04 Robert HaasClarify comment in ATRewriteTable().
2011-02-04 Robert HaasMove pipe.c into the backend.
2011-02-04 Bruce MomjianIn docs, move PQrequestCancel() deprecation mention...
2011-02-04 Robert HaasAvoid including postgres.h in frontend compiles of...
2011-02-04 Robert HaasUpdate ALTER TABLE docs to mention using VACUUM FULL...
2011-02-04 Robert HaasUse $(MAKE) rather than make.
2011-02-04 Robert HaasMake handling of errcodes.h more consistent with other...
2011-02-04 Magnus HaganderAttempt to un-break the documentation build again
next