| Age | Commit message (Expand) | Author |
| 2005-07-10 | Add --encoding to pg_dump. | Bruce Momjian |
| 2005-07-10 | I made the patch that implements regexp_replace again. | Bruce Momjian |
| 2005-07-10 | Add psql \pset numericsep to allow output numbers like 100,000.0 or | Bruce Momjian |
| 2005-07-07 | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane |
| 2005-07-06 | Reverse out because the lack of using pgport in timezone/ is causing | Bruce Momjian |
| 2005-07-06 | Add pg_column_size() to return storage size of a column, including | Bruce Momjian |
| 2005-07-06 | Update description of GUC full_page_writes. | Bruce Momjian |
| 2005-07-05 | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian |
| 2005-07-03 | Support cross compilation by compiling "zic" with a native compiler. This | Peter Eisentraut |
| 2005-07-02 | Remove GIST concurrency limitations section. | Bruce Momjian |
| 2005-07-02 | Add SGML markup for on/off values in run-time section. | Bruce Momjian |
| 2005-07-02 | Use on/off consistently for GUC variables in postgresql.conf and the | Bruce Momjian |
| 2005-07-02 | In PL/PgSQL, allow a block's label to be optionally specified at the | Neil Conway |
| 2005-07-01 | Clarify documentation about log_min_duration_statement. | Bruce Momjian |
| 2005-06-29 | Improve gettimeofday() documentation. | Bruce Momjian |
| 2005-06-29 | Improved words spacing. | Bruce Momjian |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway |
| 2005-06-26 | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane |
| 2005-06-26 | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2005-06-25 | Force a checkpoint before committing a CREATE DATABASE command. This | Tom Lane |
| 2005-06-24 | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane |
| 2005-06-22 | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane |
| 2005-06-22 | Add a hack requested by the JDBC driver writers: when a function's | Tom Lane |
| 2005-06-22 | Add a CONTINUE statement to PL/PgSQL, which can be used to begin the | Neil Conway |
| 2005-06-21 | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane |
| 2005-06-21 | Cause initdb to create a third standard database "postgres", which | Tom Lane |
| 2005-06-20 | Remove statement that GiST indexes aren't WAL-logged. | Tom Lane |
| 2005-06-20 | Update text that stated GiST indexes aren't WAL-logged. | Tom Lane |
| 2005-06-19 | Minor documentation update for RAISE expression patch. | Neil Conway |
| 2005-06-18 | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-17 | Update NetBSD 'options' description. | Bruce Momjian |
| 2005-06-17 | Improve wording of read-only GUC variables; shows -> reports. | Bruce Momjian |
| 2005-06-15 | Minor SGML markup cleanup. | Neil Conway |
| 2005-06-15 | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian |
| 2005-06-14 | Add BETWEEN SYMMETRIC. | Bruce Momjian |
| 2005-06-14 | Add pg_postmaster_start_time() function. | Bruce Momjian |
| 2005-06-14 | Have SHOW ALL include variable descriptions. | Bruce Momjian |
| 2005-06-14 | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian |
| 2005-06-14 | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway |
| 2005-06-14 | Add -L option to psql to log sessions. | Bruce Momjian |
| 2005-06-13 | Change the planner to allow indexscan qualification clauses to use | Tom Lane |
| 2005-06-13 | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway |
| 2005-06-13 | SGML cleanup: consistently use "endterm" in <xref>s that link to the | Neil Conway |
| 2005-06-13 | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane |
| 2005-06-12 | Document the --enable-integer-datetimes configure option where the other | Tom Lane |
| 2005-06-12 | libpq was not consistently checking for memory allocation failures. This | Neil Conway |
| 2005-06-10 | Add space before :DBNAME for proper \set expansion. | Bruce Momjian |