Commit Graph

91 Commits (87eed2e3e1663ffa7081fce61725f35bd1aed6ec)

Author SHA1 Message Date
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Tom Lane 9fc4c6b20b Fix omissions in contrib uninstall scripts. Michael Fuhr 20 years ago
Tom Lane 4ee24cbb55 Install a cleaner solution to the AIX libpq linking problem, as per 20 years ago
Tom Lane 723af8e67a Fix dblink build for --enable-nls or --enable-openssl on AIX. 20 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
Bruce Momjian b538215d5d Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes. 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
Neil Conway 48fb696753 Fix a number of syntax errors in contrib modules' uninstall scripts. 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
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 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 21 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 21 years ago
Bruce Momjian 4909357237 Remove unnecessary ABORT commands in dblink regression tests. 21 years ago
Bruce Momjian 768dfd0375 Cosmetic improvements to dblink. 21 years ago
Bruce Momjian f3576c33f8 Cosmetic changes to dblink. 21 years ago
Bruce Momjian 7d937cd408 Cosmetic changes to dblink. 21 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which 21 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
Tom Lane 4e7d6f5349 Add a --dbname option to the pg_regress script, and use pl_regression 21 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
Tom Lane 7e1c8ef4fc Some more missed copyright notices. Many of these look like they 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 22 years ago
Tom Lane f7332e88b9 Remove duplicate PQclear(res) operations leading to double free() and 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 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
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 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 0e9b05bde9 expected results for dblink test seem to be out of date ... 23 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 23 years ago