summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add log_line_prefix option 'n' for Unix epoch.Jeff Davis2015-09-071-0/+5
* Update site address of Snowball projectTeodor Sigaev2015-09-071-1/+1
* Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund2015-09-061-1/+12
* Rearrange the handling of error context reports.Tom Lane2015-09-052-0/+55
* Fix misc typos.Heikki Linnakangas2015-09-053-5/+5
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-031-0/+5
* Document that PL/Python now returns floats using repr() not str().Tom Lane2015-09-011-10/+14
* pg_upgrade docs: clarify rsync and move verification stepBruce Momjian2015-09-011-15/+18
* Use <substeps> in pg_upgrade's procedureAlvaro Herrera2015-09-011-2/+2
* docs: remove outdated note about unique indexesBruce Momjian2015-08-311-5/+1
* Small grammar fixMagnus Hagander2015-08-311-4/+4
* dblink docs: fix typo to use "connname" (3 n's), not "conname"Bruce Momjian2015-08-271-13/+13
* release notes: abbreviated key speedup only for varchar/textBruce Momjian2015-08-261-2/+3
* 9.5 release notes: mention lack of char() sort improvementsBruce Momjian2015-08-261-1/+2
* Docs: be explicit about datatype matching for lead/lag functions.Tom Lane2015-08-251-6/+10
* doc: Whitespace and formatting fixesPeter Eisentraut2015-08-209-43/+45
* Remove xpath namespace-handling change from 9.5 release notes.Tom Lane2015-08-201-17/+0
* docs: Fix "typo" introduced in 3f811c2d.Andres Freund2015-08-171-1/+1
* Add docs about postgres_fdw's setting of search_path and other GUCs.Tom Lane2015-08-151-0/+35
* Improve documentation about MVCC-unsafe utility commands.Tom Lane2015-08-153-38/+52
* Update key words table for 9.5Peter Eisentraut2015-08-141-22/+29
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-141-0/+4
* Fix broken markup, and copy-edit a bit.Tom Lane2015-08-111-9/+10
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-111-2/+6
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-103-7/+18
* Don't start to stream after pg_receivexlog --create-slot.Andres Freund2015-08-101-1/+1
* Remove gram.y's precedence declaration for OVERLAPS.Tom Lane2015-08-091-6/+0
* Fix typo in LDAP exampleMagnus Hagander2015-08-091-1/+1
* docs: fix typo in rules.sgmlBruce Momjian2015-08-081-1/+1
* 9.5 release notes: add increase buffer mapping partitions itemBruce Momjian2015-08-081-0/+14
* Address points made in post-commit review of replication origins.Andres Freund2015-08-073-6/+7
* 9.5 release notes: updates from Andres Freund and Jeff JanesBruce Momjian2015-08-061-14/+6
* 9.5 release notes: mention ON CONFLICT DO NOTHING for FDWsBruce Momjian2015-08-061-0/+18
* 9.5 release notes: mention change to CRC-32CBruce Momjian2015-08-061-1/+1
* 9.5 release notes: adjustments suggested by Andres FreundBruce Momjian2015-08-061-20/+20
* 9.5 release notes: add non-LEAKPROOF view pushdown mentionBruce Momjian2015-08-061-0/+11
* docs: HTML-escape '>' in '=>' using HTML entitiesBruce Momjian2015-08-0510-34/+34
* Docs: add an explicit example about controlling overall greediness of REs.Tom Lane2015-08-041-1/+28
* Update 9.5 release notes through today.Tom Lane2015-08-031-7/+48
* Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.Joe Conway2015-07-301-3/+12
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-291-3/+5
* Flesh out the background worker documentation.Robert Haas2015-07-291-26/+72
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-291-0/+24
* Document how to build the docs using the website style.Robert Haas2015-07-291-0/+9
* pg_basebackup: Add --slot optionPeter Eisentraut2015-07-281-3/+24
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-281-0/+10
* Update our documentation concerning where to create data directories.Tom Lane2015-07-281-22/+57
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-0/+16
* Remove ssl renegotiation support.Andres Freund2015-07-281-29/+0
* Improve markup for row_security.Joe Conway2015-07-251-10/+12