| Age | Commit message (Expand) | Author |
| 2007-07-16 | Fix pg_buffercache to release buffer partition locks in reverse order, | Tom Lane |
| 2007-07-16 | Quote pathnames so pg_standby works with paths that have | Magnus Hagander |
| 2007-07-15 | Get rid of overly cute, unportable, probably not very efficient substitute | Tom Lane |
| 2007-07-15 | Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing | Tom Lane |
| 2007-07-15 | Fix a passel of signed vs unsigned char warnings. | Tom Lane |
| 2007-07-15 | Silence a rather odd compiler warning. In passing, make this file's | Tom Lane |
| 2007-07-15 | Avoid possibly-unportable initializer, per buildfarm warning. | Tom Lane |
| 2007-07-15 | Change a couple of exit(0) to return 0 to suppress complaints from | Tom Lane |
| 2007-07-15 | Silence Solaris compiler warnings, per buildfarm. | Tom Lane |
| 2007-07-15 | Silence Solaris compiler warning, per buildfarm. | Tom Lane |
| 2007-07-15 | Fix compile warning on Solaris, per buildfarm. (Why have we got | Tom Lane |
| 2007-07-15 | Fix possible portability problem, per buildfarm warnings. | Tom Lane |
| 2007-07-15 | Fix unportable use of isspace(), per buildfarm results. | Tom Lane |
| 2007-07-12 | Simplify overly-cute array coding to avoid an apparent gcc bug, which | Tom Lane |
| 2007-07-08 | Restrict non-superusers to password authenticated connections | Joe Conway |
| 2007-07-06 | Changed new \usleep command into \sleep with an optional time unit | Jan Wieck |
| 2007-07-06 | Added a new scripting meta command | Jan Wieck |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-06-07 | The functions bt_metap, bt_page_stats and bt_page_items had moved | Magnus Hagander |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-06-01 | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane |
| 2007-05-31 | Make some messages more consistent | Peter Eisentraut |
| 2007-05-30 | Add standard error redirection for OS/X & darwin startup script. | Bruce Momjian |
| 2007-05-30 | Update /contrib OS/X startup files, and move to a separate OS/X | Bruce Momjian |
| 2007-05-24 | Avoid assuming that the fields of struct timeval have exactly type long. | Tom Lane |
| 2007-05-24 | Add deprecation notice about planned removal in 8.4 and advice to try using | Peter Eisentraut |
| 2007-05-22 | Remove unsupported -u option from pg_standby example usage. | Alvaro Herrera |
| 2007-05-17 | Add CVS comment for recent commit: | Bruce Momjian |
| 2007-05-17 | Add database page inspection /contrib module. | Bruce Momjian |
| 2007-05-15 | Remove directory qualification in <ossp/uuid.h> because it's not always insta... | Andrew Dunstan |
| 2007-05-03 | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane |
| 2007-04-22 | Make some functions immutable. | Peter Eisentraut |
| 2007-04-22 | Fix typo | Peter Eisentraut |
| 2007-04-21 | Contrib module uuid-ossp for generating UUID values using the OSSP UUID | Peter Eisentraut |
| 2007-04-15 | Add --with-libxslt configure option | Andrew Dunstan |
| 2007-04-14 | revert change to build xml2 until a better fix is found | Andrew Dunstan |
| 2007-04-13 | Enable building contrib/xml2 if configured using --with-libxml. | Andrew Dunstan |
| 2007-04-08 | Add -F option to set fillfactor for tellers, accounts and branches. | Tatsuo Ishii |
| 2007-04-07 | Add the usage count statistics to the information available in | Bruce Momjian |
| 2007-04-06 | Enhance pgbench -l option to add timestamp. Patch contributed by Greg | Tatsuo Ishii |
| 2007-04-06 | Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro. | Tatsuo Ishii |
| 2007-04-06 | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-04-02 | Fix caching of unsuccessful initialization of parser or configuration. | Teodor Sigaev |
| 2007-03-28 | Replace 4-clause licensed blf.[ch] with blowfish implementation | Neil Conway |
| 2007-03-28 | Fix uninitialized-variable bug. | Tom Lane |
| 2007-03-26 | Add checking of end of line in parsing stopword list. Thanks to sharp eyes of... | Teodor Sigaev |
| 2007-03-26 | Fix stopword and synonym files parsing bug in MSVC build, per report from | Teodor Sigaev |
| 2007-03-25 | Clean up the representation of special snapshots by including a "method | Tom Lane |
| 2007-03-22 | Fix parser bug on Windows with UTF8 encoding and C locale, the reason was | Teodor Sigaev |