summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
Commit message (Expand)AuthorAgeFilesLines
* Misc message style and doc fixes.Heikki Linnakangas2014-05-151-7/+6
* doc: Clarify what files pg_basebackup omits from data directoryPeter Eisentraut2014-05-141-2/+4
* doc: Fix DocBook XML validityPeter Eisentraut2014-05-063-20/+25
* doc: Update pg_basebackup version compatibility claim for 9.4Peter Eisentraut2014-05-011-1/+1
* Minor fixes for ALTER TABLE documentation.Robert Haas2014-04-281-2/+2
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-231-9/+40
* doc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f for "null string"Bruce Momjian2014-04-221-1/+1
* doc: improve wording of COPY commit 7ec73783d88a743799b0c262f1235f772497fb1dBruce Momjian2014-04-221-3/+2
* doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINedBruce Momjian2014-04-221-2/+3
* doc: improve CREATE RULE event listBruce Momjian2014-04-221-0/+4
* copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian2014-04-221-0/+7
* doc: CREATE DATABASE doesn't copy template database-level config paramsBruce Momjian2014-04-191-0/+6
* docs: tablespaces cannot be accessed independentlyBruce Momjian2014-04-191-0/+8
* Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane2014-04-161-1/+1
* docs: properly document psql auto encoding modeBruce Momjian2014-04-161-1/+1
* psql: conditionally display oids and replication identityBruce Momjian2014-04-152-2/+6
* vacuumdb: Add option --analyze-in-stagesPeter Eisentraut2014-04-151-0/+20
* doc: Update yet another place that didn't get the memo about matviews.Robert Haas2014-04-141-1/+1
* Correct description of constraint_name in ALTER TABLE documentation.Robert Haas2014-04-141-1/+1
* Update list of relation types on which ALTER TABLE RENAME/OWNER work.Robert Haas2014-04-141-4/+5
* Make security barrier views automatically updatableStephen Frost2014-04-121-6/+13
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-121-4/+149
* docs: psql '--' comments are not passed to the serverBruce Momjian2014-04-101-0/+6
* docs: add link to pg_start_backup() from pg_basebackup --checkpointBruce Momjian2014-04-091-1/+1
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-061-4/+34
* Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free.Tom Lane2014-04-031-4/+8
* Fix typos in pg_basebackup documentationMagnus Hagander2014-03-251-2/+2
* Offer triggers on foreign tables.Noah Misch2014-03-231-17/+26
* Documentation for logical decoding.Robert Haas2014-03-184-3/+346
* Fix help message and document in pg_receivexlog.Fujii Masao2014-03-181-1/+1
* Allow psql to print COPY command status in more cases.Tom Lane2014-03-132-19/+29
* pg_ctl: improve handling of invalid data directoryBruce Momjian2014-03-081-1/+2
* docs: small adjustements to recent SELECT and pg_upgrade improvementsBruce Momjian2014-03-081-2/+3
* docs: improve TABLE command by showing supported clausesBruce Momjian2014-03-071-3/+8
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-041-1/+18
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-033-2/+37
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-271-0/+21
* docs: remove unnecessary references to old PG versionsBruce Momjian2014-02-245-55/+5
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23183-809/+809
* pg_basebackup: Add support for relocating tablespacesPeter Eisentraut2014-02-221-3/+43
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-171-5/+7
* Suggest shell here-documents instead of psql -c for multiple commands.Tom Lane2014-02-141-3/+17
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-131-1/+38
* docs: improve CREATE FUNCTION docs about language case and quotingBruce Momjian2014-02-131-3/+3
* Fix typos in docs and comments.Fujii Masao2014-02-021-1/+1
* Introduce replication slots.Robert Haas2014-01-311-0/+18
* docs: specify FOR UPDATE/SHARE incompatibilitiesBruce Momjian2014-01-311-0/+24
* docs: add mention of index swappingBruce Momjian2014-01-301-1/+1
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-291-5/+12
* docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTSBruce Momjian2014-01-251-1/+4