summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2017-01-18Add function to import operating system collationsPeter Eisentraut
2017-01-17doc: Update URL for Microsoft download sitePeter Eisentraut
2017-01-17Add compression support to pg_receivexlogMagnus Hagander
2017-01-16Make pg_basebackup use temporary replication slotsMagnus Hagander
2017-01-14Change default values for backup and replication parametersMagnus Hagander
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut
2017-01-11pg_xlogdump: document --path behaviorBruce Momjian
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2017-01-04Improve documentation of timestamp internal representation.Robert Haas
2017-01-04Add pg_recvlogical —-endpos=LSNSimon Riggs
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-04Make wal streaming the default mode for pg_basebackupMagnus Hagander
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Update manual set of copyright files for 2017Bruce Momjian
2017-01-03Update copyright for 2017Bruce Momjian
2017-01-03Disable prompting for passphrase while (re)loading SSL config files.Tom Lane
2017-01-03Remove bogus notice that older clients might not work with MD5 passwords.Heikki Linnakangas
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2017-01-02In pgbench logging, avoid assuming that instr_times match Unix timestamps.Tom Lane
2016-12-27Explain unaccounted for space in pgstattuple.Andrew Dunstan
2016-12-23Doc: improve index entry for "median".Tom Lane
2016-12-23Spellcheck: s/descendent/descendant/gTom Lane
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-23Improve RLS documentation with respect to COPYJoe Conway
2016-12-22doc: Further speed improvements for HTML XSLT buildPeter Eisentraut
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-22Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-12-21Improve ALTER TABLE documentationStephen Frost
2016-12-21Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-19Provide a DSA area for all parallel queries.Robert Haas
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-12-17doc: Remove some trailing whitespacePeter Eisentraut
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-16Add missing documentation for effective_io_concurrency tablespace option.Fujii Masao
2016-12-13doc: Improve documentation related to table partitioning feature.Robert Haas
2016-12-12doc: Fix purported type of pg_am.amhandler to match reality.Robert Haas
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
2016-12-07Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane
2016-12-06Fix interaction of parallel query with prepared statements.Robert Haas
2016-12-06Improve documentation about pg_stat_replication view.Fujii Masao
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-12-05Assorted documentation improvements for max_parallel_workers.Robert Haas
2016-12-05Reduce the default for max_worker_processes back to 8.Robert Haas
2016-12-05Fix creation of stand-alone INSTALL.html file.Heikki Linnakangas
2016-12-05Fix typo in docs.Fujii Masao
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas