summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-03-15Improve the documentation about commit_delay.Tom Lane
2013-03-15Extend format() to handle field width and left/right alignment.Tom Lane
2013-03-12Fix documentation oversight.Tom Lane
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-12Fix orthotypographical mistakeAlvaro Herrera
2013-03-10JSON generation improvements.Andrew Dunstan
2013-03-10doc: Add note about checkpoint_warning vs checkpoint_timeoutPeter Eisentraut
2013-03-10Support writable foreign tables.Tom Lane
2013-03-07Fix typo in docs for ALTER MATERIALIZED VIEW.Kevin Grittner
2013-03-06Add docs for pg_matviews, which were missed in the initial MV commit.Kevin Grittner
2013-03-04psql: Let \l accept a patternPeter Eisentraut
2013-03-04Add a materialized view relations.Kevin Grittner
2013-03-03doc: Small tweak for consistencyPeter Eisentraut
2013-03-03doc: A few awkward phrasing fixesPeter Eisentraut
2013-02-27Remove spurious "the", and add a missing one.Heikki Linnakangas
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-25doc: Fix markup typoPeter Eisentraut
2013-02-25Add -d option to pg_dumpall, for specifying a connection string.Heikki Linnakangas
2013-02-25Add -d/--dbname option to pg_dump.Heikki Linnakangas
2013-02-25Add -d option to pg_basebackup and pg_receivexlog, for connection string.Heikki Linnakangas
2013-02-24doc: Remove PostgreSQL version number from xml2 deprecation noticePeter Eisentraut
2013-02-23doc: Add more compatibility information for triggersPeter Eisentraut
2013-02-22Fix some typos and grammatical mistakesAlvaro Herrera
2013-02-22Add pg_xlogdump contrib programAlvaro Herrera
2013-02-21Add postgres_fdw contrib module.Tom Lane
2013-02-18Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-02-14doc: Add make target to produce EPUB from DocBookPeter Eisentraut
2013-02-11Support unlogged GiST index.Heikki Linnakangas
2013-02-09Add an example of attaching a default value to an updatable view.Tom Lane
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-02-08doc: Fix mistakes in the most recent set of release notes.Tom Lane
2013-02-08doc: Rewrite how to get the source codePeter Eisentraut
2013-02-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
2013-02-04Prevent execution of enum_recv() from SQL.Tom Lane
2013-02-04Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.Tom Lane
2013-02-04Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs
2013-02-04Reset master xmin when hot_standby_feedback disabled.Simon Riggs
2013-02-03Perform line wrapping and indenting by default in ruleutils.c.Tom Lane
2013-02-03PL/Python: Add result object str handlerPeter Eisentraut
2013-02-02Create a psql command \gset to store query results into psql variables.Tom Lane
2013-02-02Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane
2013-02-02Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs
2013-02-02doc: Tiny whitespace fixPeter Eisentraut
2013-02-01Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut
2013-01-31pg_upgrade docs: mention modification of postgresql.conf in new clusterBruce Momjian
2013-01-31Add --aggregate-interval option.Tatsuo Ishii
2013-01-30pg_regress: Allow overriding diff optionsPeter Eisentraut
2013-01-29Provide database object names as separate fields in error messages.Tom Lane