| Age | Commit message (Expand) | Author |
| 2008-05-17 | ecpglib needs to link with libintl if it's in use. | Tom Lane |
| 2008-05-17 | Improve pg_regress so that it reports the fact if any test process | Tom Lane |
| 2008-05-17 | Fix utterly-bogus code for computing row heights. Per crashes on | Tom Lane |
| 2008-05-17 | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane |
| 2008-05-17 | Remove DEFAULT_SYNC_FLAGBIT ... not used anymore. | Tom Lane |
| 2008-05-17 | fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers | Andrew Dunstan |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-17 | Allow ALTER SEQUENCE START WITH to change the recorded start_value of a | Tom Lane |
| 2008-05-16 | Fix declarations of pthread functions, missed in recent commit. | Tom Lane |
| 2008-05-16 | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane |
| 2008-05-16 | Reduce unnecessary PANIC to ERROR, improve a couple of comments. | Tom Lane |
| 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 | Update psql startup banner to be shorter, suggest "help" for help. | 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 | 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 |