| Age | Commit message (Expand) | Author |
| 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 |
| 2010-08-26 | Document the existence of the socket lock file under unix_socket_directory, | Tom Lane |
| 2010-08-26 | Improve wording for privilege description on certain failure messages; the | Alvaro Herrera |
| 2010-08-26 | Remove duplicate translatable phrase | Alvaro Herrera |
| 2010-08-26 | Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF | Tom Lane |
| 2010-08-25 | Improve hint message for ENOMEM failure from shmget(). | Tom Lane |
| 2010-08-24 | Make EXPLAIN show the function call expression of a FunctionScan plan node, | Tom Lane |
| 2010-08-24 | Add string functions: concat(), concat_ws(), left(), right(), and reverse(). | Itagaki Takahiro |
| 2010-08-23 | Marginal code cleanup for streaming replication. | Tom Lane |
| 2010-08-21 | Use a non-locale-dependent definition of isspace() in array_in/array_out. | Tom Lane |
| 2010-08-21 | Add vacuum and analyze counters to pg_stat_*_tables views. | Magnus Hagander |
| 2010-08-20 | Add missing processing of OptTemp in CREATE IF NOT EXISTS variant | Tom Lane |