Commit Graph

559 Commits (229eebd5596fd3a2c77458eefab2fc220bbd7f50)

Author SHA1 Message Date
Bruce Momjian 24bebf0b72 I have included fixes to declare some floating point constants as double 24 years ago
Bruce Momjian 1336ecb332 This grants execute privileges to public for the fti() function. Should 24 years ago
Bruce Momjian 9152bebfe4 Add 'adddepend' script to handle pre-7.3 object dependencies. 24 years ago
Tatsuo Ishii 6bea242750 Add GRANT EXECUTE ON FUNCTION 24 years ago
Tom Lane cd7a3b6c0d Simplify handling of second database for dblink tests. 24 years ago
Tom Lane b66ba36be9 Clean up mess from duplicate patches. 24 years ago
Tom Lane d724c314da The attached adds GRANTs to PUBLIC for dblink functions, removes the 24 years ago
Tom Lane c0edc53a36 The attached adds GRANTs to PUBLIC for contrib/fuzzystringmatch. 24 years ago
Tom Lane bd04184b11 Attached is a patch to fix some recently raised issues that exist in 24 years ago
Tom Lane d3ebc1ae4a Fix portability bug in get_normal_pair (RAND_MAX != MAX_RANDOM_VALUE). 24 years ago
Bruce Momjian e57ab04565 This is a comprehensive set of diffs (versus current CVS) that replaces those 24 years ago
Bruce Momjian eb5bf51372 > intarray and ltree both seem to be mapping their own declarations onto 24 years ago
Bruce Momjian f490dbe594 > Now I'm testing connectby() in the /contrib/tablefunc in 7.3b1, which would 24 years ago
Bruce Momjian 5dd74c0f21 The attached small patch fixes the cause of the regression test failure 24 years ago
Bruce Momjian 6fff9a7475 The attached removes the current non-standard file 24 years ago
Tom Lane 497baca6b5 Fix compile warning. 24 years ago
Tom Lane 8d7904f526 Fix bit-rotted reference to GetUserName() ... 24 years ago
Tom Lane bed4f65499 Fix breakage introduced by careless snprintf patching. 24 years ago
Tom Lane fb473bc6fa Fix unsafe macro definitions (which were producing incorrect code, 24 years ago
Tom Lane da2e0ddeb4 Remove compile warnings, ensure consistent build environment for 24 years ago
Tom Lane f2a242f988 Fix compile warning. 24 years ago
Tom Lane fcbe62ee51 findoidjoins and tsearch are not broken anymore. 24 years ago
Tom Lane 5d1c8a3b07 Fix compile errors. 24 years ago
Tom Lane d7e654ff79 findoidjoins is updated for schemas, does not use libpgeasy. 24 years ago
Peter Eisentraut 012288d565 Commenting out doesn't work, so move the broken modules out of the list. 24 years ago
Peter Eisentraut 337da0678a Assorted fixes for Cygwin: 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
Peter Eisentraut be475f92cd Fix compile warning. 24 years ago
Peter Eisentraut f9b7ba2871 Disable findoidjoins while it doesn't compile. 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tatsuo Ishii 5e3a28f4de Refrect changes made by Tom Lane 24 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 24 years ago
Tom Lane e167510a4f Clean out cruft left by nonstandard test procedure. 24 years ago
Tom Lane 74cbe50439 last-minute CreateTemplateTupleDesc fixes. 24 years ago
Bruce Momjian a02780ffd0 Add missing dblink files. 24 years ago
Bruce Momjian 81631ac435 Fixes for intagg regression tests to match new array internal handling. 24 years ago
Bruce Momjian f68fe6716c In case Florian and I don't finish his changes to this contrib before 24 years ago
Bruce Momjian 7b8eb0b4f1 Attached is a fairly sizeable update to contrib/dblink. I'd love to get 24 years ago
Bruce Momjian a12b4e279b I checked all the previous string handling errors and most of them were 24 years ago
Bruce Momjian 6aa4482f2f Attached is an update to contrib/tablefunc. It introduces a new 24 years ago
Tom Lane c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers 24 years ago
Tom Lane d803de50d4 intagg subdirectory was missing. 24 years ago
Tom Lane e107f3a7e3 PL/pgSQL functions can return sets. Neil Conway's patch, modified so 24 years ago
Bruce Momjian dbc4d615ca Add cube changes file. 24 years ago
Bruce Momjian 32784cddf1 The changes I have made are described in CHANGES. This was based on 24 years ago
Peter Eisentraut 6d27cfdd89 Make pg_resetxlog options parsing more standard and prepare messages for 24 years ago
Bruce Momjian 1761990e38 please apply small patch for README.tsearch. 24 years ago
Tom Lane e4186762ff Adjust nodeFunctionscan.c to reset transient memory context between calls 24 years ago
D'Arcy J.M. Cain 5f97dc3e7c chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P. 24 years ago