Commit Graph

57 Commits (1cc9299a7a963582f076dd1184f41c772ab622d9)

Author SHA1 Message Date
Bruce Momjian fa601357fb Sort reference of include files, "A" - "F". 19 years ago
Joe Conway 1d895f426f - During dblink_open, if transaction state was IDLE, force cursor count to 19 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 19 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() 20 years ago
Tom Lane e92a88272e Modify hash_search() API to prevent future occurrences of the error 20 years ago
Neil Conway a4374f9070 Remove second argument from textToQualifiedNameList(), as it is no longer 20 years ago
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and 21 years ago
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Bruce Momjian 2daed8c5b3 Update copyrights that were missed. 21 years ago
Tom Lane fe2bfa6332 This makes dblink pass its installcheck test on platforms where 21 years ago
Neil Conway 8ec05b28b7 Modify hash_create() to elog(ERROR) if an error occurs, rather than 21 years ago
Tom Lane f7332e88b9 Remove duplicate PQclear(res) operations leading to double free() and 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
Joe Conway 6a1e2b3c28 Added new versions of dblink, dblink_exec, dblink_open, dblink_close, 22 years ago
Joe Conway 3cd8411826 When returning type "record", replace use of pgresultGetTupleDesc 22 years ago
Joe Conway d1824a5ccb Fix regression in dblink_disconnect() reported by Eduardo Stern: 22 years ago
Joe Conway 5392e73b6c Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bug 22 years ago
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my 22 years ago
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. 22 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Bruce Momjian 8f337e86cd Please apply attached patch to contrib/dblink. It adds named persistent 22 years ago
Tom Lane 3fb6f1347f Replace cryptic 'Unknown kind of return type' messages with something 22 years ago
Tom Lane fc8d970cbc Replace functional-index facility with expressional indexes. Any column 22 years ago
Tom Lane 11d337185d Fix inappropriate quoting in dblink. From Joe Conway. 23 years ago
Bruce Momjian 9b12ab6d5d Add new palloc0 call as merge of palloc and MemSet(0). 23 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 23 years ago
Bruce Momjian 8fee9615cc Merge palloc()/MemSet(0) calls into a single palloc0() call. 23 years ago
Tom Lane c99f820053 Tweak dblink functions to use int4 arguments instead of int2, 23 years ago
Tom Lane edc71eced0 Remove include of libpq-int.h --- dblink.c should not be (and was not) 23 years ago
Tom Lane 52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane 74cbe50439 last-minute CreateTemplateTupleDesc fixes. 23 years ago
Bruce Momjian 7b8eb0b4f1 Attached is a fairly sizeable update to contrib/dblink. I'd love to get 23 years ago
Tom Lane 5cabcfccce Modify array operations to include array's element type OID in the 23 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 23 years ago