summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update manual set of copyright files for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2017Bruce Momjian2017-01-031-2/+2
* Disable prompting for passphrase while (re)loading SSL config files.Tom Lane2017-01-031-5/+4
* Remove bogus notice that older clients might not work with MD5 passwords.Heikki Linnakangas2017-01-031-6/+0
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-023-41/+66
* In pgbench logging, avoid assuming that instr_times match Unix timestamps.Tom Lane2017-01-021-42/+54
* Explain unaccounted for space in pgstattuple.Andrew Dunstan2016-12-271-0/+10
* Doc: improve index entry for "median".Tom Lane2016-12-232-5/+12
* Spellcheck: s/descendent/descendant/gTom Lane2016-12-233-9/+9
* Remove sql_inheritance GUC.Robert Haas2016-12-233-40/+6
* Improve RLS documentation with respect to COPYJoe Conway2016-12-223-1/+15
* doc: Further speed improvements for HTML XSLT buildPeter Eisentraut2016-12-222-0/+56
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-221-6/+4
* Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes2016-12-221-5/+3
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-212-9/+25
* Improve ALTER TABLE documentationStephen Frost2016-12-211-3/+3
* Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut2016-12-211-7/+7
* Add pg_sequence system catalogPeter Eisentraut2016-12-201-1/+87
* Provide a DSA area for all parallel queries.Robert Haas2016-12-191-1/+5
* Support quorum-based synchronous replication.Fujii Masao2016-12-193-30/+91
* doc: Remove some trailing whitespacePeter Eisentraut2016-12-176-16/+16
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-161-33/+19
* Add missing documentation for effective_io_concurrency tablespace option.Fujii Masao2016-12-171-8/+9
* doc: Improve documentation related to table partitioning feature.Robert Haas2016-12-134-14/+34
* doc: Fix purported type of pg_am.amhandler to match reality.Robert Haas2016-12-121-1/+1
* Add support for temporary replication slotsPeter Eisentraut2016-12-122-5/+24
* Implement table partitioning.Robert Haas2016-12-074-5/+421
* Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane2016-12-071-2/+3
* Fix interaction of parallel query with prepared statements.Robert Haas2016-12-061-0/+9
* Improve documentation about pg_stat_replication view.Fujii Masao2016-12-062-2/+55
* Add support for restrictive RLS policiesStephen Frost2016-12-054-4/+112
* Assorted documentation improvements for max_parallel_workers.Robert Haas2016-12-052-4/+23
* Reduce the default for max_worker_processes back to 8.Robert Haas2016-12-051-1/+1
* Fix creation of stand-alone INSTALL.html file.Heikki Linnakangas2016-12-051-1/+3
* Fix typo in docs.Fujii Masao2016-12-051-1/+1
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-051-0/+17
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-021-1/+11
* Clarify that pg_stat_activity.query has a length limit.Robert Haas2016-12-021-1/+3
* Add max_parallel_workers GUC.Robert Haas2016-12-021-3/+20
* Added missing "EXEC SQL" to statement.Michael Meskes2016-12-011-1/+1
* Doc: improve description of trim() and related functions.Tom Lane2016-11-301-16/+17
* doc: Remove claim about large shared_buffers on WindowsPeter Eisentraut2016-11-301-5/+0
* doc: Fix typoPeter Eisentraut2016-11-301-1/+1
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-291-3/+5
* libpq: Add target_session_attrs parameter.Robert Haas2016-11-291-1/+28
* Add --no-blobs option to pg_dumpStephen Frost2016-11-291-0/+16
* Clarify pg_dump -b documentationStephen Frost2016-11-291-2/+5
* Correct psql documentation exampleStephen Frost2016-11-291-1/+1
* Mention server start requirement for ssl parametersMagnus Hagander2016-11-271-3/+6
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-251-16/+17