Commit Graph

240 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Itagaki Takahiro 5a41c317c5 Avoid "identifier will be truncated" warning in dblink 16 years ago
Itagaki Takahiro a624356072 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Teodor Sigaev 3e7451a6df Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro 7dff7260af Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 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
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
Joe Conway d6119d8091 plug dblink resource leak 17 years ago
Joe Conway f4095b4c4b Implement dblink_get_notify(). 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane f3e122fcdf Restore dblink_current_query() to being a C-language function, so as to not 17 years ago
Joe Conway e5de601267 Default client encoding to server encoding for dblink connections. Addresses 17 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
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 76cc2fe6a1 Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. 17 years ago
Tom Lane cae7ad906a Fix dblink_connect() so that it verifies that a password is supplied in the 17 years ago
Joe Conway c0241b9573 When an ERROR happens on a dblink remote connection, take 18 years ago
Tom Lane 2604359251 Improve hash_any() to use word-wide fetches when hashing suitably aligned 18 years ago
Bruce Momjian 470b2dc35d Make dblink_current_query() reference pg_catalog.current_query(), per Tom. 18 years ago
Bruce Momjian 67fe107554 Re-add dblink_current_query() for backward compatibility. 18 years ago
Bruce Momjian 4f22db501e Remove unneed #include now that current_query() has moved to the backend. 18 years ago
Bruce Momjian f96928fde9 Implement current_query(), that shows the currently executing query. 18 years ago
Alvaro Herrera 73b0300b2a Move the HTSU_Result enum definition into snapshot.h, to avoid including 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane 66661858ae Use an indexscan not a heapscan to search pg_index in get_pkey_attnames. 18 years ago
Tom Lane 919c9f6cce The original patch to disallow non-passworded connections to non-superusers 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 554683f9a1 Remove /contrib/dblink/doc directory, now in SGML. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Peter Eisentraut 5f9869d0ee Use "alternative" instead of "alternate" where it is clearer. 18 years ago
Tom Lane a41e46b261 Require SELECT privilege on a table to do dblink_get_pkey(). This is 19 years ago
Joe Conway d92583f88e Restrict non-superusers to password authenticated connections 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage. 19 years ago
Peter Eisentraut 16059d39a0 Replace some strncpy() by strlcpy(). 19 years ago
Neil Conway 2576dd4dee Fix two more regression tests whose expected outputs were not updated 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 2315df21f8 Fix a couple of places that were assuming debug_query_string couldn't 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago