summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-073-5/+5
* Add more use of psprintf()Peter Eisentraut2014-01-061-2/+1
* Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas2014-01-021-1/+3
* Fix alphabetization in catalogs.sgml.Tom Lane2013-12-301-146/+147
* Revise documentation for new freezing method.Robert Haas2013-12-232-31/+29
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-2310-124/+735
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-211-3/+3
* pg_prewarm, a contrib module for prewarming relationd data.Robert Haas2013-12-203-0/+70
* Fix typo in docs for min_recovery_apply_delay.Fujii Masao2013-12-191-1/+1
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-185-0/+135
* Allow empty target list in SELECT.Tom Lane2013-12-141-7/+21
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-131-1/+1
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-131-0/+26
* Fix double "the" in the documentationMagnus Hagander2013-12-131-1/+1
* configure: Allow adding a custom string to PG_VERSIONPeter Eisentraut2013-12-121-0/+13
* Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane2013-12-121-1/+1
* Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane2013-12-121-6/+7
* New autovacuum_work_mem parameterSimon Riggs2013-12-121-2/+20
* Allow time delayed standbys and recoverySimon Riggs2013-12-121-0/+50
* Display old and new values in pg_resetxlog -n output.Heikki Linnakangas2013-12-121-3/+4
* PL/Perl: Add event trigger supportPeter Eisentraut2013-12-111-0/+50
* Add a new option, -g, to createuser, to add membership in a role.Robert Haas2013-12-111-0/+13
* doc: Fix DocBook table column count declarationPeter Eisentraut2013-12-101-1/+1
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-103-22/+31
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-102-18/+17
* pgcrypto docs: update cpu type used in duration testingBruce Momjian2013-12-091-1/+1
* pgcrypto docs: update encryption timings and add relative timesBruce Momjian2013-12-091-25/+34
* Fix a couple of typosMagnus Hagander2013-12-071-3/+3
* SSL: Support ECDH key exchangePeter Eisentraut2013-12-071-0/+18
* Expose qurey ID in pg_stat_statements view.Fujii Masao2013-12-081-15/+60
* SSL: Add configuration option to prefer server cipher orderPeter Eisentraut2013-12-071-0/+21
* docs: update partition encryption optionsBruce Momjian2013-12-061-6/+6
* docs: clarify SSL certificate authority chain docsBruce Momjian2013-12-062-14/+20
* doc: split long query into multiple linesBruce Momjian2013-12-041-1/+3
* libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian2013-12-031-1/+2
* doc: Refine documentation about recovery command exist statusPeter Eisentraut2013-12-022-7/+22
* Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19.Tom Lane2013-12-025-295/+1044
* doc: update wording of ineffective SET and ABORT commandsBruce Momjian2013-12-025-6/+9
* Improve draft release notes.Tom Lane2013-12-021-23/+52
* Draft release notes for 9.3.2.Tom Lane2013-12-011-0/+734
* doc: Disable preface.autolabel in XSLTPeter Eisentraut2013-12-011-1/+0
* Editorial corrections to the October 2013 minor-release notes.Tom Lane2013-11-305-95/+147
* doc: Simplify handling of variablelists in XSLT buildPeter Eisentraut2013-11-292-12/+2
* doc: Enhance documentation of ssl_ciphers setting a bitPeter Eisentraut2013-11-291-2/+5
* doc: Allow selecting web site CSS style sheet in XSLT HTML buildPeter Eisentraut2013-11-282-1/+13
* doc: Set chunk.first.sections in XSLT, for consistency with DSSSL outputPeter Eisentraut2013-11-271-0/+1
* pg_buffercache docs: adjust order of fieldsBruce Momjian2013-11-271-7/+7
* doc: Put data types in alphabetical orderPeter Eisentraut2013-11-271-12/+12
* Minor correction of READ COMMITTED isolation level docs.Kevin Grittner2013-11-271-1/+2
* Documentation fix for ecpg.Michael Meskes2013-11-271-14/+0