summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-02-23Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane
2010-02-23Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian
2010-02-23Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian
2010-02-23Supress convertion of zero hours to '12' for intervals when usingBruce Momjian
2010-02-22Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane
2010-02-20Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane
2010-02-19Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost perTom Lane
2010-02-19Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas
2010-02-19Forbid setval() during recovery. This prevents the PANIC reported byHeikki Linnakangas
2010-02-19Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro
2010-02-19Translation updates for 9.0alpha4Peter Eisentraut
2010-02-18Provide some rather hokey ways for EXPLAIN to print FieldStore and assignmentTom Lane
2010-02-18Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane
2010-02-18Fix pq_getbyte_if_available() function. It was confused on what itHeikki Linnakangas
2010-02-18date_recv should accept infinities.Itagaki Takahiro
2010-02-18Force READY portals into FAILED state when a transaction or subtransactionTom Lane
2010-02-17Take care to reprocess an uncommitted notify message.Tom Lane
2010-02-17Another typo fix.Magnus Hagander
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-17When updating ShmemVariableCache from a checkpoint record, be sure to setTom Lane
2010-02-17log_error_verbosity is now LOGGING_WHAT category.Tom Lane
2010-02-17Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ andTom Lane
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-16Add query text to auto_explain output.Andrew Dunstan
2010-02-16Move log_error_verbosity GUC setting to "What to log" section, andBruce Momjian
2010-02-16Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian
2010-02-16Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian
2010-02-16Remove personal copyright now that file has been rewritten usingBruce Momjian
2010-02-16Clarify documentation on the behavior of unnamed bind queries.Bruce Momjian
2010-02-16revert to showing buffer counts in explain (buffers)Greg Stark
2010-02-16Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander
2010-02-15Fix typo in commentAlvaro Herrera
2010-02-15Display explain buffers measurements in memory units rather than blocks. Also...Greg Stark
2010-02-15Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-13Improve C comment about why we return "0 0" for some tags.Bruce Momjian
2010-02-13Improvements to ps message of startup process during Hot Standby.Simon Riggs
2010-02-13Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs
2010-02-13Support inlining various small performance-critical functions on non-GCCTom Lane
2010-02-13Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs
2010-02-13Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs
2010-02-12Tweak the order of processing of WITH clauses so that they are processedTom Lane
2010-02-12Extend the set of frame options supported for window functions.Tom Lane
2010-02-12Reduce the chatter to the log when starting a standby server. Don'tHeikki Linnakangas
2010-02-12If primary_conninfo is not set, don't try to establish streamingHeikki Linnakangas
2010-02-12Check for partial WAL files in standby mode. If restore_command restoresHeikki Linnakangas
2010-02-11Suppress uninitialized-variable warning.Tom Lane
2010-02-11Fix typo bug in Hot Standby from recent refactoring. Bug introducedSimon Riggs
2010-02-11Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev
2010-02-10Now that streaming replication switches between streaming mode andHeikki Linnakangas