summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-03-03Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane
2010-03-01It's clearly now pointless to do backwards compatible parsing of this,Magnus Hagander
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2010-02-27Back out unintended change to pg_locale.c.Bruce Momjian
2010-02-27Document ATAPI FLUSH CACHE EXT.Bruce Momjian
2010-02-27Undo some more pgindent breakage. Per buildfarm.Tom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-25Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane
2010-02-25Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian
2010-02-25Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander
2010-02-25Fix streaming replication starting at the very first WAL segment.Heikki Linnakangas
2010-02-25Make pg_stop_backup's reporting a bit more verbose in hopes of makingTom Lane
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