summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2020-10-06Further improvements on documentation for pg_dump -tMagnus Hagander
2020-10-06Clarify documentation around pg_dump -t optionMagnus Hagander
2020-10-06Expand installation documentation to cover binary installationsMagnus Hagander
2020-10-05doc: show functions returning record types and use of ROWS FROMBruce Momjian
2020-10-05Overhaul pg_hba.conf clientcert's APIBruce Momjian
2020-10-05Doc: fix parameter names in the docs of a couple of functions.Tom Lane
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-10-03doc: libpq connection options can override command-line flagsBruce Momjian
2020-10-03doc: clarify the use of ssh port forwardingBruce Momjian
2020-10-02doc: Improve some documentation about HA and replicationMichael Paquier
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-30Fix XML id to match GUC namePeter Eisentraut
2020-09-30Doc: Improve clarity on partitioned table limitationsDavid Rowley
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-09-29Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao
2020-09-24Add new 'old_snapshot' contrib module.Robert Haas
2020-09-24Doc: sync lobj.sgml's copy of testlo.c with the latter file.Tom Lane
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-21Standardize order of use strict and use warnings in Perl codePeter Eisentraut
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Remove factorial operators, leaving only the factorial() function.Tom Lane
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-17doc: Apply more consistently <productname> markup for OpenSSLMichael Paquier
2020-09-16Add leader_pid field into the example of file_fdw for csvlog.Fujii Masao
2020-09-10New contrib module, pg_surgery, with heap surgery functions.Robert Haas
2020-09-10doc: Remove buggy ICU collation from documentationPeter Eisentraut
2020-09-10Fix title in reference sectionMagnus Hagander
2020-09-10doc: Fix some grammar and inconsistenciesMichael Paquier
2020-09-09Doc: adjust documentation related to index support functions.Tom Lane
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