users/hanada/postgres.git
2010-11-25 Shigeru HanadaMerge branch 'master' into fdw_core
2010-11-25 Shigeru HanadaRemove oid support on foreign tables.
2010-11-24 Bruce MomjianDocument that a CHECKPOINT before taking a file system...
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautAdd index entries for more functions
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-23 Shigeru HanadaRemove data file for regression test of file_fdw (moved...
2010-11-23 Shigeru HanadaRemove file_fdw.
2010-11-23 Shigeru HanadaRemove postgresql_fdw.
2010-11-23 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-23 Shigeru HanadaRevert unnecessary chenges to make patch smaller.
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-11-22 Alvaro HerreraRemove GucContext parameter from ParseConfigFile
2010-11-22 Robert HaasPut back accidentally-deleted quote_literal() regressio...
2010-11-22 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-21 Robert HaasBump catversion. Should have done this as part of...
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-20 Tom LaneFurther cleanup of indxpath logic related to IndexOptIn...
2010-11-20 Robert HaasMinor cleanup of indxpath.c.
2010-11-20 Tom LaneAssorted further cleanup for integer-conversion patch.
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-20 Robert HaasUpdate int8-exp-three-digits.out to match new contents...
2010-11-20 Robert HaasAttempt to fix breakage caused by signed integer conver...
2010-11-20 Tom LaneFix leakage of cost_limit when multiple autovacuum...
2010-11-20 Robert HaasSpeed up conversion of signed integers to C strings.
2010-11-19 Tom LaneImprove relation width estimation for subqueries.
2010-11-19 Shigeru HanadaRefactor name of public functions defined for file_fdw...
2010-11-19 Shigeru HanadaReplaced custom is_immutable_func() with contain_mutabl...
2010-11-19 Shigeru HanadaCreate FOREIGN DATA WRAPPER postgresql_fdw during insta...
2010-11-19 Shigeru HanadaMerge source files for postgresql_fdw into postgresql_f...
2010-11-19 Shigeru HanadaFix postgresql_fdw to support oid system column.
2010-11-19 Shigeru HanadaFix bug caused by the wrong usage of appendStringInfo().
2010-11-19 Shigeru HanadaApply forgotten fix...
2010-11-19 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-19 Shigeru HanadaFix postgresql_fdw to not use prefix in deparsed SQL...
2010-11-19 Shigeru HanadaFix file_fdw to treat oid system attribute correctly.
2010-11-18 Tom LaneImprove plpgsql's error reporting for no-such-column...
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-11-18 Tom LaneDept of second thoughts: don't try to push LIMIT below...
2010-11-18 Robert HaasMinor corrections to dummy_seclabel documentation.
2010-11-18 Shigeru HanadaFix file_fdw to print trace message on DEBUG3.
2010-11-18 Shigeru HanadaSeparate function to generate SQL statement in postgres...
2010-11-18 Shigeru HanadaSeparate deparseSql() in postgresql_fdw into two parts.
2010-11-18 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-18 Shigeru HanadaSimplify the interface of MakeFileState() to make it...
2010-11-18 Heikki LinnakangasRemove unused parameter. Patch by Shigeru Hanada.
2010-11-18 Shigeru HanadaFix some comments.
2010-11-18 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-18 Robert HaasDocument the dummy_seclabel contrib module.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-17 Shigeru HanadaAdd GetFdwRoutineByRelId(), which retrieves FdwRoutine...
2010-11-17 Peter EisentrautAdditional fixes for parallel make
2010-11-17 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-17 Andrew DunstanRequire VALUE keyword when extending an enum type....
2010-11-16 Magnus HaganderSend paramHandle to subprocesses as 64-bit on Win64
2010-11-16 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15 Tom LaneFix aboriginal mistake in plpython's set-returning...
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-15 Robert HaasRemove outdated comments from the regression test files.
2010-11-15 Robert HaasFix copy-and-pasteo a little more completely.
2010-11-15 Alvaro HerreraFix copy-and-pasteo.
2010-11-15 Simon RiggsAvoid spurious Hot Standby conflicts from btree delete...
2010-11-15 Tom LaneAdjust comments about what's needed to avoid make 3...
2010-11-15 Robert HaasCorrect poor grammar in comment.
2010-11-15 Robert HaasFix bug in cube picksplit algorithm.
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-11-15 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-14 Tom LaneFix canAcceptConnections() bugs introduced by replicati...
2010-11-14 Tom LaneWork around make 3.80 bug with long expansions of ...
2010-11-13 Tom LaneAdd missing outfuncs.c support for struct InhRelation.
2010-11-13 Andrew DunstanAttempt to fix MSVC builds broken by parallel make...
2010-11-12 Robert HaasMove copydir() prototype into its own header file.
2010-11-12 Tom LaneFix old oversight in const-simplification of COALESCE...
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-12 Peter Eisentrautdocs -> documentation
2010-11-12 Heikki LinnakangasAdd missing support for removing foreign data wrapper...
2010-11-12 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-12 Shigeru HanadaFix postgresql_fdw to close foreign connections on...
2010-11-11 Heikki LinnakangasFix bug introduced by the recent patch to check that...
2010-11-11 Shigeru HanadaRefactor postgresql_fdw.
2010-11-11 Shigeru HanadaRefactor file_fdw with adding prefix "file" to FdwRouti...
2010-11-11 Shigeru HanadaAllow FDWs to set function pointers in FdwRoutine other...
2010-11-11 Shigeru HanadaMerge branch 'master' into fdw_select_simple
2010-11-11 Shigeru HanadaSeparate connection manager from postgresql_fdw and...
2010-11-10 Tom LaneFix line_construct_pm() for the case of "infinite"...
2010-11-10 Bruce MomjianMention that pg_upgrade requires compatible 32/64-bit...
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
2010-11-10 Itagaki TakahiroDon't use __declspec (dllimport) for PGDLLEXPORT to...
2010-11-09 Alvaro HerreraMerge docs for CREATE CONSTRAINT TRIGGER and CREATE...
2010-11-09 Tom LaneImprove pg_ctl's man page.
2010-11-09 Tom LaneRepair memory leakage while ANALYZE-ing complex index...
2010-11-09 Heikki LinnakangasIn rewriteheap.c (used by VACUUM FULL and CLUSTER)...
2010-11-09 Alvaro Herreraplpython has plpy.Error instead of plpy.ERROR
2010-11-09 Shigeru HanadaFix postgresql_fdw to use estimated costs.
2010-11-09 Shigeru HanadaUse BeginScan instead of the first Itereate call to...
2010-11-09 Shigeru HanadaAdd new FdwRoutine function BeginScan which is called...
next