Commit Graph

169 Commits (cedb3e66ae718d097a065ec0d357164332c15d80)

Author SHA1 Message Date
Noah Misch 6aa98e9579 Lock down regression testing temporary clusters on Windows. 11 years ago
Andres Freund 0aa09c9cf3 Fix typos in some error messages thrown by extension scripts when fed to psql. 12 years ago
Noah Misch 81af4185ad Diagnose incompatible OpenLDAP versions during build and test. 12 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Joe Conway 70165f25bc Fix performance regression in dblink connection speed. 12 years ago
Andrew Dunstan 5dd1c287c2 Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Andrew Dunstan 13632b0c14 Revert "Add mode where contrib installcheck runs each module in a separately named database." 13 years ago
Andrew Dunstan 513e546a6e Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Tom Lane 8d2a5fb219 Fix a couple of contrib/dblink bugs. 14 years ago
Tom Lane dde1813dff Fix dblink's failure to report correct connection name in error messages. 14 years ago
Tom Lane dbd35a972f Throw a useful error message if an extension script file is fed to psql. 14 years ago
Tom Lane fbd847a587 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 15 years ago
Joe Conway e4fb58f894 Async dblink functions require a named connection, and therefore should 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Itagaki Takahiro d3c1265443 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas 4343c0e546 Expose quote_literal_cstr() from core. 15 years ago
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 16 years ago
Tom Lane c0989c67fa Change the interpretation of the primary_key_attnums parameter of 16 years ago
Tom Lane 3b3706d2cf Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 48a7245391 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane 6bbaa3148d Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
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