summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2020-09-09Minor fixes in docs and error messages.Tom Lane
2020-09-09Add missing quote in docsMagnus Hagander
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-07doc: Fix table cell overflowPeter Eisentraut
2020-09-07doc: Tweak sentence for pg_checksums when enabling checksumsMichael Paquier
2020-09-06Change path in example of file_fdw for logsMagnus Hagander
2020-09-06doc: Don't hide the "Up" link when it is the same as "Home"Peter Eisentraut
2020-09-04doc: Change table alias names to lower case in tutorial chapterPeter Eisentraut
2020-09-04doc: Fix whitespace issue in PDFPeter Eisentraut
2020-09-04doc: Use tags consistently in the tutorial chapterPeter Eisentraut
2020-09-03Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane
2020-09-03Doc: mention packager-supplied tools for server start/stop, initdb, etc.Tom Lane
2020-09-03doc: Make SQL command names in the catalog documentation linksPeter Eisentraut
2020-09-03doc: Add missing cross-links in system catalog documentationPeter Eisentraut
2020-09-03Fix XML id to match containing pagePeter Eisentraut
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-09-02Add string_to_table() function.Tom Lane
2020-09-02Add access method names to \d[i|m|t]+ in psqlMichael Paquier
2020-09-01doc: clarify that max_wal_size is "during" checkpointsBruce Momjian
2020-09-01Raise error on concurrent drop of partitioned indexAlvaro Herrera
2020-08-31doc: document how the backup manifest is transferredBruce Momjian
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-08-31pg_upgrade doc: mention saving postgresql.conf.auto filesBruce Momjian
2020-08-31doc: Update partitioning limitation on BEFORE triggersAlvaro Herrera
2020-08-31docs: in mapping SQL to C data types, timestamp isn't a pointerBruce Momjian
2020-08-31doc: cross-link file-fdw and CSV config log sectionsBruce Momjian
2020-08-31docs: clarify intermediate certificate creation instructionsBruce Momjian
2020-08-31docs: replace "stable storage" with "durable" in descriptionsBruce Momjian
2020-08-31doc: improve description of subscripting of arraysBruce Momjian
2020-08-31docs: improve 'capitals' inheritance exampleBruce Momjian
2020-08-31doc: clarify the useful features of proceduresBruce Momjian
2020-08-31Fix docs bug stating file_fdw requires absolute pathsMagnus Hagander
2020-08-30Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-28doc: Rework tables for built-in operator classes of index AMsMichael Paquier
2020-08-28doc: Update cracklib URLPeter Eisentraut
2020-08-26Extend the BufFile interface.Amit Kapila
2020-08-26Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao
2020-08-25docs: client certificates are always sent to the serverBruce Momjian
2020-08-25doc: Fix up title casePeter Eisentraut
2020-08-24doc: Fix some markups for support functions of index AMsMichael Paquier
2020-08-22doc: Fix format, incorrect structure names and markup inconsistenciesMichael Paquier
2020-08-22docs: improve description of how to handle multiple databasesBruce Momjian
2020-08-21docs: add COMMENT examples for new features, rename rtreeBruce Momjian
2020-08-21Rework EXPLAIN for planner's buffer usage.Fujii Masao
2020-08-20Revise REINDEX CONCURRENTLY recovery instructionsAlvaro Herrera
2020-08-19Add pg_backend_memory_contexts system view.Fujii Masao
2020-08-18Add PL/Sample to src/test/modules/Michael Paquier
2020-08-17Doc: fix description of UNION/CASE/etc type unification.Tom Lane
2020-08-17doc: Fix description about bgwriter and checkpoint in HA sectionMichael Paquier