| Age | Commit message (Expand) | Author |
| 2008-01-16 | Remove inappropriate cd commands, per David Wheeler. Also make | Tom Lane |
| 2008-01-14 | Fix pgstat_heap() to not be broken by syncscans starting from a block | Tom Lane |
| 2008-01-14 | Use an indexscan not a heapscan to search pg_index in get_pkey_attnames. | Tom Lane |
| 2008-01-03 | The original patch to disallow non-passworded connections to non-superusers | Tom Lane |
| 2008-01-01 | Fix some missed copyright updates. | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-31 | Add missing return code checks in the uuid-ossp contrib module, per bug #3841. | Alvaro Herrera |
| 2007-12-11 | Make documentation of -W options more accurate and uniform. | Tom Lane |
| 2007-12-11 | Remove the -P options of oid2name and pgbench, as they are security | Tom Lane |
| 2007-12-11 | Make vacuumlo prompt for password when needed, thus making its -W | Tom Lane |
| 2007-12-09 | Fix completely-bogus volatility markings on pg_trgm functions. | Tom Lane |
| 2007-12-07 | Clean up a couple of problems in crosstab_hash's use of a hash table. | Tom Lane |
| 2007-12-04 | Correct misattribution of earthdistance module --- according to its | Tom Lane |
| 2007-12-03 | Remove contrib/spi/preprocessor, which has been uninteresting ever | Tom Lane |
| 2007-12-03 | Remove obsoleted README files. | Tom Lane |
| 2007-12-02 | Remove README files now migrated to SGML docs. | Tom Lane |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
| 2007-11-28 | Adjust the names of a couple of tsearch index support functions that had | Tom Lane |
| 2007-11-20 | Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc... | Andrew Dunstan |
| 2007-11-16 | Run pgindent on remaining files now that LOOPBYTE is a usable macro. | Bruce Momjian |
| 2007-11-16 | Add snb_ru_init(internal) to list of stub functions in tsearch2 | Tom Lane |
| 2007-11-16 | Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the | Bruce Momjian |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-13 | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane |
| 2007-11-13 | Ooops, missed one file to remove. | Tom Lane |
| 2007-11-13 | Update description of contrib/tsearch2. | Tom Lane |
| 2007-11-13 | Re-add contrib/tsearch2 to the set of buildable contrib modules. | Tom Lane |
| 2007-11-13 | Replace the now-incompatible-with-core contrib/tsearch2 module with a | Tom Lane |
| 2007-11-13 | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane |
| 2007-11-13 | Adjust expected file for new CVS version label. | Bruce Momjian |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-13 | Fix more script breakage. | Tom Lane |
| 2007-11-13 | Fix insufficient search-path paranoia in SQL function definitions. | Tom Lane |
| 2007-11-13 | Adjust script to be consistent (thanks Tom for the fix). | Bruce Momjian |
| 2007-11-13 | Undo damage from yesterday's script "cleanup". | Tom Lane |
| 2007-11-13 | I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs | Tom Lane |
| 2007-11-11 | Remove /contrib/dblink/doc directory, now in SGML. | Bruce Momjian |
| 2007-11-11 | Adjust pg_trgm expected output for new *.sql file. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-10 | 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 | Have crosstab variants treat NULL rowid as a category in its own right, | Joe Conway |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-10-23 | Make configure probe for the location of the <uuid.h> header file. | Tom Lane |
| 2007-10-22 | Be careful to get share lock on each page before computing its free space. | Tom Lane |
| 2007-10-22 | Increase FD_SETSIZE on Win32 to allow for more than 54 clients. | Magnus Hagander |
| 2007-10-16 | Teach pgxs.mk and Install.pm how to install files from a contrib module | Tom Lane |
| 2007-10-15 | Add sample text search dictionary templates and parsers, to replace the | Tom Lane |
| 2007-10-13 | Remove contrib/txid, in preparation for migrating it into core. | Tom Lane |