Commit Graph

121 Commits (e97af6c8bfc80d084bca5bf41f036de944b63efe)

Author SHA1 Message Date
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 11 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Heikki Linnakangas c619c2351f Move pg_crc.c to src/common, and remove pg_crc_tables.h 11 years ago
Tom Lane 66c029c842 Fix volatility markings of some contrib I/O functions. 11 years ago
Heikki Linnakangas 5028f22f6e Switch to CRC-32C in WAL and other places. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Noah Misch 31400a6733 Predict integer overflow to avoid buffer overruns. 12 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 13 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 13 years ago
Peter Eisentraut 973e9fb294 Add const qualifiers where they are accidentally cast away 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 14 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
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Tom Lane 304845075c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 15 years ago
Robert Haas 32ba2b5160 Use memcmp() rather than strncmp() when shorter string length is known. 15 years ago
Tom Lane abc1026269 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 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
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 15 years ago
Tom Lane 29d2f86a31 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Teodor Sigaev 8eee65c996 ltree support for multibyte encodings. Patch was made by 17 years ago
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 c846f7ca8a Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane f4230d2937 Change patternsel() so that instead of switching from a pure 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 f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 18 years ago
Bruce Momjian 0614c5e5fd Adjust expected file for new CVS version label. 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