| Age | Commit message (Expand) | Author |
| 2010-09-28 | Improve messages for too many private files/dirs. Per Alexey Parshin. | Tom Lane |
| 2010-09-28 | Fix PlaceHolderVar mechanism's interaction with outer joins. | Tom Lane |
| 2010-09-28 | Add a SECURITY LABEL command. | Robert Haas |
| 2010-09-27 | Add "(change requires restart)" note to some postgresql.conf parameters. | Robert Haas |
| 2010-09-26 | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut |
| 2010-09-25 | Fix another join removal bug: the check on PlaceHolderVars was wrong. | Tom Lane |
| 2010-09-23 | ProcessIncomingNotify *must* reset notifyInterruptOccurred when called. | Tom Lane |
| 2010-09-23 | Prevent show_session_authorization from crashing when session_authorization | Tom Lane |
| 2010-09-23 | Avoid sharing subpath list structure when flattening nested AppendRels. | Tom Lane |
| 2010-09-23 | Make _outPathInfo print the relid set of the path's parent rel. | Tom Lane |
| 2010-09-23 | Re-allow input of Julian dates prior to 0001-01-01 AD. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-22 | Typo fix. "CVS" is not the same thing as "CSV". | Robert Haas |
| 2010-09-21 | Some more cleanup of CVS keyword noise. | Tom Lane |
| 2010-09-21 | The port/pg_latch.c symlink ought to be removed by make distclean. | Tom Lane |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-09-19 | Update HOT README about when single-page vacuums happen. | Bruce Momjian |
| 2010-09-19 | Replace last remaining $Id$ with $PostgreSQL$. | Tom Lane |
| 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 | 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-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-13 | Add a comment noting that the owner_pid test in OwnLatch is just a sanity | Heikki Linnakangas |
| 2010-09-13 | Process options from the startup packed in walsender. Only few options | Heikki Linnakangas |
| 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-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().REL9_1_ALPHA1 | Tom Lane |
| 2010-09-03 | In HEAD only, revert kluge solution for preventing misuse of pg_get_expr(). | 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-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 |
| 2010-08-30 | Fix typo in comment. | Heikki Linnakangas |
| 2010-08-29 | Reduce PANIC to ERROR in some occasionally-reported btree failure cases. | Tom Lane |
| 2010-08-27 | Insert additional compiler placation into objectaddress.c. | Robert Haas |
| 2010-08-27 | Small refactoring of makeVar() from a TargetEntry | Peter Eisentraut |
| 2010-08-27 | Rewrite comment code for better modularity, and add necessary locking. | Robert Haas |