summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2012-02-08Add opensp as a requirement for building the docs on Debian --- testedBruce Momjian
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2012-02-07createuser: Disable prompting by defaultPeter Eisentraut
2012-02-05Allow SQL-language functions to reference parameters by name.Tom Lane
2012-02-04Remove tabs in SGML file.Bruce Momjian
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-02-01initdb: Add options --auth-local and --auth-hostPeter Eisentraut
2012-02-01Implement dry-run mode for pg_archivecleanupAlvaro Herrera
2012-01-31Built-in JSON data type.Robert Haas
2012-01-30Add sequence USAGE privileges to information schemaPeter Eisentraut
2012-01-30PL/Python: Add result metadata functionsPeter Eisentraut
2012-01-29Add caution about multiple unique indexes breaking plpgsql upsert example.Tom Lane
2012-01-29Update statement about sorting of character-string data.Tom Lane
2012-01-28Use parameterized paths to generate inner indexscans more flexibly.Tom Lane
2012-01-27Document that COUNT(*) might not need a seq scan any more.Robert Haas
2012-01-27Document that analyzing an empty table doesn't update the statistics.Robert Haas
2012-01-27Fix copy-paste error in docs.Heikki Linnakangas
2012-01-27Fix wording, per Peter GeogheganMagnus Hagander
2012-01-27Mention in the docs that bgwriter now sleeps longer when it has no work to do.Heikki Linnakangas
2012-01-26Fix sentence in docs: checkpoints are not done by bgwriter anymore.Heikki Linnakangas
2012-01-26Add deadlock counter to pg_stat_databaseMagnus Hagander
2012-01-26Track temporary file count and size in pg_stat_databaseMagnus Hagander
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-25Add pg_trigger_depth() functionAlvaro Herrera
2012-01-24Add new replication mode synchronous_commit = 'write'.Simon Riggs
2012-01-23ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs
2012-01-22Typo fixMagnus Hagander
2012-01-20Get rid of itemizedlist inside tableMagnus Hagander
2012-01-20Further doc cleanups from the pg_stat_activity changesMagnus Hagander
2012-01-20Triggered change notifications.Robert Haas
2012-01-20Clarify that bgwriter no longer handles checkpoints.Robert Haas
2012-01-19Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas
2012-01-19Separate state from query string in pg_stat_activityMagnus Hagander
2012-01-19Make pg_relation_size() and friends return NULL if the object doesn't exist.Heikki Linnakangas
2012-01-18PL/Python: Update examplePeter Eisentraut
2012-01-16Disallow merging ONLY constraints in children tablesAlvaro Herrera
2012-01-15Allow a user to kill his own queries using pg_cancel_backend()Magnus Hagander
2012-01-14Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas
2012-01-10Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut
2012-01-09Add compatibility note about grant options on GRANT reference pagePeter Eisentraut
2012-01-07Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut
2012-01-06Fix typo, pg_types_date.h => pgtypes_date.h.Tom Lane
2012-01-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2012-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-31Send new protocol keepalive messages to standby servers.Simon Riggs
2011-12-26Minor enhancements to MVCC chapterAlvaro Herrera
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane
2011-12-23Add bytea_agg, parallel to string_agg.Robert Haas
2011-12-22Typo fixes.Robert Haas