summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-03-11Add missing reset of need_initialization in reloptions code.Tom Lane
2010-03-11Fix bug in KnownAssignedXidsMany(). I saw this when looking at theHeikki Linnakangas
2010-03-11Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas
2010-03-10Fix incorrect comment about permissions checking being done in utility.c.Robert Haas
2010-03-10pg_start_backup() can use a share lock to lock ControlFileLockItagaki Takahiro
2010-03-08Disallow gssapi authentication on local connections, since itMagnus Hagander
2010-03-06Fix warning messages in restrict_and_check_grant() to include the column nameTom Lane
2010-03-06When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane
2010-03-04Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas
2010-03-03Document that "Q" is ignored by to_date and to_timestamp. Add C commentBruce Momjian
2010-03-03Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane
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