]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
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...
next