summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-24Fix patch for printing backend and pg_dump versions so that it works inTom Lane
2010-02-24Un-break pg_dump for the case of zero-column tables.Tom Lane
2010-02-24Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple ofTom Lane
2010-02-24Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-languageTom Lane
2010-02-23Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane
2010-02-23Have pg_dump (-v) verbose mode output the pg_dump and server versions inBruce Momjian
2010-02-23Minor style policing for error messages in pg_dump tar code. Notably, changeTom 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-23Some platforms reject fsync() on files opened O_RDONLY.Tom Lane
2010-02-23Supress convertion of zero hours to '12' for intervals when usingBruce Momjian
2010-02-22Let's try forcing errno to zero before issuing fsync. The current buildfarmTom Lane
2010-02-22Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane
2010-02-22Fix multiple copy and paste-o's. No wonder this code didn't work.Tom Lane
2010-02-22Oops, don't forget to rewind the directory before scanning it to fsync files ...Greg Stark
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-19Revert version stamping in wrong branchPeter Eisentraut
2010-02-19Version stamp 9.0alpha4Peter Eisentraut
2010-02-19Small corrections to message output targets in pg_ctlPeter Eisentraut
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-18Volatile-ize all five places where we expect a PG_TRY block to restoreTom Lane
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-18Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane
2010-02-17Take care to reprocess an uncommitted notify message.Tom Lane
2010-02-17Another typo fix.Magnus Hagander
2010-02-17Use a fatal warning check with what looks like a more portable error message....Andrew Dunstan
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-17Support new syntax and improve handling of parentheses in psql tab-completion.Itagaki Takahiro
2010-02-17When updating ShmemVariableCache from a checkpoint record, be sure to setTom Lane
2010-02-17Prevent #option dump from crashing on FORI statement with null step. Reporte...Tom 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-16Clean up package namespace use and use of Safe in plperl.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