aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
Commit message (Expand)AuthorAge
* Make pg_basebackup work with pre-9.3 servers, and add server version check.Heikki Linnakangas2013-03-25
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner2013-03-22
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* Fix orthotypographical mistakeAlvaro Herrera2013-03-12
* Support writable foreign tables.Tom Lane2013-03-10
* Fix typo in docs for ALTER MATERIALIZED VIEW.Kevin Grittner2013-03-07
* psql: Let \l accept a patternPeter Eisentraut2013-03-04
* Add a materialized view relations.Kevin Grittner2013-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
* 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: Add more compatibility information for triggersPeter Eisentraut2013-02-23
* 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
* 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
* 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
* Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut2013-01-31
* 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
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* doc: split search_path index entries into separate secondariesBruce Momjian2013-01-25
* Make it easy to time out pg_isready, and make the default 3 seconds.Robert Haas2013-01-25
* Add prosecdef to \df+ output.Heikki Linnakangas2013-01-25
* Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander2013-01-25
* pg_isreadyRobert Haas2013-01-23
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Fix CREATE EVENT TRIGGER syntax synopsis in documentation.Robert Haas2013-01-22
* psql latex fixesBruce Momjian2013-01-18
* Add a latex-longtable output format to psqlBruce Momjian2013-01-17
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* Add support for generating minimal recovery.conf when doing base backupsMagnus Hagander2013-01-05
* doc: Update CREATE FUNCTION compatibility informationPeter Eisentraut2013-01-05
* Fix descrition of pg_resetxlog -l parameterMagnus Hagander2013-01-01
* doc: Improve search_path mentions in indexPeter Eisentraut2012-12-13
* Disable event triggers in standalone mode.Tom Lane2012-12-11
* Support automatically-updatable views.Tom Lane2012-12-08
* Clarify that COPY FREEZE is not a hard rule.Simon Riggs2012-12-07
* Add initdb --sync-only option to sync the data directory to durableBruce Momjian2012-12-03