| Age | Commit message (Expand) | Author |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-11-30 | Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. | Tom Lane |
| 2008-09-22 | Fix dblink_connect() so that it verifies that a password is supplied in the | Tom Lane |
| 2008-07-03 | When an ERROR happens on a dblink remote connection, take | Joe Conway |
| 2008-04-06 | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane |
| 2008-04-05 | Make dblink_current_query() reference pg_catalog.current_query(), per Tom. | Bruce Momjian |
| 2008-04-05 | Re-add dblink_current_query() for backward compatibility. | Bruce Momjian |
| 2008-04-04 | Remove unneed #include now that current_query() has moved to the backend. | Bruce Momjian |
| 2008-04-04 | Implement current_query(), that shows the currently executing query. | Bruce Momjian |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-01-14 | Use an indexscan not a heapscan to search pg_index in get_pkey_attnames. | Tom Lane |
| 2008-01-03 | The original patch to disallow non-passworded connections to non-superusers | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-13 | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-11 | Remove /contrib/dblink/doc directory, now in SGML. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-10 | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian |
| 2007-11-10 | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-08-27 | Require SELECT privilege on a table to do dblink_get_pkey(). This is | Tom Lane |
| 2007-07-08 | Restrict non-superusers to password authenticated connections | Joe Conway |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-02-07 | Replace some strncpy() by strlcpy(). | Peter Eisentraut |
| 2007-02-01 | Fix two more regression tests whose expected outputs were not updated | Neil Conway |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-10-19 | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-11 | Fix omissions in contrib uninstall scripts. Michael Fuhr | Tom Lane |
| 2006-09-10 | Install a cleaner solution to the AIX libpq linking problem, as per | Tom Lane |
| 2006-09-10 | Fix dblink build for --enable-nls or --enable-openssl on AIX. | Tom Lane |
| 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 |