2010-12-03 |
Shigeru Hanada | Fix postgresql_fdw to not remove quals from PlanState... pgsql_fdw |
commit | commitdiff | tree |
2010-12-03 |
Shigeru Hanada | Merge branch 'fdw_core' into pgsql_fdw |
commit | commitdiff | tree |
2010-12-03 |
Shigeru Hanada | Merge branch 'master' into fdw_core fdw_core |
commit | commitdiff | tree |
2010-12-03 |
Itagaki Takahiro | Remove unnecessary string null-termination in pg_convert. |
commit | commitdiff | tree |
2010-12-03 |
Tom Lane | Create core infrastructure for KNNGIST. |
commit | commitdiff | tree |
2010-12-02 |
Alvaro Herrera | Move private struct declaration to compress_io.c |
commit | commitdiff | tree |
2010-12-02 |
Alvaro Herrera | Remove trailing whitespace |
commit | commitdiff | tree |
2010-12-02 |
Alvaro Herrera | Remove useless struct declaration |
commit | commitdiff | tree |
2010-12-02 |
Alvaro Herrera | Silence compiler |
commit | commitdiff | tree |
2010-12-02 |
Heikki Linnakangas | Refactor the pg_dump zlib code from pg_backup_custom... |
commit | commitdiff | tree |
2010-12-01 |
Shigeru Hanada | Merge branch 'fdw_core' into pgsql_fdw |
commit | commitdiff | tree |
2010-12-01 |
Shigeru Hanada | Merge branch 'master' into fdw_core |
commit | commitdiff | tree |
2010-12-01 |
Tom Lane | Prevent inlining a SQL function with multiple OUT param... |
commit | commitdiff | tree |
2010-11-29 |
Tom Lane | Simplify and speed up mapping of index opfamilies to... |
commit | commitdiff | tree |
2010-11-29 |
Heikki Linnakangas | Be consistent about writing "[, ...]" instead "[,.... |
commit | commitdiff | tree |
2010-11-29 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
2010-11-29 |
Simon Riggs | Move call to GetTopTransactionId() earlier in LockAcqui... |
commit | commitdiff | tree |
2010-11-29 |
Shigeru Hanada | Merge branch 'fdw_core' into pgsql_fdw |
commit | commitdiff | tree |
2010-11-29 |
Shigeru Hanada | Merge branch 'master' into fdw_core |
commit | commitdiff | tree |
2010-11-27 |
Tom Lane | Point out in default_tablespace's description that... |
commit | commitdiff | tree |
2010-11-27 |
Bruce Momjian | In libpq/Makefile, use OBJS += as a way to break up... |
commit | commitdiff | tree |
2010-11-27 |
Robert Haas | New contrib module, auth_delay. |
commit | commitdiff | tree |
2010-11-27 |
Tom Lane | A bit more wordsmithing on the PQping documentation. |
commit | commitdiff | tree |
2010-11-27 |
Tom Lane | On further testing, PQping also needs an explicit check... |
commit | commitdiff | tree |
2010-11-27 |
Tom Lane | Rewrite PQping to be more like what we agreed to last... |
commit | commitdiff | tree |
2010-11-27 |
Tom Lane | Clean up IPv4 vs IPv6 bogosity in connectFailureMessage(). |
commit | commitdiff | tree |
2010-11-26 |
Tom Lane | Fix portability issues in new src/port/inet_net_ntop... |
commit | commitdiff | tree |
2010-11-26 |
Robert Haas | Add more ALTER <object> .. SET SCHEMA commands. |
commit | commitdiff | tree |
2010-11-26 |
Tom Lane | Remove bogus use of PGDLLIMPORT. |
commit | commitdiff | tree |
2010-11-26 |
Tom Lane | Fix significant memory leak in contrib/xml2 functions. |
commit | commitdiff | tree |
2010-11-26 |
Bruce Momjian | Add inet_net_ntop.c as needed by MSVC, per Magnus. |
commit | commitdiff | tree |
2010-11-26 |
Bruce Momjian | Use conn->raddr consistently for non-connect libpq... |
commit | commitdiff | tree |
2010-11-26 |
Bruce Momjian | Update comment that says we only report last libpq... |
commit | commitdiff | tree |
2010-11-26 |
Bruce Momjian | Use only addr_cur when reporting connection failures... |
commit | commitdiff | tree |
2010-11-26 |
Bruce Momjian | Abandon use of Makefile variables in libpq/Makefile... |
commit | commitdiff | tree |
2010-11-26 |
Bruce Momjian | In libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT... |
commit | commitdiff | tree |
2010-11-26 |
Bruce Momjian | Improve pg_ctl "cannot connect" spacing, per Tom, and... |
commit | commitdiff | tree |
2010-11-26 |
Shigeru Hanada | Merge branch 'fdw_core' into pgsql_fdw |
commit | commitdiff | tree |
2010-11-26 |
Shigeru Hanada | Merge branch 'master' into fdw_core |
commit | commitdiff | tree |
2010-11-25 |
Bruce Momjian | Improve pg_ctl "cannot connect" warning, per suggestion... |
commit | commitdiff | tree |
2010-11-25 |
Bruce Momjian | For libpq/Makefile OPT_PGPORT, remove .o extension... |
commit | commitdiff | tree |
2010-11-25 |
Bruce Momjian | Add PQping and PQpingParams to libpq to allow detection... |
commit | commitdiff | tree |
2010-11-25 |
Bruce Momjian | Fix getaddrinfo() in pgport to use proper parameters... |
commit | commitdiff | tree |
2010-11-25 |
Bruce Momjian | Restructure how libpq includes external C files, for... |
commit | commitdiff | tree |
2010-11-25 |
Robert Haas | Object access hook framework, with post-creation hook. |
commit | commitdiff | tree |
2010-11-25 |
Itagaki Takahiro | Don't raise "identifier will be truncated" messages... |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Merge branch 'fdw_core' into pgsql_fdw |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Fix pg_dump to omit whole of OPTIONS clause when the... |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Merge branch 'fdw_core' into pgsql_fdw |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Merge branch 'master' into fdw_core |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Merge branch 'fdw_core' into pgsql_fdw |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Fix indent. |
commit | commitdiff | tree |
2010-11-25 |
Robert Haas | Add inet_net_ntop.c to .gitignore. |
commit | commitdiff | tree |
2010-11-25 |
Robert Haas | Remove belt-and-suspenders guards against buffer pin... |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Remove oid support on foreign tables. |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Merge branch 'fdw_core' into pgsql_fdw |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Revert unnecessary changes. |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Merge branch 'master' into fdw_core |
commit | commitdiff | tree |
2010-11-25 |
Bruce Momjian | Properly add new inet_net_ntop file to libpq Makefile. |
commit | commitdiff | tree |
2010-11-25 |
Shigeru Hanada | Remove oid support on foreign tables. |
commit | commitdiff | tree |
2010-11-24 |
Bruce Momjian | Document that a CHECKPOINT before taking a file system... |
commit | commitdiff | tree |
2010-11-24 |
Bruce Momjian | When reporting the server as not responding, if the... |
commit | commitdiff | tree |
2010-11-24 |
Tom Lane | Create the system catalog infrastructure needed for... |
commit | commitdiff | tree |
2010-11-23 |
Peter Eisentraut | Add index entries for more functions |
commit | commitdiff | tree |
2010-11-23 |
Peter Eisentraut | Propagate ALTER TYPE operations to typed tables |
commit | commitdiff | tree |
2010-11-23 |
Peter Eisentraut | Remove useless whitespace at end of lines |
commit | commitdiff | tree |
2010-11-23 |
Shigeru Hanada | Add postgresql_fdw as contrib module. |
commit | commitdiff | tree |
2010-11-23 |
Shigeru Hanada | Remove data file for regression test of file_fdw (moved... |
commit | commitdiff | tree |
2010-11-23 |
Shigeru Hanada | Remove file_fdw. |
commit | commitdiff | tree |
2010-11-23 |
Shigeru Hanada | Remove postgresql_fdw. |
commit | commitdiff | tree |
2010-11-23 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
2010-11-23 |
Shigeru Hanada | Revert unnecessary chenges to make patch smaller. |
commit | commitdiff | tree |
2010-11-23 |
Robert Haas | Centralize some ALTER <whatever> .. SET SCHEMA checks. |
commit | commitdiff | tree |
2010-11-22 |
Alvaro Herrera | Remove GucContext parameter from ParseConfigFile |
commit | commitdiff | tree |
2010-11-22 |
Robert Haas | Put back accidentally-deleted quote_literal() regressio... |
commit | commitdiff | tree |
2010-11-22 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
2010-11-21 |
Robert Haas | Bump catversion. Should have done this as part of... |
commit | commitdiff | tree |
2010-11-21 |
Robert Haas | Add new SQL function, format(text). |
commit | commitdiff | tree |
2010-11-20 |
Tom Lane | Further cleanup of indxpath logic related to IndexOptIn... |
commit | commitdiff | tree |
2010-11-20 |
Robert Haas | Minor cleanup of indxpath.c. |
commit | commitdiff | tree |
2010-11-20 |
Tom Lane | Assorted further cleanup for integer-conversion patch. |
commit | commitdiff | tree |
2010-11-20 |
Robert Haas | Expose quote_literal_cstr() from core. |
commit | commitdiff | tree |
2010-11-20 |
Robert Haas | Update int8-exp-three-digits.out to match new contents... |
commit | commitdiff | tree |
2010-11-20 |
Robert Haas | Attempt to fix breakage caused by signed integer conver... |
commit | commitdiff | tree |
2010-11-20 |
Tom Lane | Fix leakage of cost_limit when multiple autovacuum... |
commit | commitdiff | tree |
2010-11-20 |
Robert Haas | Speed up conversion of signed integers to C strings. |
commit | commitdiff | tree |
2010-11-19 |
Tom Lane | Improve relation width estimation for subqueries. |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Refactor name of public functions defined for file_fdw... |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Replaced custom is_immutable_func() with contain_mutabl... |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Create FOREIGN DATA WRAPPER postgresql_fdw during insta... |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Merge source files for postgresql_fdw into postgresql_f... |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Fix postgresql_fdw to support oid system column. |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Fix bug caused by the wrong usage of appendStringInfo(). |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Apply forgotten fix... |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Fix postgresql_fdw to not use prefix in deparsed SQL... |
commit | commitdiff | tree |
2010-11-19 |
Shigeru Hanada | Fix file_fdw to treat oid system attribute correctly. |
commit | commitdiff | tree |
2010-11-18 |
Tom Lane | Improve plpgsql's error reporting for no-such-column... |
commit | commitdiff | tree |
2010-11-18 |
Alvaro Herrera | Add pg_describe_object function |
commit | commitdiff | tree |
2010-11-18 |
Tom Lane | Dept of second thoughts: don't try to push LIMIT below... |
commit | commitdiff | tree |
next |