Commit Graph

127 Commits (0a7832005792fa6dad171f9cadb8d587fe0dd800)

Author SHA1 Message Date
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Joe Conway d6ca510d9d Fix performance regression in dblink connection speed. 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 8a3b6772ae Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Alvaro Herrera 9df55c8c3f Fix assorted compilation failures in contrib 13 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas e4f06b70c9 Another typographical correction. 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Tom Lane 6f922ef88e Improve efficiency of dblink by using libpq's new row processor API. 14 years ago
Tom Lane d843ed2116 Fix a couple of contrib/dblink bugs. 14 years ago
Tom Lane b75fbe9191 Fix dblink's failure to report correct connection name in error messages. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Tom Lane 1af37ec96d Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 14 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 14 years ago
Joe Conway 8af3596d6b Async dblink functions require a named connection, and therefore should 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Itagaki Takahiro d3c1265443 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Robert Haas 4343c0e546 Expose quote_literal_cstr() from core. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Tom Lane c0989c67fa Change the interpretation of the primary_key_attnums parameter of 15 years ago
Tom Lane 3b3706d2cf Fix dblink_build_sql_insert() and related functions to handle dropped 15 years ago
Tom Lane 48a7245391 Consolidate and improve checking of key-column-attnum arguments for 15 years ago
Tom Lane 6bbaa3148d Rearrange dblink's dblink_build_sql_insert() and related routines to open and 15 years ago
Itagaki Takahiro 5a41c317c5 Avoid "identifier will be truncated" warning in dblink 15 years ago
Itagaki Takahiro a624356072 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 15 years ago
Itagaki Takahiro 7dff7260af Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Itagaki Takahiro 912eb88c7d Remove useless codes to initialize TupleDesc from dblink_exec. 16 years ago
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros. 16 years ago
Joe Conway fdac8cf998 Check to ensure the number of primary key fields supplied does not 16 years ago
Joe Conway 56cbb611ec Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Heikki Linnakangas 84d723b6ce Previous fix for temporary file management broke returning a set from 16 years ago
Joe Conway d6119d8091 plug dblink resource leak 16 years ago
Joe Conway f4095b4c4b Implement dblink_get_notify(). 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane f3e122fcdf Restore dblink_current_query() to being a C-language function, so as to not 16 years ago
Joe Conway e5de601267 Default client encoding to server encoding for dblink connections. Addresses 16 years ago
Joe Conway 4334695b30 Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 17 years ago
Joe Conway db02073305 Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bit 17 years ago