| Age | Commit message (Expand) | Author |
| 2008-06-11 | Fix spelling mistake in postgresql.conf. | Bruce Momjian |
| 2008-06-11 | Fix bug in the WAL recovery code to finish an incomplete split. | Heikki Linnakangas |
| 2008-06-09 | Fix unportable (and incorrect anyway) usage of LL constant suffix that | Tom Lane |
| 2008-06-09 | Fix datetime input functions to correctly detect integer overflow when | Tom Lane |
| 2008-06-09 | Further tweak for comment in CheckDeadLock(), per Tom. | Neil Conway |
| 2008-06-09 | Fix typo in comment. | Neil Conway |
| 2008-06-08 | Fix breakage caused by conflicting patches, as evidenced by the buildfarm. | Alvaro Herrera |
| 2008-06-08 | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane |
| 2008-06-08 | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera |
| 2008-06-08 | ALTER AGGREGATE OWNER seems to have been missed by the last couple of | Tom Lane |
| 2008-06-06 | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera |
| 2008-06-06 | Fix pg_get_ruledef() so that negative numeric constants are parenthesized. | Tom Lane |
| 2008-06-05 | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera |
| 2008-06-05 | Fix some string building in getObjectDescription. | Alvaro Herrera |
| 2008-06-01 | Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter sets | Tom Lane |
| 2008-05-28 | Set hidden field for guc enum missed in previous commit. | Magnus Hagander |
| 2008-05-28 | Add a field to guc enums to allow hiding of values from display while | Magnus Hagander |
| 2008-05-27 | Explicitly bind gettext() to the UTF8 locale when in use. | Magnus Hagander |
| 2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
| 2008-05-26 | Fix an old corner-case bug in set_config_option: push_old_value has to be | Tom Lane |
| 2008-05-21 | Link in keywords file instead of copying it. | Michael Meskes |
| 2008-05-20 | Simplify code in formatting.c now that to upper/lower/initcase do not | Bruce Momjian |
| 2008-05-19 | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas |
| 2008-05-19 | Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. | Tom Lane |
| 2008-05-19 | Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per | Tom Lane |
| 2008-05-17 | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane |
| 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 | 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 | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane |
| 2008-05-16 | Persuade GIN to react to control-C in a reasonable amount of time | 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 | Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC | Magnus Hagander |
| 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-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 | 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-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 | 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 |