Commit Graph

167 Commits (c396aca2b712f7872dcc4641a2a0fa553f232f76)

Author SHA1 Message Date
Tom Lane af18d3d05c Fix compile warning on Solaris, per buildfarm. (Why have we got 18 years ago
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage. 19 years ago
Teodor Sigaev 754148d81f Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Tom Lane 9f652d430f Fix up several contrib modules that were using varlena datatypes in not-so-obvious 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Peter Eisentraut 6e1664beaf Remove useless CPPFLAGS. 19 years ago
Peter Eisentraut 994b1cb59e Add $PostgreSQL$ marker to contrib makefiles. 19 years ago
Neil Conway d49fa4c866 Fix typos in comments and error messages in HStore. Patch from Filip 19 years ago
Teodor Sigaev 3f16647960 Rename function 'isexists' and 'isdefined' to 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 19 years ago
Tom Lane aab964b311 Fix some uses of str[n]casecmp that should be pg_str[n]casecmp. 19 years ago
Teodor Sigaev 67e7f0ab34 Add uninstall script 19 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 19 years ago
Teodor Sigaev 34ec0c81af Fix compiler warnings on 64-bit boxes: difference between 19 years ago
Teodor Sigaev febc10de2d Fix markup and license. 19 years ago
Teodor Sigaev 642194ba0c Add hstore contrib module. 19 years ago