| Commit message (Expand) | Author | Age |
* | Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT. | Robert Haas | 2010-05-15 |
* | Fix bug in processing of checkpoint time for max_standby_delay. Latest | Simon Riggs | 2010-05-15 |
* | We now accept read-only connections in state PM_RECOVERY_CONSISTENT. | Robert Haas | 2010-05-14 |
* | Remove CRs. | Itagaki Takahiro | 2010-05-14 |
* | Add many new Asserts in code and fix simple bug that slipped through | Simon Riggs | 2010-05-14 |
* | Translation update | Peter Eisentraut | 2010-05-13 |
* | Fix vpath installation from distribution tarball (bug #5447) | Peter Eisentraut | 2010-05-13 |
* | Ensure that top level aborts call XLogSetAsyncCommit(). Not doing | Simon Riggs | 2010-05-13 |
* | Cleanup initialization of Hot Standby. Clarify working with reanalysis | Simon Riggs | 2010-05-13 |
* | Update comment about why postmaster doesn't get an icon. | Bruce Momjian | 2010-05-12 |
* | Remove Makefile PGFILEDESC tag that the postmaster is an executable. | Bruce Momjian | 2010-05-12 |
* | Give most recovery conflict errors a retryable error code. From recent | Simon Riggs | 2010-05-12 |
* | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian | 2010-05-12 |
* | Cause the archiver process to adopt new postgresql.conf settings (particularly | Tom Lane | 2010-05-11 |
* | Fix incorrect patch that removed permission checks on inheritance child | Tom Lane | 2010-05-11 |
* | Set per-function GUC settings during validating the function. | Itagaki Takahiro | 2010-05-11 |
* | When adding a "target IS NOT NULL" indexqual to the plan for an index-optimized | Tom Lane | 2010-05-10 |
* | Fix missing static declaration for XLogRead(). | Tom Lane | 2010-05-09 |
* | Adjust comments about avoiding use of printf's %.*s. | Tom Lane | 2010-05-09 |
* | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 |
* | Need to hold ControlFileLock while updating control file. Update | Heikki Linnakangas | 2010-05-03 |
* | Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum. | Tom Lane | 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-02 |
* | Add code to InternalIpcMemoryCreate() to handle the case where shmget() | Tom Lane | 2010-05-01 |
* | Fix handling of b-tree reuse WAL records when hot standby is disabled, | Heikki Linnakangas | 2010-04-30 |
* | 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-29 |
* | 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-28 |
* | If a base backup is cancelled by server shutdown or crash, throw an error | Heikki Linnakangas | 2010-04-27 |
* | 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-26 |
* | 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-24 |
* | 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-23 |
* | 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-22 |
* | Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, rather | Tom Lane | 2010-04-21 |