index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
dblink
Age
Commit message (
Expand
)
Author
2013-03-22
Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.
Tom Lane
2012-12-11
Add mode where contrib installcheck runs each module in a separately named da...
Andrew Dunstan
2012-12-03
Revert "Add mode where contrib installcheck runs each module in a separately ...
Andrew Dunstan
2012-12-02
Add mode where contrib installcheck runs each module in a separately named da...
Andrew Dunstan
2012-08-02
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-24
Another typographical correction.
Robert Haas
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-04
Improve efficiency of dblink by using libpq's new row processor API.
Tom Lane
2012-04-04
Fix a couple of contrib/dblink bugs.
Tom Lane
2012-03-29
Fix dblink's failure to report correct connection name in error messages.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
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-04-25
Support "make check" in contrib
Peter Eisentraut
2011-02-14
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
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-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-20
Expose quote_literal_cstr() from core.
Robert Haas
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-09-22
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
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-07
Add missed function dblink_connect_u(text[,text]) to uninstall script
Teodor Sigaev
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-11-22
Improve psql's tabular display of wrapped-around data by inserting markers
Tom Lane
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
[next]