| Age | Commit message (Expand) | Author |
| 2008-10-03 | Add relation fork support to pg_relation_size() function. You can now pass | Heikki Linnakangas |
| 2008-10-02 | Make the blkno arguments bigints instead of int4s. A signed int4 is not | Heikki Linnakangas |
| 2008-10-02 | Fix function name in pg_freespacemap docs. It's "pg_freespace", not | Heikki Linnakangas |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-24 | Add documentation about when trigger values NEW/OLD return NULL. | Bruce Momjian |
| 2008-09-24 | Fix markup tag error, envvar -> envar. | Bruce Momjian |
| 2008-09-23 | Mention battery-backed cache under hardware selection options. | Bruce Momjian |
| 2008-09-23 | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 2008-09-22 | Get rid of pgpass_from_client tracking inside libpq --- given the conclusion | Tom Lane |
| 2008-09-22 | Fix dblink_connect() so that it verifies that a password is supplied in the | Tom Lane |
| 2008-09-19 | Add a PQfireResultCreateEvents function to allow applications to mimic the | Tom Lane |
| 2008-09-19 | Create a selectivity estimation function for the text search @@ operator. | Tom Lane |
| 2008-09-19 | Improve the recently-added libpq events code to provide more consistent | Tom Lane |
| 2008-09-17 | Preliminary release notes for upcoming back branch releases. | Tom Lane |
| 2008-09-17 | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane |
| 2008-09-15 | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane |
| 2008-09-15 | Add missing quotes. | Magnus Hagander |
| 2008-09-15 | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander |
| 2008-09-15 | Polish and Turkish FAQ also needed converting to UTF8 | Magnus Hagander |
| 2008-09-15 | Convert Russian FAQ to UTF8, to make it render properly on the website. | Magnus Hagander |
| 2008-09-12 | Update citext's documentation to match the recently-applied patch, | Tom Lane |
| 2008-09-12 | Update man page build instructions. | Peter Eisentraut |
| 2008-09-11 | Add a duration option to pgbench, so that test length can be specified in sec... | Tom Lane |
| 2008-09-11 | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane |
| 2008-09-11 | Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) | Tom Lane |
| 2008-09-10 | Add "source file" and "source line" information to each GUC variable. | Alvaro Herrera |
| 2008-09-08 | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane |
| 2008-09-07 | Clarify description of pg_restore's handling of large objects. | Tom Lane |
| 2008-09-07 | Add a few more details in the source-code-formatting documentation. | Tom Lane |
| 2008-09-07 | Clarify documention workding for xip_list(). | Bruce Momjian |
| 2008-09-06 | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane |
| 2008-09-06 | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane |
| 2008-09-05 | Code coverage testing with gcov. Documentation is in the regression test | Peter Eisentraut |
| 2008-08-29 | Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. | Alvaro Herrera |
| 2008-08-29 | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut |
| 2008-08-26 | Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ... | Tom Lane |
| 2008-08-25 | Add standard boilerplate sentence about when stats_temp_directory can be chan... | Tom Lane |
| 2008-08-25 | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander |
| 2008-08-25 | Have man page generation work on VPATH builds too. | Alvaro Herrera |
| 2008-08-25 | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander |
| 2008-08-23 | Update link to developer's FAQ from main FAQ. | Bruce Momjian |
| 2008-08-22 | Make "log_temp_files" super-user set only, like other logging options. | Bruce Momjian |
| 2008-08-21 | Mention that pg_dump does not dump ALTER DATABASE ... SET commands; | Bruce Momjian |
| 2008-08-21 | Update URL. | Alvaro Herrera |
| 2008-08-20 | Remove tools and documention for generating TODO.html. | Bruce Momjian |
| 2008-08-20 | TODO now in wiki, html version removed. | Bruce Momjian |
| 2008-08-20 | New TODO list URL wiki location listed; contents truncated. | Bruce Momjian |
| 2008-08-19 | Not done: | Bruce Momjian |
| 2008-08-19 | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane |