| Age | Commit message (Expand) | Author |
| 2008-06-26 | Remove use of postmaster.opts.default by pg_ctl. | Bruce Momjian |
| 2008-06-23 | Backup wording improvement. | Bruce Momjian |
| 2008-06-23 | Add libpq comment about how to determine the format used for passing | Bruce Momjian |
| 2008-06-18 | Fix a few typos in the DTrace docs. Patch from Euler Taveira de Oliveira, | Neil Conway |
| 2008-06-16 | Rewrite docs section about routine vacuuming --- it's gotten rather mangled of | Tom Lane |
| 2008-06-15 | Rearrange ALTER TABLE syntax processing as per my recent proposal: the | Tom Lane |
| 2008-06-14 | In log_filename documentation, mention that strftime is not used directly to | Alvaro Herrera |
| 2008-06-12 | Use macro to document size of ecpg sqlerrmc string. | Bruce Momjian |
| 2008-06-11 | Add optional on/off argument to \timing. | Heikki Linnakangas |
| 2008-06-10 | Make XML building work silently on VPATH builds (untested on regular builds). | Alvaro Herrera |
| 2008-06-08 | Update release notes for ALTER AGGREGATE fix. | Tom Lane |
| 2008-06-07 | Update release notes for 8.3.3 et al. | Tom Lane |
| 2008-06-05 | Fix missing "not", per Frank Millman (bug #4212). | Alvaro Herrera |
| 2008-06-04 | Draft release notes for upcoming back-branch updates. | Tom Lane |
| 2008-06-01 | Marginal improvements to the documentation for PGOPTIONS. | Tom Lane |
| 2008-05-30 | Copy refint.so and autoinc.so into the src/test/regress directory during | Tom Lane |
| 2008-05-28 | Improve GRANT documentation to point out that UPDATE and DELETE typically | Tom Lane |
| 2008-05-27 | Clarify description of typmod input function, per Jeff Davis. | Tom Lane |
| 2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
| 2008-05-19 | Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. | Tom Lane |
| 2008-05-17 | Rewrite the warning about non-transaction-safety of TRUNCATE ... RESTART | Tom Lane |
| 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 | 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-15 | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 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-12 | Document that "ROLLBACK TO savepoint" does not un-close cursors. | Alvaro Herrera |
| 2008-05-09 | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane |
| 2008-05-08 | Add psql '\pset format wrapped' mode to wrap output to screen width, or | Bruce Momjian |
| 2008-05-08 | Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it | Tom Lane |
| 2008-05-08 | Remove OID/foreign key mention in psql variable interpolation docs. | Bruce Momjian |
| 2008-05-07 | Add Simon Riggs' email address. | Alvaro Herrera |
| 2008-05-07 | Move Client Authentication right after Server Configuration in docs. | Bruce Momjian |
| 2008-05-07 | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander |
| 2008-05-05 | Document extra information provided by psql's \dT+ (not \dt+ as per recent co... | Andrew Dunstan |
| 2008-05-05 | Display ACLS using multiple lines for psql's \z. Brendan Jurd. | Andrew Dunstan |
| 2008-05-04 | Add timestamp and timestamptz versions of generate_series(). | Tom Lane |
| 2008-05-04 | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane |
| 2008-05-03 | Support RETURN QUERY EXECUTE in plpgsql. | Tom Lane |
| 2008-05-02 | Update documentation for psql relation-size-in-\dt+ patch. | Tom Lane |
| 2008-05-02 | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane |
| 2008-05-02 | Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also | Tom Lane |
| 2008-05-02 | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane |
| 2008-05-01 | Make the minimum allowed value of work_mem be 64KB always, rather than having | Tom Lane |
| 2008-04-30 | Add example showing how to remove a password from a role. | Alvaro Herrera |
| 2008-04-28 | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera |