| Age | Commit message (Expand) | Author |
| 2010-05-02 | Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum | Tom Lane |
| 2010-05-02 | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane |
| 2010-05-01 | Add code to InternalIpcMemoryCreate() to handle the case where shmget() | Tom Lane |
| 2010-04-30 | Fix handling of b-tree reuse WAL records when hot standby is disabled, | Heikki Linnakangas |
| 2010-04-29 | Adjust error checks in pg_start_backup and pg_stop_backup to make it possible | Tom Lane |
| 2010-04-29 | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane |
| 2010-04-28 | Modify information_schema._pg_keysequal() to avoid search path risk when | Tom Lane |
| 2010-04-28 | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane |
| 2010-04-28 | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas |
| 2010-04-28 | Modify the built-in text search parser to handle URLs more nearly according | Tom Lane |
| 2010-04-28 | Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa. | Tom Lane |
| 2010-04-28 | Replace the KnownAssignedXids hash table with a sorted-array data structure, | Tom Lane |
| 2010-04-27 | If a base backup is cancelled by server shutdown or crash, throw an error | Heikki Linnakangas |
| 2010-04-26 | Add missing newlines in WPARSER_TRACE output. | Tom Lane |
| 2010-04-26 | Reorder pg_stat_activity columns to be more consistent, using layout | Bruce Momjian |
| 2010-04-26 | Add comments about why we set LC_CTYPE in WIN32 for time when we don't | Bruce Momjian |
| 2010-04-26 | When we're restricting who can connect, don't allow new walsenders. | Robert Haas |
| 2010-04-24 | Add C comments for recent to_char('L') fix for Win32. | Bruce Momjian |
| 2010-04-24 | Patch revoked because of objections. | Simon Riggs |
| 2010-04-23 | Fix various instances of "the the". | Robert Haas |
| 2010-04-23 | Add missing optimizer hooks for function cost and number of rows. | Simon Riggs |
| 2010-04-23 | Previous patch revoked following objections. | Simon Riggs |
| 2010-04-23 | Make CheckRequiredParameterValues() depend upon correct combination | Simon Riggs |
| 2010-04-22 | Fix message punctuation | Peter Eisentraut |
| 2010-04-22 | Optimise btree delete processing when no active backends. | Simon Riggs |
| 2010-04-22 | Further reductions in Hot Standby conflict processing. These | Simon Riggs |
| 2010-04-22 | Fix encoding issue when lc_monetary or lc_numeric are different encoding | Itagaki Takahiro |
| 2010-04-21 | Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, rather | Tom Lane |
| 2010-04-21 | Only send cleanup_info messages if VACUUM removes any tuples. | Simon Riggs |
| 2010-04-21 | Relax locking during GetCurrentVirtualXIDs(). Earlier improvements | Simon Riggs |
| 2010-04-21 | Fix oversight in collecting values for cleanup_info records. | Simon Riggs |
| 2010-04-21 | Fix pg_hba.conf matching so that replication connections only match records | Tom Lane |
| 2010-04-21 | Move the check for whether walreceiver has authenticated as a superuser | Tom Lane |
| 2010-04-20 | Arrange for client authentication to occur before we select a specific | Tom Lane |
| 2010-04-20 | Fix code that doesn't work on machines with strict alignment requirements: | Tom Lane |
| 2010-04-20 | Rename standby_keep_segments to wal_keep_segments. | Robert Haas |
| 2010-04-20 | Move the responsibility for calling StartupXLOG into InitPostgres, for | Tom Lane |
| 2010-04-19 | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs |
| 2010-04-19 | Check RecoveryInProgress() while holding ProcArrayLock during snapshots. | Simon Riggs |
| 2010-04-19 | Fix uninitialized local variables. Not sure why gcc doesn't complain about | Tom Lane |
| 2010-04-19 | Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async | Magnus Hagander |
| 2010-04-19 | Add an 'enable_material' GUC. | Robert Haas |
| 2010-04-18 | Improve sequence and sense of messages from pg_stop_backup(). | Simon Riggs |
| 2010-04-18 | Remove some additional changes in previous commit that belong elsewhere. | Simon Riggs |
| 2010-04-18 | Tune GetSnapshotData() during Hot Standby by avoiding loop | Simon Riggs |
| 2010-04-16 | On Windows, syslogger runs in two threads. The main thread processes config | Heikki Linnakangas |
| 2010-04-16 | In standby mode, suppress repeated LOG messages about a corrupt record, | Heikki Linnakangas |
| 2010-04-15 | Update XML features list | Peter Eisentraut |
| 2010-04-15 | Doc change: effect -> affect, per Robert Haas | Bruce Momjian |
| 2010-04-14 | Fix a problem introduced by my patch of 2010-01-12 that revised the way | Tom Lane |