OSDN Git Service

Async dblink functions require a named connection, and therefore should
[pg-rex/syncrep.git] / src /
2011-06-23 Peter EisentrautAdd information schema views role_udt_grants, udt_privi...
2011-06-23 Tom LaneUndo overly enthusiastic de-const-ification.
2011-06-22 Tom LaneUpdate alternative expected file for recent sequence...
2011-06-22 Tom LaneRevert "Don't select log_cnt in sequence regression...
2011-06-22 Tom LaneAdd missing -I switch for VPATH builds.
2011-06-22 Tom LaneFix symlink for errcodes.h so it works in VPATH builds...
2011-06-22 Robert HaasDon't select log_cnt in sequence regression tests.
2011-06-22 Heikki LinnakangasRemove pointless const qualifiers from function argumen...
2011-06-22 Robert HaasMake the visibility map crash-safe.
2011-06-22 Robert HaasAdd some regression tests for serial pseudotypes.
2011-06-22 Robert HaasAdd smallserial pseudotype.
2011-06-22 Robert HaasMake deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-06-21 Tom LaneMinor editing for README-SSI.
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-21 Heikki LinnakangasAdjust the alternative expected output file for prepare...
2011-06-21 Heikki LinnakangasFix bug in PreCommit_CheckForSerializationFailure....
2011-06-21 Heikki LinnakangasFix bug introduced by recent SSI patch to merge ROLLED_...
2011-06-20 Tom LaneFix thinko in previous patch for optimizing EXISTS...
2011-06-20 Alvaro HerreraRemove extra copying of TupleDescs for heap_create_with...
2011-06-20 Michael MeskesFixed string in German translation that causes segfault.
2011-06-19 Tom LaneAdd REL9_1_STABLE to the set of branches tracked by...
2011-06-19 Tom LaneFix thinko in previous patch to always update pg_class...
2011-06-18 Peter EisentrautCapitalization fixes
2011-06-18 Peter EisentrautMake external_pid_file world readable
2011-06-18 Magnus HaganderRemove redundant lib*dll.def rules from .gitignore
2011-06-17 Andrew DunstanSet FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
2011-06-17 Tom LaneObtain table locks as soon as practical during pg_dump.
2011-06-17 Robert HaasAdd overflow checks to int4 and int8 versions of genera...
2011-06-17 Robert HaasFix crash in CREATE UNLOGGED TABLE.
2011-06-17 Robert HaasFix minor thinko in ProcGlobalShmemSize().
2011-06-17 Andrew DunstanDefine FLEXIBLE_ARRAY_MEMBER for MSVC.
2011-06-16 Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
2011-06-16 Peter EisentrautAvoid compiler warnings due to possibly unused variables
2011-06-16 Peter EisentrautStart using flexible array members
2011-06-16 Heikki LinnakangasUpdate README-SSI. Add a section to describe the "dange...
2011-06-16 Alvaro HerreraFix typo
2011-06-16 Tom LaneRemove another no-longer-needed inclusion of predicate.h.
2011-06-16 Heikki Linnakangaspgindent run of recent SSI changes. Also, remove an...
2011-06-16 Simon RiggsRespect Hot Standby controls while recycling btree...
2011-06-16 Tom LaneUse single quotes in preference to double quotes for...
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-06-15 Tom LaneFix failure to account for memory used by tuplestore_pu...
2011-06-15 Tom LaneFix oversights in pg_basebackup's -z (compression)...
2011-06-15 Heikki LinnakangasThe rolled-back flag on serializable xacts was pointles...
2011-06-15 Heikki LinnakangasMake non-MVCC snapshots exempt from predicate locking...
2011-06-14 Peter EisentrautAllow psql \d tab completion to complete all relation...
2011-06-14 Tom LaneFix assorted issues with build and install paths contai...
2011-06-14 Peter EisentrautRemove unused variable
2011-06-14 Peter EisentrautAdd comment that attributes.is_nullable was removed...
2011-06-14 Heikki LinnakangasOops, forgot to change the order of entries in 2PC...
2011-06-14 Heikki LinnakangasRenumber 2PC resource managers so that compared to...
2011-06-14 Peter EisentrautMove parse2.pl to parse.pl
2011-06-13 Alvaro HerreraFix aboriginal copy-paste mistake in error message
2011-06-12 Heikki LinnakangasRemove now-unnecessary casts.
2011-06-12 Robert HaasCode cleanup for InitProcGlobal.
2011-06-12 Robert HaasTab completion improvements for COMMENT.
2011-06-11 Tom LaneStamp HEAD as 9.2devel.
2011-06-11 Bruce MomjianAdd C comment mentioning pg_stat_activity.procpid shoul...
2011-06-10 Tom LaneWork around gcc 4.6.0 bug that breaks WAL replay.
2011-06-10 Heikki LinnakangasFix locking while setting flags in MySerializableXact.
2011-06-10 Alvaro HerreraAdd comment about pg_ctl stop
2011-06-10 Alvaro HerreraUse "transient" files for blind writes, take 2
2011-06-10 Alvaro HerreraUse a constant sprintf format to silence compiler warning
2011-06-10 Heikki LinnakangasSmall comment fixes and enhancements.
2011-06-10 Bruce MomjianMention "pg_ctl stop" in pgindent README instructions.
2011-06-09 Tom LaneTag 9.1beta2.
2011-06-09 Alvaro HerreraRevert "Use "transient" files for blind writes"
2011-06-09 Alvaro HerreraUse "transient" files for blind writes
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-06-09 Heikki LinnakangasFix the truncation logic of the OldSerXid SLRU mechanis...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-09 Bruce MomjianUpdate typedef list for upcoming pgindent run.
2011-06-09 Magnus HaganderUse the correct eventlog severity for error
2011-06-09 Magnus HaganderSupport silent mode for service registrations on win32
2011-06-09 Magnus HaganderAdd gitignore for mingw/cygwin build outputs
2011-06-09 Heikki LinnakangasMark the SLRU page as dirty when setting an entry in...
2011-06-08 Peter EisentrautReorder pg_ctl promote after pg_ctl status
2011-06-08 Tom LaneAllow domains over arrays to match ANYARRAY parameters...
2011-06-08 Heikki LinnakangasMake DDL operations play nicely with Serializable Snaps...
2011-06-08 Robert HaasComplain politely about access temp/unlogged tables...
2011-06-08 Alvaro HerreraRevert psql bits to display NOT VALID for FKs
2011-06-07 Heikki LinnakangasMake ascii-art in comments pgindent-safe, and some...
2011-06-07 Tom LaneFix rewriter to cope (more or less) with CTEs in the...
2011-06-06 Tom LaneReset reindex-in-progress state before reverifying...
2011-06-04 Andrew DunstanAllow building with perl 5.14.
2011-06-04 Tom LaneExpose the "*VALUES*" alias that we generate for a...
2011-06-03 Alvaro HerreraFix pg_get_constraintdef to cope with NOT VALID constraints
2011-06-03 Tom LaneFix failure to check whether a rowtype's component...
2011-06-03 Heikki LinnakangasSSI comment fixes and enhancements. Notably, document...
2011-06-03 Tom LaneNeed to list getpeereid.c in .gitignore, too ...
2011-06-02 Tom LaneHandle domains when checking for recursive inclusion...
2011-06-02 Tom LaneLooks like we can't declare getpeereid on Windows anyway.
2011-06-02 Tom Lanelibpq needs its own copy of src/port/getpeereid.
2011-06-02 Tom LaneClean up after erroneous SELECT FOR UPDATE/SHARE on...
2011-06-02 Robert HaasFix vim-induced typo.
2011-06-02 Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-06-02 Tom LaneTypo fix.
2011-06-02 Robert HaasAvoid creating init fork for unlogged indexes when...
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
next