Commits

DateSubjectAuthorReleases
2015-08-04 Cap wal_buffers to avoid a server crash when it's set very large. Robert Haas 9.6.0
2015-05-04 Recursively fsync() the data directory after a crash. Robert Haas 9.0.20
2015-04-30 Create an infrastructure for parallel computation in PostgreSQL. Robert Haas 9.5.0
2015-04-02 Use abbreviated keys for faster sorting of numeric datums. Robert Haas 9.5.0
2014-11-26 Attempt to suppress uninitialized variable warning. Robert Haas 9.5.0
2014-11-24 Add infrastructure to save and restore GUC values. Robert Haas 9.5.0
2014-02-01 Introduce replication slots. Robert Haas 9.4.0
2014-01-02 Rename walLogHints to wal_log_hints for easier grepping. Robert Haas 9.4.0
2013-10-31 Use appendStringInfoString instead of appendStringInfo where possible. Robert Haas 9.4.0
2013-10-10 Allow dynamic allocation of shared memory segments. Robert Haas 9.4.0
2013-07-04 Add new GUC, max_worker_processes, limiting number of bgworkers. Robert Haas 9.4.0
2012-06-28 Add missing space in event_source GUC description. Robert Haas 9.3.0
2012-04-14 Rename synchronous_commit='write' to 'remote_write'. Robert Haas 9.2.0
2012-03-27 New GUC, track_iotiming, to track I/O timings. Robert Haas 9.2.0
2011-11-10 Revert removal of trace_userlocks, because userlocks aren't gone. Robert Haas 9.2.0
2011-06-22 Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP. Robert Haas 9.2.0
2011-04-04 Merge synchronous_replication setting into synchronous_commit. Robert Haas 9.1.0
2011-03-10 More synchronous replication tweaks. Robert Haas 9.1.0
2011-02-15 Rename max_predicate_locks_per_transaction. Robert Haas 9.1.0
2011-01-23 Code cleanup for assign_transaction_read_only. Robert Haas 9.1.0
2011-01-22 Code cleanup for assign_XactIsoLevel. Robert Haas 9.1.0
2010-12-03 Use GUC lexer for recovery.conf parsing. Robert Haas 9.1.0
2010-08-13 Include the backend ID in the relpath of temporary relations. Robert Haas 9.1.0
2010-07-22 Add options to force quoting of all identifiers. Robert Haas 9.1.0
2010-07-20 Add restart_after_crash GUC. Robert Haas 9.1.0