| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane | 2008-01-30 | 1 | -1/+11 |
| * | Minor editorial improvements in documentation of session_replication_role; | Tom Lane | 2008-01-27 | 1 | -2/+2 |
| * | Avoid cluttering the postmaster log with bogus complaints | Tom Lane | 2008-01-14 | 1 | -1/+11 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane | 2007-12-28 | 1 | -33/+68 |
| * | Wording improvements | Peter Eisentraut | 2007-12-27 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -133/+135 |
| * | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 | 1 | -2/+4 |
| * | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 | 1 | -1/+11 |
| * | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 | 1 | -4/+22 |
| * | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 | 1 | -6/+6 |
| * | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 | 1 | -43/+19 |
| * | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 | 1 | -367/+349 |
| * | Revert temporary patch that made synchronous_commit default to OFF. | Tom Lane | 2007-09-10 | 1 | -3/+2 |
| * | Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro. | Tom Lane | 2007-09-10 | 1 | -3/+3 |
| * | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane | 2007-09-10 | 1 | -229/+214 |
| * | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 1 | -24/+107 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -25/+60 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -4/+14 |
| * | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 | 1 | -5/+7 |
| * | TEMPORARILY make synchronous_commit default to OFF, so that we can get more | Tom Lane | 2007-08-13 | 1 | -2/+3 |
| * | Fix thinko in multi-autovac-workers code: validity checks made by | Tom Lane | 2007-08-08 | 1 | -11/+7 |
| * | Fix crash caused by log_timezone patch if we attempt to emit any elog messages | Tom Lane | 2007-08-04 | 1 | -1/+7 |
| * | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 | 1 | -1/+10 |
| * | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 1 | -3/+11 |
| * | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane | 2007-07-24 | 1 | -1/+12 |
| * | Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive | Alvaro Herrera | 2007-07-24 | 1 | -4/+4 |
| * | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 | 1 | -2/+2 |
| * | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane | 2007-06-30 | 1 | -1/+9 |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 1 | -19/+10 |
| * | Allow trailing whitespace in parse_real(), for consistency with | Tom Lane | 2007-06-21 | 1 | -12/+18 |
| * | Provide a HINT listing the allowed unit names when a GUC variable seems to | Tom Lane | 2007-06-21 | 1 | -98/+194 |
| * | Restrict deadlock_timeout to the range for which the implementation | Tom Lane | 2007-06-20 | 1 | -2/+2 |
| * | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane | 2007-06-19 | 1 | -3/+4 |
| * | Remove comment about modifying tab-complete.c for userset GUC. | Magnus Hagander | 2007-06-18 | 1 | -5/+3 |
| * | Avoid integer overflow issues in autovacuum. | Alvaro Herrera | 2007-06-13 | 1 | -2/+2 |
| * | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane | 2007-06-08 | 1 | -1/+17 |
| * | Minor editorialization: don't flush plan cache without need. | Tom Lane | 2007-06-05 | 1 | -22/+17 |
| * | The session_replication_role actually can be changed at will during | Jan Wieck | 2007-06-05 | 1 | -5/+10 |
| * | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 1 | -1/+12 |
| * | Minimal message corrections found by spell checker. | Peter Eisentraut | 2007-06-02 | 1 | -2/+2 |
| * | The appended patch addresses the outstanding issues of the recent guc patch. | Peter Eisentraut | 2007-05-08 | 1 | -15/+28 |
| * | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane | 2007-05-04 | 1 | -4/+21 |
| * | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 | 1 | -32/+1 |
| * | Remove some of the most blatant brain-fade in the recent guc patch | Tom Lane | 2007-04-22 | 1 | -2/+2 |
| * | Make configuration parameters fall back to their default values when they | Peter Eisentraut | 2007-04-21 | 1 | -26/+102 |
| * | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera | 2007-04-18 | 1 | -1/+12 |
| * | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 | 1 | -5/+46 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 1 | -2/+35 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 1 | -1/+43 |