aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Allow CREATE TABLE (LIKE ...) from composite typePeter Eisentraut2012-03-03
* Add COLLATION FOR expressionPeter Eisentraut2012-03-02
* Add a rule to optionally build docs with the stylesheet from the websiteMagnus Hagander2012-03-02
* Small possible clarification in pg_basebackup reference pagePeter Eisentraut2012-03-01
* Simplify references to backslash-doubling in func.sgml.Tom Lane2012-02-29
* Fix some typos and correct wording in the monitoring docs patchMagnus Hagander2012-02-25
* Merge the list of statistics functions into the view documentationMagnus Hagander2012-02-25
* Make each pg_stat_ view into it's own table in the documentationMagnus Hagander2012-02-25
* Put Debian package list back in alphabetical orderPeter Eisentraut2012-02-24
* Last-minute release note updates.Tom Lane2012-02-23
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-23
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-22
* Improve wording of pg_upgrade logfile option:Bruce Momjian2012-02-22
* Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.Tom Lane2012-02-22
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-22
* Improve pretty printing of viewdefs.Andrew Dunstan2012-02-19
* Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.Robert Haas2012-02-15
* sepgsql: Reword and fix typo in docs on DML permissions.Robert Haas2012-02-15
* Improve fsync documentation by stating that -W _0_ turns of writeBruce Momjian2012-02-14
* Document random page cost is only 4x seqeuntial, and not 40x.Bruce Momjian2012-02-14
* Document that the pg_test_fsync defaults allow the program to completeBruce Momjian2012-02-14
* Change contrib/pg_test_fsync to control tests in terms of seconds perBruce Momjian2012-02-14
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* psql: Support zero byte field and record separatorsPeter Eisentraut2012-02-09
* Add opensp as a requirement for building the docs on Debian --- testedBruce Momjian2012-02-07
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07
* createuser: Disable prompting by defaultPeter Eisentraut2012-02-07
* Allow SQL-language functions to reference parameters by name.Tom Lane2012-02-04
* Remove tabs in SGML file.Bruce Momjian2012-02-04
* Add array_to_json and row_to_json functions.Andrew Dunstan2012-02-03
* initdb: Add options --auth-local and --auth-hostPeter Eisentraut2012-02-01
* Implement dry-run mode for pg_archivecleanupAlvaro Herrera2012-02-01
* Built-in JSON data type.Robert Haas2012-01-31
* Add sequence USAGE privileges to information schemaPeter Eisentraut2012-01-30
* PL/Python: Add result metadata functionsPeter Eisentraut2012-01-30
* Add caution about multiple unique indexes breaking plpgsql upsert example.Tom Lane2012-01-28
* Update statement about sorting of character-string data.Tom Lane2012-01-28
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Document that COUNT(*) might not need a seq scan any more.Robert Haas2012-01-27
* Document that analyzing an empty table doesn't update the statistics.Robert Haas2012-01-27
* Fix copy-paste error in docs.Heikki Linnakangas2012-01-27
* Fix wording, per Peter GeogheganMagnus Hagander2012-01-27
* Mention in the docs that bgwriter now sleeps longer when it has no work to do.Heikki Linnakangas2012-01-27
* Fix sentence in docs: checkpoints are not done by bgwriter anymore.Heikki Linnakangas2012-01-26
* Add deadlock counter to pg_stat_databaseMagnus Hagander2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-25
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-24
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23