| Age | Commit message (Expand) | Author |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-07-16 | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane |
| 2011-07-04 | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera |
| 2011-06-25 | Async dblink functions require a named connection, and therefore should | Joe Conway |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-11-25 | Don't raise "identifier will be truncated" messages in dblink | Itagaki Takahiro |
| 2010-11-20 | Expose quote_literal_cstr() from core. | Robert Haas |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-06-15 | Change the interpretation of the primary_key_attnums parameter of | Tom Lane |
| 2010-06-15 | Fix dblink_build_sql_insert() and related functions to handle dropped | Tom Lane |
| 2010-06-15 | Consolidate and improve checking of key-column-attnum arguments for | Tom Lane |
| 2010-06-14 | Rearrange dblink's dblink_build_sql_insert() and related routines to open and | Tom Lane |
| 2010-06-09 | Avoid "identifier will be truncated" warning in dblink | Itagaki Takahiro |
| 2010-06-09 | Fix connection leak in dblink when dblink_connect() or dblink_connect_u() | Itagaki Takahiro |
| 2010-06-03 | Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). | Itagaki Takahiro |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-24 | Remove useless codes to initialize TupleDesc from dblink_exec. | Itagaki Takahiro |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-02-03 | Check to ensure the number of primary key fields supplied does not | Joe Conway |
| 2010-01-24 | Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore | Joe Conway |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
| 2009-09-12 | plug dblink resource leak | Joe Conway |
| 2009-08-05 | Implement dblink_get_notify(). | Joe Conway |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-09 | Restore dblink_current_query() to being a C-language function, so as to not | Tom Lane |
| 2009-06-09 | Default client encoding to server encoding for dblink connections. Addresses | Joe Conway |
| 2009-06-06 | Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, | Joe Conway |
| 2009-06-02 | Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bit | Joe Conway |
| 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-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-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-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-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-02 | Added async query capability. Original patch by | Joe Conway |