summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2013-01-29Allow pgbench to use a scale larger than 21474.Heikki Linnakangas
2013-01-28REASSIGN OWNED: handle shared objects, tooAlvaro Herrera
2013-01-28DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera
2013-01-26Make LATERAL implicit for functions in FROM.Tom Lane
2013-01-26Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian
2013-01-26doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 andBruce Momjian
2013-01-25doc: mention commit_delay is only honored if fsync is enabledBruce Momjian
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
2013-01-25doc: merge ecpg username/password example into C commentBruce Momjian
2013-01-25doc: adjust search_path secondary index mentionBruce Momjian
2013-01-25doc: split search_path index entries into separate secondariesBruce Momjian
2013-01-25Make it easy to time out pg_isready, and make the default 3 seconds.Robert Haas
2013-01-25docs: In ecpg, clarify how username/password colon parameters are usedBruce Momjian
2013-01-25Add prosecdef to \df+ output.Heikki Linnakangas
2013-01-25doc: improve wording of "foreign data server" in file-fdw docsBruce Momjian
2013-01-25Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander
2013-01-25Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane
2013-01-25doc: add mention of ssi read anomolies to mvcc docsBruce Momjian
2013-01-25doc: correct sepgsql doc about permission checking of CASCADEBruce Momjian