| Age | Commit message (Expand) | Author |
| 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 |
| 2008-04-27 | Add SGML ID attributes to the arrays subsections, and a few index entries for | Alvaro Herrera |
| 2008-04-26 | Code review for recent patch to terminate online backup during shutdown: | Tom Lane |
| 2008-04-23 | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander |
| 2008-04-21 | Fix typo, noted by Stefan Kaltenbrunner. | Magnus Hagander |
| 2008-04-21 | Add link to major version release notes at the top of the minor | Magnus Hagander |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-18 | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane |
| 2008-04-17 | Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still | Bruce Momjian |
| 2008-04-15 | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian |
| 2008-04-15 | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-13 | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane |
| 2008-04-13 | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane |
| 2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
| 2008-04-10 | Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary. | Alvaro Herrera |
| 2008-04-10 | Mention pg_backend_pid() in the system information section in addition | Alvaro Herrera |
| 2008-04-09 | Document that continuous archiving backup can be used for cases where | Bruce Momjian |
| 2008-04-07 | Add documentation clarification for IS [NOT] NULL and row-valued | Bruce Momjian |
| 2008-04-06 | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane |