users/hanada/postgres.git
2010-11-26 Shigeru HanadaMerge branch 'fdw_core' into pgsql_fdw
2010-11-26 Shigeru HanadaMerge branch 'master' into fdw_core
2010-11-25 Bruce MomjianImprove pg_ctl "cannot connect" warning, per suggestion...
2010-11-25 Bruce MomjianFor libpq/Makefile OPT_PGPORT, remove .o extension...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-25 Bruce MomjianFix getaddrinfo() in pgport to use proper parameters...
2010-11-25 Bruce MomjianRestructure how libpq includes external C files, for...
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-25 Itagaki TakahiroDon't raise "identifier will be truncated" messages...
2010-11-25 Shigeru HanadaMerge branch 'fdw_core' into pgsql_fdw
2010-11-25 Shigeru HanadaFix pg_dump to omit whole of OPTIONS clause when the...
2010-11-25 Shigeru HanadaMerge branch 'fdw_core' into pgsql_fdw
2010-11-25 Shigeru HanadaMerge branch 'master' into fdw_core
2010-11-25 Shigeru HanadaMerge branch 'fdw_core' into pgsql_fdw
2010-11-25 Shigeru HanadaFix indent.
2010-11-25 Robert HaasAdd inet_net_ntop.c to .gitignore.
2010-11-25 Robert HaasRemove belt-and-suspenders guards against buffer pin...
2010-11-25 Shigeru HanadaRemove oid support on foreign tables.
2010-11-25 Shigeru HanadaMerge branch 'fdw_core' into pgsql_fdw
2010-11-25 Shigeru HanadaRevert unnecessary changes.
2010-11-25 Shigeru HanadaMerge branch 'master' into fdw_core
2010-11-25 Bruce MomjianProperly add new inet_net_ntop file to libpq Makefile.
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 HanadaAdd postgresql_fdw as contrib module.
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
next