summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-01-07Add more use of psprintf()Peter Eisentraut
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2013-12-30Fix alphabetization in catalogs.sgml.Tom Lane
2013-12-24Revise documentation for new freezing method.Robert Haas
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-20Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao
2013-12-20pg_prewarm, a contrib module for prewarming relationd data.Robert Haas
2013-12-19Fix typo in docs for min_recovery_apply_delay.Fujii Masao
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-12-15Allow empty target list in SELECT.Tom Lane
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-12-13Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas
2013-12-13Fix double "the" in the documentationMagnus Hagander
2013-12-13configure: Allow adding a custom string to PG_VERSIONPeter Eisentraut
2013-12-12Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane
2013-12-12Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane
2013-12-12New autovacuum_work_mem parameterSimon Riggs
2013-12-12Allow time delayed standbys and recoverySimon Riggs
2013-12-12Display old and new values in pg_resetxlog -n output.Heikki Linnakangas
2013-12-11PL/Perl: Add event trigger supportPeter Eisentraut
2013-12-11Add a new option, -g, to createuser, to add membership in a role.Robert Haas
2013-12-11doc: Fix DocBook table column count declarationPeter Eisentraut
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-12-10Rename TABLE() to ROWS FROM().Noah Misch
2013-12-09pgcrypto docs: update cpu type used in duration testingBruce Momjian
2013-12-09pgcrypto docs: update encryption timings and add relative timesBruce Momjian
2013-12-07Fix a couple of typosMagnus Hagander
2013-12-07SSL: Support ECDH key exchangePeter Eisentraut
2013-12-07Expose qurey ID in pg_stat_statements view.Fujii Masao
2013-12-07SSL: Add configuration option to prefer server cipher orderPeter Eisentraut
2013-12-06docs: update partition encryption optionsBruce Momjian
2013-12-06docs: clarify SSL certificate authority chain docsBruce Momjian
2013-12-04doc: split long query into multiple linesBruce Momjian
2013-12-03libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian
2013-12-03doc: Refine documentation about recovery command exist statusPeter Eisentraut
2013-12-02Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19.Tom Lane
2013-12-02doc: update wording of ineffective SET and ABORT commandsBruce Momjian
2013-12-02Improve draft release notes.Tom Lane
2013-12-01Draft release notes for 9.3.2.Tom Lane
2013-12-01doc: Disable preface.autolabel in XSLTPeter Eisentraut
2013-11-30Editorial corrections to the October 2013 minor-release notes.Tom Lane
2013-11-30doc: Simplify handling of variablelists in XSLT buildPeter Eisentraut
2013-11-29doc: Enhance documentation of ssl_ciphers setting a bitPeter Eisentraut
2013-11-29doc: Allow selecting web site CSS style sheet in XSLT HTML buildPeter Eisentraut
2013-11-28doc: Set chunk.first.sections in XSLT, for consistency with DSSSL outputPeter Eisentraut
2013-11-28pg_buffercache docs: adjust order of fieldsBruce Momjian
2013-11-28doc: Put data types in alphabetical orderPeter Eisentraut
2013-11-27Minor correction of READ COMMITTED isolation level docs.Kevin Grittner
2013-11-27Documentation fix for ecpg.Michael Meskes
2013-11-27Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.Fujii Masao