summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-19Version stamp 9.0alpha4REL9_0_ALPHA4REL9_0_ALPHA4_BRANCHPeter Eisentraut
2010-02-19Document --version and --help options for all client applications (theyBruce Momjian
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-19First pass over client applications documentation proofreading.Bruce Momjian
2010-02-19Remove mention that binary distributions pre-compile the tutorial files.Bruce Momjian
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-19Preliminary release notes for 9.0alpha4Peter Eisentraut
2010-02-19Hot Standby documentation updatesBruce Momjian
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-18Add missing close tag.Bruce Momjian
2010-02-18Wordsmithing of HS and SR documentation, with some wording improvementsBruce Momjian
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-17Tweak description of payload parameter.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
2010-02-16Prevent psql version banner from being printed by the \c command if theBruce 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-16Do not check nan values for infinity. Some system are not able to handle this.Michael Meskes
2010-02-16Fix synopsis of DO statement.Itagaki Takahiro
2010-02-15Move main error message text in plperl into errmsg from errdetail,Alvaro Herrera
2010-02-15When sorting functions in pg_dump, break ties (same name) by number of argumentsPeter Eisentraut
2010-02-15Fix another stupid typo...Magnus Hagander
2010-02-15Fix typo in commentAlvaro Herrera
2010-02-15Temporarily disable fsyncing the database directory in CREATE DATABASEGreg Stark
2010-02-15remove an unused variable 'dirfd'.Itagaki Takahiro
2010-02-15Add psql tab completion for DO blocks.Itagaki Takahiro