| Age | Commit message (Expand) | Author |
| 2008-05-16 | Recent patch doesn't compile without <limits.h> | Tom Lane |
| 2008-05-16 | Suppress a possibly-uninitialized-variable warning. (I'm only seeing it | Tom Lane |
| 2008-05-16 | Implement error checking for pthreads calls in thread-safe mode. They really | Magnus Hagander |
| 2008-05-16 | Suppress compiler warning induced by recent header file refactoring. | Tom Lane |
| 2008-05-16 | Update contrib for tsearch changes. | Tom Lane |
| 2008-05-16 | Update psql startup banner to be shorter, suggest "help" for help. | Bruce Momjian |
| 2008-05-16 | Done in TODO: | Bruce Momjian |
| 2008-05-16 | Add detection of psql pager to trigger on wide output. Also add pager | Bruce Momjian |
| 2008-05-16 | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane |
| 2008-05-16 | Add localization support to ecpg. | Peter Eisentraut |
| 2008-05-16 | Done: | Bruce Momjian |
| 2008-05-16 | Persuade GIN to react to control-C in a reasonable amount of time | Tom Lane |
| 2008-05-15 | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane |
| 2008-05-15 | Add code to eval_const_expressions() to support const-simplification of | Tom Lane |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 2008-05-14 | Move the "instr_time" typedef and associated macros into a new header | Tom Lane |
| 2008-05-14 | Reorgnize psql \? help output, to reduce the size of the "General" | Bruce Momjian |
| 2008-05-14 | Fix a few warnings that have crept into CVS HEAD. | Bruce Momjian |
| 2008-05-14 | Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC | Magnus Hagander |
| 2008-05-14 | Make the win32 implementation of getrusage() return EINVAL if being | Magnus Hagander |
| 2008-05-14 | Remove odd duplicate wording in psql pager section. | Bruce Momjian |
| 2008-05-13 | Improve plpgsql's RAISE command. It is now possible to attach DETAIL and | Tom Lane |
| 2008-05-13 | Don't try to close negative file descriptors, since this can cause | Magnus Hagander |
| 2008-05-13 | This is the patch replace offnum++ by OffsetNumberNext, to be | Bruce Momjian |
| 2008-05-13 | Change \du to use the new printTable API, improving the situation of very wide | Alvaro Herrera |
| 2008-05-13 | Fix a bug in the previous patch, which caused the title pointer to be used | Alvaro Herrera |
| 2008-05-12 | Improve psql's internal print.c code by introducing an actual print API. | Alvaro Herrera |
| 2008-05-12 | Todo done: | Bruce Momjian |
| 2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
| 2008-05-12 | Fix breakage by the wal_sync_method patch in installations that use | Magnus Hagander |
| 2008-05-12 | Check for non-existant connection in prepare statement handling. | Michael Meskes |
| 2008-05-12 | Document that "ROLLBACK TO savepoint" does not un-close cursors. | Alvaro Herrera |
| 2008-05-12 | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera |
| 2008-05-12 | Report which WAL sync method we are trying to change *to* when it fails, | Magnus Hagander |
| 2008-05-12 | Convert wal_sync_method to guc enum. | Magnus Hagander |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-05-10 | Remaining pieces of fix for contrib makefiles | Andrew Dunstan |
| 2008-05-10 | Restore psql's former behavior that padding spaces to the right of the last | Tom Lane |
| 2008-05-10 | Add URL for: | Bruce Momjian |
| 2008-05-10 | Add to TODO: | Bruce Momjian |
| 2008-05-10 | Add URL for: | Bruce Momjian |
| 2008-05-10 | Update alternative output regression files for new float8 test of power(). | Bruce Momjian |
| 2008-05-10 | Add TODO item: | Bruce Momjian |
| 2008-05-10 | TODOs done: | Bruce Momjian |
| 2008-05-09 | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane |
| 2008-05-09 | Adjust power() error messages to be more descriptive. | Bruce Momjian |
| 2008-05-09 | Improve logic for finding object files on OBJS lines in contrib Makefiles. If... | Andrew Dunstan |
| 2008-05-09 | Give a warning if -s switch is used with a non-custom pgbench test. | Tom Lane |
| 2008-05-09 | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut |
| 2008-05-09 | Update C comments to mention SQL:2003 handling of power return values. | Bruce Momjian |