summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-02-15Doc: fix minor bug in CREATE TABLE example.Tom Lane
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2018-02-13doc: pg_function_is_visible also applies to aggregates and proceduresPeter Eisentraut
2018-02-13Add procedure support to pg_get_functiondefPeter Eisentraut
2018-02-12Add missing articleAlvaro Herrera
2018-02-10Mention partitioned indexes in "Data Definition" chapterAlvaro Herrera
2018-02-07Add more information_schema columnsPeter Eisentraut
2018-02-07Change default git repo URL to httpsMagnus Hagander
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-06Doc: move info for btree opclass implementors into main documentation.Tom Lane
2018-02-05Last-minute updates for release notes.Tom Lane
2018-02-04doc: Update mentions of MD5 in the documentationPeter Eisentraut
2018-02-04Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.Tom Lane
2018-02-04Doc: minor clarifications in xindex.sgml.Tom Lane
2018-02-03doc: Fix name in release notesPeter Eisentraut
2018-02-03doc: Clarify psql --list documentation a bit morePeter Eisentraut
2018-02-03Minor copy-editing for 10.2 release notes.Tom Lane
2018-02-03doc: Fix index linkPeter Eisentraut
2018-02-02First-draft release notes for 10.2.Tom Lane
2018-02-02Support parallel btree index builds.Robert Haas
2018-02-02Improve ALTER TABLE synopsisStephen Frost
2018-01-31doc: fix trigger inheritance wordingBruce Momjian
2018-01-31doc: clarify major/minor pg_upgrade versions with examplesBruce Momjian
2018-01-31doc: clearify trigger behavior for inheritanceBruce Momjian
2018-01-31doc: in contrib-spi, mention and link to the meaning of SPIBruce Momjian
2018-01-31doc: Improve pg_upgrade rsync examples to use clusterdirBruce Momjian
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2018-01-31doc: mention datadir locations are actually config locationsBruce Momjian
2018-01-30Fix up references to scram-sha-256Peter Eisentraut
2018-01-29doc: Clarify pg_upgrade documentationPeter Eisentraut
2018-01-27Add missing semicolons in documentation examplesMagnus Hagander
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-26Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane
2018-01-25Support --no-comments in pg_dump, pg_dumpall, pg_restore.Tom Lane
2018-01-25Clean up some aspects of pg_dump/pg_restore item-selection logic.Tom Lane
2018-01-25Update documentation to mention huge pages on other OSesPeter Eisentraut
2018-01-24doc: properly indent CREATE TRIGGER paragraphBruce Momjian
2018-01-24doc: clarify use of RegisterDynamicBackgroundWorkerBruce Momjian
2018-01-23doc: mention psql -l uses the 'postgres' database by defaultBruce Momjian
2018-01-23Documentation fix: pg_ctl no longer makes connection attempts.Tom Lane
2018-01-23doc: simplify intermediate certificate mention in libpq docsBruce Momjian
2018-01-23Split out documentation of SSL parameters into their own sectionPeter Eisentraut
2018-01-22Move handling of database properties from pg_dumpall into pg_dump.Tom Lane
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-22Fix docs typoMagnus Hagander
2018-01-21Support huge pages on WindowsMagnus Hagander
2018-01-21Fix wording of "hostaddrs"Magnus Hagander
2018-01-21doc: update intermediate certificate instructionsBruce Momjian
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Local partitioned indexesAlvaro Herrera