aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane2010-02-25
* Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian2010-02-25
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Fix streaming replication starting at the very first WAL segment.Heikki Linnakangas2010-02-25
* Make pg_stop_backup's reporting a bit more verbose in hopes of makingTom Lane2010-02-25
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-23
* Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian2010-02-23
* Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian2010-02-23
* Supress convertion of zero hours to '12' for intervals when usingBruce Momjian2010-02-23
* Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane2010-02-22
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost perTom Lane2010-02-19
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-19
* Forbid setval() during recovery. This prevents the PANIC reported byHeikki Linnakangas2010-02-19
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-19
* Translation updates for 9.0alpha4Peter Eisentraut2010-02-19
* Provide some rather hokey ways for EXPLAIN to print FieldStore and assignmentTom Lane2010-02-18
* Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane2010-02-18
* Fix pq_getbyte_if_available() function. It was confused on what itHeikki Linnakangas2010-02-18
* date_recv should accept infinities.Itagaki Takahiro2010-02-18
* Force READY portals into FAILED state when a transaction or subtransactionTom Lane2010-02-18
* Take care to reprocess an uncommitted notify message.Tom Lane2010-02-17
* Another typo fix.Magnus Hagander2010-02-17
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* When updating ShmemVariableCache from a checkpoint record, be sure to setTom Lane2010-02-17
* log_error_verbosity is now LOGGING_WHAT category.Tom Lane2010-02-17
* Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ andTom Lane2010-02-17
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Add query text to auto_explain output.Andrew Dunstan2010-02-16
* Move log_error_verbosity GUC setting to "What to log" section, andBruce Momjian2010-02-16
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-16
* Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian2010-02-16
* Remove personal copyright now that file has been rewritten usingBruce Momjian2010-02-16
* Clarify documentation on the behavior of unnamed bind queries.Bruce Momjian2010-02-16
* revert to showing buffer counts in explain (buffers)Greg Stark2010-02-16
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-16
* Fix typo in commentAlvaro Herrera2010-02-15
* Display explain buffers measurements in memory units rather than blocks. Also...Greg Stark2010-02-15
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-15
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Improve C comment about why we return "0 0" for some tags.Bruce Momjian2010-02-13
* Improvements to ps message of startup process during Hot Standby.Simon Riggs2010-02-13
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-13
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-13
* Tweak the order of processing of WITH clauses so that they are processedTom Lane2010-02-12
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Reduce the chatter to the log when starting a standby server. Don'tHeikki Linnakangas2010-02-12