summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-02-19Document --version and --help options for all client applications (theyBruce Momjian
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-19Preliminary release notes for 9.0alpha4Peter Eisentraut
2010-02-19Hot Standby documentation updatesBruce Momjian
2010-02-18Add missing close tag.Bruce Momjian
2010-02-18Wordsmithing of HS and SR documentation, with some wording improvementsBruce Momjian
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-17Tweak description of payload parameter.Tom Lane
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
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-16Clarify documentation on the behavior of unnamed bind queries.Bruce Momjian
2010-02-16Fix synopsis of DO statement.Itagaki Takahiro
2010-02-15Add psql tab completion for DO blocks.Itagaki Takahiro
2010-02-14Ooops, let's get the non-null vs null bit right ...Tom Lane
2010-02-14Document the behavior of STRICT VARIADIC functions.Tom Lane
2010-02-13Remove tabs from sgml.Bruce Momjian
2010-02-12Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...Andrew Dunstan
2010-02-12Extend the set of frame options supported for window functions.Tom Lane
2010-02-12Update Hot Standby documentation to reflect the change in the LOGHeikki Linnakangas
2010-02-12Clean up Streaming Replication documentation a little bit. A lot moreHeikki Linnakangas
2010-02-09Move "Warm Standby Servers for High Availability" and "Hot Standby"Heikki Linnakangas
2010-02-08Create an official API function for C functions to use to check if they areTom Lane
2010-02-08Update high availability/replication documentation chart for new hotBruce Momjian
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-05Mention warm and now "hot" standby servers in the high availability docs.Bruce Momjian
2010-02-05Document that archive_timeout will force new WAL files even if a singleBruce Momjian
2010-02-05Previous commit was: Properly document that OVER and WINDOW are Postgres res...Bruce Momjian
2010-02-05Previous commit was to have tab checking as part of gmake check.Bruce Momjian
2010-02-05*** empty log message ***Bruce Momjian
2010-02-05Improve PL/Perl documentation of database access functions.Bruce Momjian
2010-02-05Add SGML 'check-tabs' Makefile rule to check for tabs.Bruce Momjian
2010-02-05Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway
2010-02-04Three out of four of us like this phrasing better.Tom Lane
2010-02-03Mention "unquoted" identifiers are case-insensitive.Bruce Momjian
2010-02-03Proofreading improvements for the Administration documentation book.Bruce Momjian
2010-02-03Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas
2010-02-02Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander
2010-02-01Remove tabs in sgml.Bruce Momjian
2010-02-01Minor documentation improvements for new string_agg aggregate.Robert Haas
2010-02-01Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs
2010-02-01Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro
2010-01-30Add plperl.on_perl_init setting to provide for initializing the perl library ...Andrew Dunstan
2010-01-29Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs
2010-01-29Allow psql variables to be interpolated with literal or identifier escaping.Robert Haas
2010-01-28Add new make targets "world", "install-world" and "installcheck-world" to bui...Andrew Dunstan
2010-01-28Type table featurePeter Eisentraut