summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-09-05In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane
2017-09-05Add psql variables showing server version and psql version.Tom Lane
2017-09-04Adjust pgbench to allow non-ASCII characters in variable names.Tom Lane
2017-09-02doc: Fix typos and other minor issuesPeter Eisentraut
2017-09-01doc: Remove mentions of server-side CRL and CA file namesPeter Eisentraut
2017-09-01pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.Robert Haas
2017-09-01Provisional list of Major FeaturesSimon Riggs
2017-09-01Use group updates when setting transaction status in clog.Robert Haas
2017-09-01Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera
2017-09-01Add note about diskspace usage of pg_commit_tsSimon Riggs
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-31Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-29doc: Avoid sidebar elementPeter Eisentraut
2017-08-29Doc: document libpq's restriction to INT_MAX rows in a PGresult.Tom Lane
2017-08-29Improve docs about numeric formatting patterns (to_char/to_number).Tom Lane
2017-08-28Doc: adjust release-note credit for parallel pg_restore fix.Tom Lane
2017-08-28Clarify documentationPeter Eisentraut
2017-08-27Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23.Tom Lane
2017-08-26Doc: update v10 release notes through today.Tom Lane
2017-08-26First-draft release notes for 9.6.5.Tom Lane
2017-08-25Improve low-level backup documentation.Robert Haas
2017-08-25Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes
2017-08-23Tweak some SCRAM error messages and code commentsPeter Eisentraut
2017-08-22doc: Mention identity column feature in section on serialPeter Eisentraut
2017-08-21Don't install ICU collation keyword variantsPeter Eisentraut
2017-08-21Expand set of predefined ICU localesPeter Eisentraut
2017-08-21pg_prewarm: Add automatic prewarm feature.Robert Haas
2017-08-17doc: Update RFC URLsPeter Eisentraut
2017-08-17doc: Fix table column countPeter Eisentraut
2017-08-16pg_dump: Support using synchronized snapshots on standbysPeter Eisentraut
2017-08-16doc: Update URL of DocBook XSL stylesheetsPeter Eisentraut
2017-08-16doc: Add logical replication to comparison matrixPeter Eisentraut
2017-08-16Correct representation of foreign tables in information schemaPeter Eisentraut
2017-08-16doc: Document pg_receivewal exit behavior and statusPeter Eisentraut
2017-08-15doc: Add missing logical replication protocol messagePeter Eisentraut
2017-08-15doc: Improve PDF bookmarksPeter Eisentraut
2017-08-15pg_dump: Add a --load-via-partition-root option.Robert Haas
2017-08-14doc: Fix logical replication protocol doc detailPeter Eisentraut
2017-08-13Fix vertical spanning in table "wait_event Description".Noah Misch
2017-08-11doc: Add example for inet vs cidr differencePeter Eisentraut
2017-08-11doc: Update description of rolreplication columnPeter Eisentraut
2017-08-11doc: Small wording improvementPeter Eisentraut
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10Make some more improvements to parallel query documentation.Robert Haas
2017-08-08doc: Add missing pieces to logical replication protocol docPeter Eisentraut
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-08-08Disclaim xmltable() support for non-UTF8 databases.Noah Misch