Commit Graph

90 Commits (37d8570d4d3f9e5d14ea152f99c5a848a5a2d611)

Author SHA1 Message Date
Tom Lane 37d8570d4d Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 9486eeb714 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane a68404d436 Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Itagaki Takahiro b52f12b3a5 Avoid "identifier will be truncated" warning in dblink 16 years ago
Itagaki Takahiro effcafeaa1 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Itagaki Takahiro 442d94142c Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Joe Conway 14b22354e4 Check to ensure the number of primary key fields supplied does not 16 years ago
Joe Conway 0daae1a622 plug dblink resource leak 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
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 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 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
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
Joe Conway 52a3ed9fac Added async query capability. Original patch by 20 years ago
Bruce Momjian fa601357fb Sort reference of include files, "A" - "F". 20 years ago
Joe Conway 1d895f426f - During dblink_open, if transaction state was IDLE, force cursor count to 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Neil Conway 7992d0fbca Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and 20 years ago
Neil Conway 0d9742f99a Attached is a patch that replaces a bunch of places where StringInfos 20 years ago
Joe Conway 925952603d When the remote query result has a different number of columns 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane 1d0d8d3c38 Mop-up for nulls-in-arrays patch: fix some places that access array 20 years ago
Joe Conway 056eb1412c When a cursor is opened using dblink_open, only start a transaction 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 768dfd0375 Cosmetic improvements to dblink. 20 years ago
Bruce Momjian f3576c33f8 Cosmetic changes to dblink. 20 years ago
Bruce Momjian 7d937cd408 Cosmetic changes to dblink. 20 years ago
Tom Lane 978129f28e Document get_call_result_type() and friends; mark TypeGetTupleDesc() 21 years ago
Tom Lane e92a88272e Modify hash_search() API to prevent future occurrences of the error 21 years ago
Neil Conway a4374f9070 Remove second argument from textToQualifiedNameList(), as it is no longer 21 years ago