Commit Graph

171 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
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 15 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Tom Lane ca59dfa6f7 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Peter Eisentraut 5caa3479c2 Clean up most -Wunused-but-set-variable warnings from gcc 4.6 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 fc946c39ae Remove useless whitespace at end of lines 15 years ago
Heikki Linnakangas 18e752f226 If pk is NULL, the backend would segfault when accessing ->algo and the 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 16 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 16 years ago
Magnus Hagander 4c10623306 Update a number of broken links in comments. 16 years ago
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
Tom Lane c83d1fb155 Fix some more regression tests (missed these because they're only 17 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Magnus Hagander 2377e8e508 Remove beer-ware license from crypt-md5.c, per 17 years ago
Tom Lane 050a78dd3d Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane 45173ae24e Use new cstring/text conversion functions in some additional places. 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 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 6e7e0b5350 Defend against openssl libraries that fail on keys longer than 128 bits; 19 years ago
Tom Lane b918bf86c6 Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Tom Lane 37e347a7e0 Get rid of overly cute, unportable, probably not very efficient substitute 19 years ago
Tom Lane 10a91e0add Silence Solaris compiler warning, per buildfarm. 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane 37a609b27f Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
Neil Conway 74b667ad42 Replace 4-clause licensed blf.[ch] with blowfish implementation 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Alvaro Herrera a62e2c2b57 Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core. 19 years ago
Neil Conway 87a50169d2 Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking 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 6b41d642e3 Silence compiler warnings about incompatible function pointer types. 20 years ago
Tom Lane 7d4838dca8 Remove pgcrypto functions that were deprecated and slated for removal. 20 years ago
Neil Conway 63d3f5e593 Fix references to the Options section in the pgcrypto documentation. 20 years ago
Neil Conway c28fbd4589 pgcrypto merge cleanup: 20 years ago
Tom Lane a420818d67 Fix a few places where $Id$ and $Header$ CVS tags had crept into the 20 years ago