summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2017-01-23doc: Update URL for Microsoft download sitePeter Eisentraut
2017-01-03Update copyright for 2017Bruce Momjian
2017-01-03Remove bogus notice that older clients might not work with MD5 passwords.Heikki Linnakangas
2016-12-29Fix incorrect example of to_timestamp() usage.Tom Lane
2016-12-27Explain unaccounted for space in pgstattuple.Andrew Dunstan
2016-12-22Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes
2016-12-14Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.Kevin Grittner
2016-12-07Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane
2016-11-30Doc: improve description of trim() and related functions.Tom Lane
2016-11-29Clarify pg_dump -b documentationStephen Frost
2016-11-22Doc: improve documentation about composite-value usage.Tom Lane
2016-11-22Doc: add a section in Part II concerning RETURNING.Tom Lane
2016-11-08Fix typoMagnus Hagander
2016-11-06Rationalize and document pltcl's handling of magic ".tupno" array element.Tom Lane
2016-10-24Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24.Tom Lane
2016-10-21Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables.Tom Lane
2016-09-26Document has_type_privilege().Tom Lane
2016-09-23Doc: fix examples of # operators so they actually work.Tom Lane
2016-09-20doc: Fix documentation to match actual make outputPeter Eisentraut
2016-09-20doc: Correct ALTER USER MAPPING examplePeter Eisentraut
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-08-11Doc: write some for adminpack.Tom Lane
2016-08-09Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT.Tom Lane
2016-08-08Last-minute updates for release notes.Tom Lane
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch
2016-08-08Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23.Tom Lane
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-03doc: Remove documentation of nonexistent information schema columnsPeter Eisentraut
2016-08-02doc: OS collation changes can break indexesBruce Momjian
2016-08-01Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao
2016-07-31Doc: remove claim that hash index creation depends on effective_cache_size.Tom Lane
2016-07-30doc: apply hypen fix that was not backpatchedBruce Momjian
2016-07-28Improve documentation about CREATE TABLE ... LIKE.Tom Lane
2016-07-28Fix incorrect description of udt_privileges view in documentation.Fujii Masao
2016-07-26Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane
2016-07-15doc: Fix typosPeter Eisentraut
2016-07-11doc: Update URL for PL/PHPPeter Eisentraut
2016-07-02doc: mention dependency on collation librariesBruce Momjian
2016-06-22Document that dependency tracking doesn't consider function bodies.Tom Lane
2016-06-19Docs: improve description of psql's %R prompt escape sequence.Tom Lane
2016-06-09Clarify documentation of ceil/ceiling/floor functions.Tom Lane
2016-05-20Further improve documentation about --quote-all-identifiers switch.Tom Lane
2016-05-20Improve documentation about pg_dump's --quote-all-identifiers switch.Tom Lane
2016-05-14doc: Fix typoPeter Eisentraut
2016-05-07Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.Tom Lane
2016-05-04doc: Fix more typosPeter Eisentraut
2016-05-04doc: Fix typosPeter Eisentraut
2016-04-16doc: Add missing parenthesesPeter Eisentraut
2016-04-05Fix broken ALTER INDEX documentationAlvaro Herrera
2016-03-30Remove TZ environment-variable entry from postgres reference page.Tom Lane