Commit Graph

30 Commits (11f53b1063e796dbb766b7ad3fd46e98806bea43)

Author SHA1 Message Date
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Bruce Momjian 5f0bf6cb0d Run pgindent on remaining files now that LOOPBYTE is a usable macro. 18 years ago
Bruce Momjian 224f91f66d Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane d80d8acbce Support functions for index opclasses should be immutable. 19 years ago
Tom Lane 0effa088f5 Clean up usage of some deprecated APIs, particularly schema-unsafe 19 years ago
Tom Lane af18d3d05c Fix compile warning on Solaris, per buildfarm. (Why have we got 19 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. 20 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 20 years ago
Tom Lane aab964b311 Fix some uses of str[n]casecmp that should be pg_str[n]casecmp. 20 years ago
Teodor Sigaev 67e7f0ab34 Add uninstall script 20 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 20 years ago
Teodor Sigaev 34ec0c81af Fix compiler warnings on 64-bit boxes: difference between 20 years ago
Teodor Sigaev febc10de2d Fix markup and license. 20 years ago
Teodor Sigaev 642194ba0c Add hstore contrib module. 20 years ago