| Age | Commit message (Expand) | Author |
| 2005-05-30 | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-27 | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-10-28 | This makes dblink pass its installcheck test on platforms where | Tom Lane |
| 2004-10-25 | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway |
| 2004-09-28 | Remove duplicate PQclear(res) operations leading to double free() and | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-07 | Added new versions of dblink, dblink_exec, dblink_open, dblink_close, | Joe Conway |
| 2004-02-24 | When returning type "record", replace use of pgresultGetTupleDesc | Joe Conway |
| 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-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 |
| 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-09-23 | Tweak dblink functions to use int4 arguments instead of int2, | 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 | last-minute CreateTemplateTupleDesc fixes. | Tom Lane |
| 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-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-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-06-18 | Here's a small patch for dblink: | Bruce Momjian |
| 2001-06-14 | Allow remote query execution (dblink) | Bruce Momjian |