| Age | Commit message (Expand) | Author |
| 2006-09-02 | Added async query capability. Original patch by | Joe Conway |
| 2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
| 2006-07-10 | Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes. | Bruce Momjian |
| 2006-06-21 | - During dblink_open, if transaction state was IDLE, force cursor count to | Joe Conway |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-03-13 | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-11 | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway |
| 2006-03-01 | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2006-02-27 | contrib uninstall scripts | Peter Eisentraut |
| 2006-01-03 | When the remote query result has a different number of columns | Joe Conway |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-18 | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane |
| 2005-10-18 | When a cursor is opened using dblink_open, only start a transaction | Joe Conway |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-08 | Remove unnecessary ABORT commands in dblink regression tests. | Bruce Momjian |
| 2005-10-08 | Cosmetic improvements to dblink. | Bruce Momjian |
| 2005-10-08 | Cosmetic changes to dblink. | Bruce Momjian |
| 2005-10-08 | Cosmetic changes to dblink. | Bruce Momjian |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-06-21 | Cause initdb to create a third standard database "postgres", which | Tom Lane |
| 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-05-17 | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane |
| 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 | Some more missed copyright notices. Many of these look like they | 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-08-20 | > Please find enclose a submission to fix these problems. | 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-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 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 |