summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version stamp 9.0alpha4REL9_0_ALPHA4REL9_0_ALPHA4_BRANCHPeter Eisentraut2010-02-194-15/+15
* Document --version and --help options for all client applications (theyBruce Momjian2010-02-1917-23/+320
* Small corrections to message output targets in pg_ctlPeter Eisentraut2010-02-191-4/+6
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-194-26/+47
* Forbid setval() during recovery. This prevents the PANIC reported byHeikki Linnakangas2010-02-191-1/+4
* First pass over client applications documentation proofreading.Bruce Momjian2010-02-1913-52/+59
* Remove mention that binary distributions pre-compile the tutorial files.Bruce Momjian2010-02-191-8/+5
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-191-2/+2
* Translation updates for 9.0alpha4Peter Eisentraut2010-02-1934-12218/+13641
* Preliminary release notes for 9.0alpha4Peter Eisentraut2010-02-191-118/+598
* Hot Standby documentation updatesBruce Momjian2010-02-196-62/+75
* Volatile-ize all five places where we expect a PG_TRY block to restoreTom Lane2010-02-181-5/+5
* Provide some rather hokey ways for EXPLAIN to print FieldStore and assignmentTom Lane2010-02-181-15/+75
* Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane2010-02-183-12/+119
* Fix pq_getbyte_if_available() function. It was confused on what itHeikki Linnakangas2010-02-183-38/+49
* date_recv should accept infinities.Itagaki Takahiro2010-02-181-3/+5
* Add missing close tag.Bruce Momjian2010-02-181-2/+2
* Wordsmithing of HS and SR documentation, with some wording improvementsBruce Momjian2010-02-181-235/+252
* Force READY portals into FAILED state when a transaction or subtransactionTom Lane2010-02-181-48/+38
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-188-248/+284
* Take care to reprocess an uncommitted notify message.Tom Lane2010-02-171-4/+13
* Another typo fix.Magnus Hagander2010-02-171-2/+2
* Use a fatal warning check with what looks like a more portable error message....Andrew Dunstan2010-02-172-5/+5
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-1748-133/+133
* Support new syntax and improve handling of parentheses in psql tab-completion.Itagaki Takahiro2010-02-171-100/+259
* When updating ShmemVariableCache from a checkpoint record, be sure to setTom Lane2010-02-172-21/+13
* Prevent #option dump from crashing on FORI statement with null step. Reporte...Tom Lane2010-02-171-5/+8
* log_error_verbosity is now LOGGING_WHAT category.Tom Lane2010-02-171-2/+2
* Tweak description of payload parameter.Tom Lane2010-02-171-3/+3
* Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ andTom Lane2010-02-171-3/+6
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-1637-741/+1828
* Add query text to auto_explain output.Andrew Dunstan2010-02-163-4/+23
* Clean up package namespace use and use of Safe in plperl.Andrew Dunstan2010-02-167-49/+120
* Move log_error_verbosity GUC setting to "What to log" section, andBruce Momjian2010-02-162-23/+24
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-164-16/+23
* Prevent psql version banner from being printed by the \c command if theBruce Momjian2010-02-163-8/+9
* Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian2010-02-164-37/+43
* Remove personal copyright now that file has been rewritten usingBruce Momjian2010-02-161-11/+9
* Clarify documentation on the behavior of unnamed bind queries.Bruce Momjian2010-02-162-6/+6
* revert to showing buffer counts in explain (buffers)Greg Stark2010-02-161-74/+25
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-163-3/+40
* Do not check nan values for infinity. Some system are not able to handle this.Michael Meskes2010-02-163-11/+11
* Fix synopsis of DO statement.Itagaki Takahiro2010-02-161-2/+2
* Move main error message text in plperl into errmsg from errdetail,Alvaro Herrera2010-02-152-48/+22
* When sorting functions in pg_dump, break ties (same name) by number of argumentsPeter Eisentraut2010-02-151-2/+13
* Fix another stupid typo...Magnus Hagander2010-02-151-2/+2
* Fix typo in commentAlvaro Herrera2010-02-151-2/+2
* Temporarily disable fsyncing the database directory in CREATE DATABASEGreg Stark2010-02-151-3/+17
* remove an unused variable 'dirfd'.Itagaki Takahiro2010-02-151-2/+1
* Add psql tab completion for DO blocks.Itagaki Takahiro2010-02-152-4/+16