aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAge
* Add docs for pg_matviews, which were missed in the initial MV commit.Kevin Grittner2013-03-06
* psql: Let \l accept a patternPeter Eisentraut2013-03-04
* Add a materialized view relations.Kevin Grittner2013-03-03
* doc: Small tweak for consistencyPeter Eisentraut2013-03-03
* doc: A few awkward phrasing fixesPeter Eisentraut2013-03-03
* Remove spurious "the", and add a missing one.Heikki Linnakangas2013-02-27
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* doc: Fix markup typoPeter Eisentraut2013-02-25
* Add -d option to pg_dumpall, for specifying a connection string.Heikki Linnakangas2013-02-25
* Add -d/--dbname option to pg_dump.Heikki Linnakangas2013-02-25
* Add -d option to pg_basebackup and pg_receivexlog, for connection string.Heikki Linnakangas2013-02-25
* doc: Remove PostgreSQL version number from xml2 deprecation noticePeter Eisentraut2013-02-24
* doc: Add more compatibility information for triggersPeter Eisentraut2013-02-23
* Fix some typos and grammatical mistakesAlvaro Herrera2013-02-22
* Add pg_xlogdump contrib programAlvaro Herrera2013-02-22
* Add postgres_fdw contrib module.Tom Lane2013-02-21
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* doc: Add make target to produce EPUB from DocBookPeter Eisentraut2013-02-13
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Add an example of attaching a default value to an updatable view.Tom Lane2013-02-09
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* doc: Fix mistakes in the most recent set of release notes.Tom Lane2013-02-08
* doc: Rewrite how to get the source codePeter Eisentraut2013-02-07
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Prevent execution of enum_recv() from SQL.Tom Lane2013-02-04
* Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.Tom Lane2013-02-04
* Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs2013-02-04
* Reset master xmin when hot_standby_feedback disabled.Simon Riggs2013-02-04
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-03
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-03
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-02
* Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane2013-02-02
* Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs2013-02-02
* doc: Tiny whitespace fixPeter Eisentraut2013-02-01
* Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut2013-01-31
* pg_upgrade docs: mention modification of postgresql.conf in new clusterBruce Momjian2013-01-31
* Add --aggregate-interval option.Tatsuo Ishii2013-01-31
* pg_regress: Allow overriding diff optionsPeter Eisentraut2013-01-29
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Allow pgbench to use a scale larger than 21474.Heikki Linnakangas2013-01-29
* REASSIGN OWNED: handle shared objects, tooAlvaro Herrera2013-01-28
* DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera2013-01-28
* Make LATERAL implicit for functions in FROM.Tom Lane2013-01-26
* Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian2013-01-26
* doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 andBruce Momjian2013-01-25
* doc: mention commit_delay is only honored if fsync is enabledBruce Momjian2013-01-25
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* doc: merge ecpg username/password example into C commentBruce Momjian2013-01-25
* doc: adjust search_path secondary index mentionBruce Momjian2013-01-25
* doc: split search_path index entries into separate secondariesBruce Momjian2013-01-25