summaryrefslogtreecommitdiff
path: root/contrib/dblink
AgeCommit message (Expand)Author
2013-03-22Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.Tom Lane
2012-12-11Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-12-03Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan
2012-12-02Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-24Another typographical correction.Robert Haas
2012-04-24Lots of doc corrections.Robert Haas
2012-04-04Improve efficiency of dblink by using libpq's new row processor API.Tom Lane
2012-04-04Fix a couple of contrib/dblink bugs.Tom Lane
2012-03-29Fix dblink's failure to report correct connection name in error messages.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-06-25Async dblink functions require a named connection, and therefore shouldJoe Conway
2011-04-25Support "make check" in contribPeter Eisentraut
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-25Don't raise "identifier will be truncated" messages in dblinkItagaki Takahiro
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-20Expose quote_literal_cstr() from core.Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-15Change the interpretation of the primary_key_attnums parameter ofTom Lane
2010-06-15Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane
2010-06-15Consolidate and improve checking of key-column-attnum arguments forTom Lane
2010-06-14Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane
2010-06-09Avoid "identifier will be truncated" warning in dblinkItagaki Takahiro
2010-06-09Fix connection leak in dblink when dblink_connect() or dblink_connect_u()Itagaki Takahiro
2010-06-07Add missed function dblink_connect_u(text[,text]) to uninstall scriptTeodor Sigaev
2010-06-03Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).Itagaki Takahiro
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-24Remove useless codes to initialize TupleDesc from dblink_exec.Itagaki Takahiro
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-03Check to ensure the number of primary key fields supplied does notJoe Conway
2010-01-24Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestoreJoe Conway
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-09-12plug dblink resource leakJoe Conway
2009-08-05Implement dblink_get_notify().Joe Conway
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-09Restore dblink_current_query() to being a C-language function, so as to notTom Lane
2009-06-09Default client encoding to server encoding for dblink connections. AddressesJoe Conway