Commit Graph

25 Commits (d18ba3f452f64af521f4a433a9cef51cb308c69d)

Author SHA1 Message Date
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 23 years ago
Bruce Momjian 8f337e86cd Please apply attached patch to contrib/dblink. It adds named persistent 23 years ago
Tom Lane 3fb6f1347f Replace cryptic 'Unknown kind of return type' messages with something 23 years ago
Tom Lane fc8d970cbc Replace functional-index facility with expressional indexes. Any column 23 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, 24 years ago
Tom Lane edc71eced0 Remove include of libpq-int.h --- dblink.c should not be (and was not) 24 years ago
Tom Lane 52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tom Lane 74cbe50439 last-minute CreateTemplateTupleDesc fixes. 24 years ago
Bruce Momjian 7b8eb0b4f1 Attached is a fairly sizeable update to contrib/dblink. I'd love to get 24 years ago
Tom Lane 5cabcfccce Modify array operations to include array's element type OID in the 24 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 24 years ago
Tom Lane d15b1e1791 Update dblink to work with qualified relation names. 24 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
Bruce Momjian 3bf6b8f06a Attached is an update to contrib/dblink. Please apply if there are no 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 1e2779117d Fix some portability problems (get it to compile, at least, on HP's cc) 25 years ago
Bruce Momjian 10b5f0bea8 Here's a small patch for dblink: 25 years ago
Bruce Momjian 5af4855383 Allow remote query execution (dblink) 25 years ago