Commit Graph

17 Commits (c3d09b3bd23f5f65b5eb8124a3c7592dad85a50c)

Author SHA1 Message Date
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 14 years ago
Tom Lane 474ff212e5 De-kludge contrib/btree_gin for collations. 14 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 14 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
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Tom Lane 327b257682 Improve comment. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 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
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that 16 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane 9151e1bb06 Add btree_gin contrib module. 17 years ago