| Age | Commit message (Expand) | Author |
| 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 | 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-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 | 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 | 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 | Update alternative output regression files for new float8 test of power(). | 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 | 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 |
| 2008-05-09 | Fix Assert introduced in previous patch. | Heikki Linnakangas |
| 2008-05-09 | Fix incorrect archive truncation point calculation in the %r recovery_command | Heikki Linnakangas |
| 2008-05-09 | Fix bogus expected output that should have made it quite clear that | Tom Lane |
| 2008-05-09 | Fix memory stomp that's turning the whole buildfarm pink: you can't hack up | Tom Lane |
| 2008-05-08 | Add regression test for various power expressions with a zero base, and | Bruce Momjian |
| 2008-05-08 | Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0 | Bruce Momjian |
| 2008-05-08 | Have psql output tab as the proper number of spaces, rather than \x09. | Bruce Momjian |
| 2008-05-08 | Add psql '\pset format wrapped' mode to wrap output to screen width, or | Bruce Momjian |
| 2008-05-08 | Fix rules regression test for recent pg_stat_activity change. | Tom Lane |
| 2008-05-08 | Make the new pg_stat_get_activity use OUT parameters, so you don't have to | Magnus Hagander |
| 2008-05-07 | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander |
| 2008-05-07 | Have boolean pset values checked against typical boolean values, rather | Bruce Momjian |
| 2008-05-07 | The CONSTROID syscache should show conrelid as a relation OID column. | Tom Lane |
| 2008-05-07 | Convert the list of syscache names from a series of #define's into an enum, | Tom Lane |
| 2008-05-05 | Add more dependencies from libpgport required by | Magnus Hagander |
| 2008-05-05 | Display ACLS using multiple lines for psql's \z. Brendan Jurd. | Andrew Dunstan |
| 2008-05-05 | Show enum values in psql's \dt+. David Fetter. | Andrew Dunstan |