| Age | Commit message (Expand) | Author |
| 2010-09-18 | Make sure we wait for protocol-level EOF when ending binary COPY IN. | Tom Lane |
| 2010-09-18 | Give a suitable HINT when an INSERT's data source is a RowExpr containing | Tom Lane |
| 2010-09-17 | Move pg_db_role_setting docs to correct place in alphabetical order. | Robert Haas |
| 2010-09-17 | Remove duplicated code left behind by my recent refactoring of comment.c | Robert Haas |
| 2010-09-17 | Add some documentation about how we WAL-log filesystem actions. | Tom Lane |
| 2010-09-16 | Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32, | Magnus Hagander |
| 2010-09-16 | Stamp 9.0 release notes with expected release date; also some last-minute | Tom Lane |
| 2010-09-16 | Fix bad grammar. | Tom Lane |
| 2010-09-16 | Fix two new-in-9.0 bugs in hstore. | Tom Lane |
| 2010-09-15 | Add a compatibility note about plpgsql's treatment of SELECT INTO rec.fld | Tom Lane |
| 2010-09-15 | Fix two typos in comments, spotted by Fujii Masao and Thom Brown | Heikki Linnakangas |
| 2010-09-15 | Use a latch to make startup process wake up and replay immediately when | Heikki Linnakangas |
| 2010-09-15 | Simplify Windows implementation of latches. There's no need to keep a | Heikki Linnakangas |
| 2010-09-15 | Don't call OwnLatch while holding a spinlock. OwnLatch can elog() under | Heikki Linnakangas |
| 2010-09-14 | Fix join-removal logic for pseudoconstant and outerjoin-delayed quals. | Tom Lane |
| 2010-09-14 | Oops, the timeout argument to WaitLatchOrSocket is in microseconds, not | Heikki Linnakangas |
| 2010-09-14 | Don't warn about an in-progress online backup, when we're recovering from | Heikki Linnakangas |
| 2010-09-13 | Add a comment noting that the owner_pid test in OwnLatch is just a sanity | Heikki Linnakangas |
| 2010-09-13 | Elaborate on what gets stored in pg_authid.rolpasswd. | Robert Haas |
| 2010-09-13 | Remove prototype for non-existent function from walreceiver.h. Tidy up by | Heikki Linnakangas |
| 2010-09-13 | Process options from the startup packed in walsender. Only few options | Heikki Linnakangas |
| 2010-09-13 | Don't try aligning comments for new archive_command Win32 doc example; | Bruce Momjian |
| 2010-09-13 | Link from pg_shadow docs to pg_authid docs. | Robert Haas |
| 2010-09-12 | Re-add documentation for Win32 copy syntax for archive_command. | Bruce Momjian |
| 2010-09-11 | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway |
| 2010-09-11 | Add missing #includes, needed on some platforms. This should make | Heikki Linnakangas |
| 2010-09-11 | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas |
| 2010-09-10 | Cursor names in the backend are not case-sensitve. This change makes sure that | Michael Meskes |
| 2010-09-09 | Remove obsolete claim that gzip is needed while installing PG's documentation. | Tom Lane |
| 2010-09-09 | Doc fixes: | Bruce Momjian |
| 2010-09-08 | Add tip about building plpython 2 and 3. Fix link to Python docs. | Peter Eisentraut |
| 2010-09-07 | Clarify that surrogate pairs are not encoded in UTF-8 directly | Peter Eisentraut |
| 2010-09-07 | Modify pg_upgrade to set/restore all environment variables related to | Bruce Momjian |
| 2010-09-05 | GROUP BY can only infer functional dependency from non-deferrable primary keys. | Tom Lane |
| 2010-09-04 | Pad the ps_status display with nulls, not blanks, on Darwin. | Tom Lane |
| 2010-09-03 | Install a data-type-based solution for protecting pg_get_expr(). | Tom Lane |
| 2010-09-03 | In HEAD only, revert kluge solution for preventing misuse of pg_get_expr(). | Tom Lane |
| 2010-09-02 | 9.1alpha1 release notes. | Tom Lane |
| 2010-09-02 | Clean up description of ecpg's dtcvfmtasc function. | Tom Lane |
| 2010-09-02 | Clean up some bad grammar and punctuation in description of ecpg's decimal | Tom Lane |
| 2010-09-02 | Fix up flushing of composite-type typcache entries to be driven directly by | Tom Lane |
| 2010-09-02 | Fix typo. Pointed out by Kevin Grittner. | Robert Haas |
| 2010-09-01 | Clarify documentation of handling of null arguments for aggregates. | Tom Lane |
| 2010-09-01 | Improve release notes' description of Teodor's fixes for polygon overlaps | Tom Lane |
| 2010-08-31 | Add missing markup for translatability | Alvaro Herrera |
| 2010-08-30 | Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao. | Tom Lane |
| 2010-08-30 | Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to | Tom Lane |
| 2010-08-30 | Fix misleading DEBUG2 issued during RemoveOldXlogFiles() | Simon Riggs |
| 2010-08-30 | Truncate subtrans after each restartpoint. | Simon Riggs |
| 2010-08-30 | Teach GetOldestXmin() about KnownAssignedXids during recovery. | Simon Riggs |