| Commit message (Expand) | Author | Age |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). | Tom Lane | 2012-05-30 |
* | Fix misleading comments | Peter Eisentraut | 2012-05-08 |
* | Even more duplicate word removal, in the spirit of the season | Peter Eisentraut | 2012-05-02 |
* | Lots of doc corrections. | Robert Haas | 2012-04-23 |
* | Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). | Tom Lane | 2012-01-27 |
* | pgcrypto: Remove inappropriate const qualifier | Peter Eisentraut | 2012-01-15 |
* | Standardize treatment of strcmp() return value | Peter Eisentraut | 2011-12-27 |
* | Don't quote language name | Alvaro Herrera | 2011-11-17 |
* | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 |
* | Remove many -Wcast-qual warnings | Peter Eisentraut | 2011-09-11 |
* | Add missing format attributes | Peter Eisentraut | 2011-09-10 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). | Tom Lane | 2011-06-21 |
* | Support "make check" in contrib | Peter Eisentraut | 2011-04-25 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 |
* | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | If pk is NULL, the backend would segfault when accessing ->algo and the | Heikki Linnakangas | 2010-10-20 |
* | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane | 2010-09-22 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Update a number of broken links in comments. | Magnus Hagander | 2010-04-02 |
* | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane | 2009-11-22 |
* | Fix some more regression tests (missed these because they're only | Tom Lane | 2009-08-04 |
* | Ooops, missed that a couple of contrib modules have calls to byteacmp. | Tom Lane | 2009-08-04 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander | 2009-04-15 |
* | Fix old thinko in pgp.h: the idea is to declare some named enum types, | Tom Lane | 2009-03-25 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Use new cstring/text conversion functions in some additional places. | Tom Lane | 2008-05-04 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane | 2007-11-13 |
* | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 |
* | Make /contrib install/uninstall script consistent: | Bruce Momjian | 2007-11-11 |
* | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian | 2007-11-10 |
* | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian | 2007-11-10 |
* | Defend against openssl libraries that fail on keys longer than 128 bits; | Tom Lane | 2007-09-29 |
* | Fix combo_decrypt() to throw an error for zero-length input when using a | Tom Lane | 2007-08-23 |
* | Get rid of overly cute, unportable, probably not very efficient substitute | Tom Lane | 2007-07-15 |
* | Silence Solaris compiler warning, per buildfarm. | Tom Lane | 2007-07-15 |
* | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 |
* | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 |
* | Replace 4-clause licensed blf.[ch] with blowfish implementation | Neil Conway | 2007-03-28 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |