| Age | Commit message (Expand) | Author |
| 2003-11-28 | Fix regression in dblink_disconnect() reported by Eduardo Stern: | Joe Conway |
| 2003-11-26 | Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bug | Joe Conway |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-09-14 | expected results for dblink test seem to be out of date ... | Tom Lane |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2003-06-25 | Please apply attached patch to contrib/dblink. It adds named persistent | Bruce Momjian |
| 2003-06-15 | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2002-11-23 | Fix inappropriate quoting in dblink. From Joe Conway. | Tom Lane |
| 2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
| 2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
| 2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
| 2002-11-03 | Fix dblink regression test so that it works when repeated: don't | Tom Lane |
| 2002-10-21 | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut |
| 2002-10-21 | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian |
| 2002-10-18 | Clean up for dblink autocommit OFF handling. | Bruce Momjian |
| 2002-10-18 | Update /contrib for "autocommit TO 'on'". | Bruce Momjian |
| 2002-09-23 | Tweak dblink functions to use int4 arguments instead of int2, | Tom Lane |
| 2002-09-14 | Simplify handling of second database for dblink tests. | Tom Lane |
| 2002-09-14 | The attached adds GRANTs to PUBLIC for dblink functions, removes the | Tom Lane |
| 2002-09-05 | Remove include of libpq-int.h --- dblink.c should not be (and was not) | Tom Lane |
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-03 | Clean out cruft left by nonstandard test procedure. | Tom Lane |
| 2002-09-03 | last-minute CreateTemplateTupleDesc fixes. | Tom Lane |
| 2002-09-02 | Add missing dblink files. | Bruce Momjian |
| 2002-09-02 | Attached is a fairly sizeable update to contrib/dblink. I'd love to get | Bruce Momjian |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-06-23 | Add dbmirror to /contrib. Minor C cleanups and Makefile. | Bruce Momjian |
| 2002-05-27 | Update dblink to work with qualified relation names. | Tom Lane |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-04-24 | Attached is an update to contrib/dblink. Please apply if there are no | Bruce Momjian |
| 2001-12-13 | >>I confirmed the UNION hack is no longer required. Thanks! Is it too late | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-15 | Fix some portability problems (get it to compile, at least, on HP's cc) | Tom Lane |
| 2001-09-06 | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut |
| 2001-06-20 | Attached is a patch to deal with the ones that I missed the first time | Bruce Momjian |
| 2001-06-18 | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian |
| 2001-06-18 | Here's a small patch for dblink: | Bruce Momjian |
| 2001-06-14 | Allow remote query execution (dblink) | Bruce Momjian |