| Age | Commit message (Expand) | Author |
| 2007-08-13 | TEMPORARILY make synchronous_commit default to OFF, so that we can get more | Tom Lane |
| 2007-08-13 | Document that the regexp split functions ignore zero-length matches in | Tom Lane |
| 2007-08-11 | Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming | Tom Lane |
| 2007-08-06 | Fix incorrect URI for cvs rsync | Magnus Hagander |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-08-03 | Update supported standalone VC++ version to 7.1+ only, and fix | Magnus Hagander |
| 2007-08-02 | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-07-27 | Update conformance information about bigint type | Peter Eisentraut |
| 2007-07-25 | Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax | Neil Conway |
| 2007-07-24 | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane |
| 2007-07-24 | Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive | Alvaro Herrera |
| 2007-07-23 | Reword paragraph about the autovacuum_max_workers setting. Patch from | Alvaro Herrera |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-21 | Provide a bit more high-level documentation for the GEQO planner. | Tom Lane |
| 2007-07-18 | GSSAPI documentation | Magnus Hagander |
| 2007-07-18 | Document that 'deleted' is also tracked by autovacuum. | Bruce Momjian |
| 2007-07-18 | Document that age() adds days, then full months. | Bruce Momjian |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-07-17 | Add CVS Wiki URL to docs. | Bruce Momjian |
| 2007-07-16 | Update docs that GNU tar versions >=1.16 exit with 1 on files changed, 2 | Bruce Momjian |
| 2007-07-16 | Allow plpgsql function parameter names to be qualified with the function's | Tom Lane |
| 2007-07-15 | Note incompatibility with Oracle's version of FOR ... REVERSE, per | Tom Lane |
| 2007-07-14 | Editorial overhaul of plpgsql documentation. Provide detailed documentation | Tom Lane |
| 2007-07-10 | Add note that building from CVS requires bison and flex, whereas | Tom Lane |
| 2007-07-10 | Adjust processSQLNamePattern() so that $ within the pattern is always matched | Tom Lane |
| 2007-07-09 | Minor copy-editing. | Tom Lane |
| 2007-07-08 | Closer code review for PQconnectionUsedPassword() patch: in particular, | Tom Lane |
| 2007-07-08 | Fix broken markup. | Tom Lane |
| 2007-07-08 | Arrange for the authentication request type to be preserved in | Joe Conway |
| 2007-07-05 | Improve description of SPI_scroll_cursor_move's return values, per a | Tom Lane |
| 2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
| 2007-06-30 | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane |
| 2007-06-29 | Add a note that pg_start_backup will take awhile because of new | Tom Lane |
| 2007-06-28 | Add the function's volatility to the output of psql's \df+ command. | Neil Conway |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-06-22 | Add a <tip> that log_line_prefix should usually end with a space to | Tom Lane |
| 2007-06-21 | Update password example. | Peter Eisentraut |
| 2007-06-21 | Update examples of create/drop scripts. | Peter Eisentraut |
| 2007-06-20 | Add a caveat pointing out that constraint exclusion doesn't work with | Tom Lane |
| 2007-06-20 | Remove some empty columns from a few system catalog tables in the | Neil Conway |
| 2007-06-19 | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane |
| 2007-06-15 | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane |
| 2007-06-12 | Update documentation of resultmap file format. | Magnus Hagander |
| 2007-06-11 | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane |
| 2007-06-11 | Minor wording improvement. | Tom Lane |
| 2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
| 2007-06-08 | Avoid passing zero as a value for vacuum_cost_limit, because it's not a valid | Alvaro Herrera |
| 2007-06-08 | Add note that LIMIT without ORDER BY can produce outright nondeterministic | Tom Lane |