users/hanada/postgres.git
2010-12-03 Shigeru HanadaFix postgresql_fdw to not remove quals from PlanState... pgsql_fdw
2010-12-03 Shigeru HanadaMerge branch 'fdw_core' into pgsql_fdw
2010-12-03 Shigeru HanadaMerge branch 'master' into fdw_core fdw_core
2010-12-03 Itagaki TakahiroRemove unnecessary string null-termination in pg_convert.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-12-02 Alvaro HerreraMove private struct declaration to compress_io.c
2010-12-02 Alvaro HerreraRemove trailing whitespace
2010-12-02 Alvaro HerreraRemove useless struct declaration
2010-12-02 Alvaro HerreraSilence compiler
2010-12-02 Heikki LinnakangasRefactor the pg_dump zlib code from pg_backup_custom...
2010-12-01 Shigeru HanadaMerge branch 'fdw_core' into pgsql_fdw
2010-12-01 Shigeru HanadaMerge branch 'master' into fdw_core
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-29 Tom LaneSimplify and speed up mapping of index opfamilies to...
2010-11-29 Heikki LinnakangasBe consistent about writing "[, ...]" instead "[,....
2010-11-29 Robert HaasFix typo.
2010-11-29 Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-11-29 Shigeru HanadaMerge branch 'fdw_core' into pgsql_fdw
2010-11-29 Shigeru HanadaMerge branch 'master' into fdw_core
2010-11-27 Tom LanePoint out in default_tablespace's description that...
2010-11-27 Bruce MomjianIn libpq/Makefile, use OBJS += as a way to break up...
2010-11-27 Robert HaasNew contrib module, auth_delay.
2010-11-27 Tom LaneA bit more wordsmithing on the PQping documentation.
2010-11-27 Tom LaneOn further testing, PQping also needs an explicit check...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-27 Tom LaneClean up IPv4 vs IPv6 bogosity in connectFailureMessage().
2010-11-26 Tom LaneFix portability issues in new src/port/inet_net_ntop...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-26 Tom LaneRemove bogus use of PGDLLIMPORT.
2010-11-26 Tom LaneFix significant memory leak in contrib/xml2 functions.
2010-11-26 Bruce MomjianAdd inet_net_ntop.c as needed by MSVC, per Magnus.
2010-11-26 Bruce MomjianUse conn->raddr consistently for non-connect libpq...
2010-11-26 Bruce MomjianUpdate comment that says we only report last libpq...
2010-11-26 Bruce MomjianUse only addr_cur when reporting connection failures...
2010-11-26 Bruce MomjianAbandon use of Makefile variables in libpq/Makefile...
2010-11-26 Bruce MomjianIn libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT...
2010-11-26 Bruce MomjianImprove pg_ctl "cannot connect" spacing, per Tom, and...
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...
next