aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-17
* Remove factorial operators, leaving only the factorial() function.Tom Lane2020-09-17
* Improve common/logging.c's support for multiple verbosity levels.Tom Lane2020-09-17
* Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut2020-09-17
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-17
* doc: Apply more consistently <productname> markup for OpenSSLMichael Paquier2020-09-17
* Add leader_pid field into the example of file_fdw for csvlog.Fujii Masao2020-09-16
* New contrib module, pg_surgery, with heap surgery functions.Robert Haas2020-09-10
* doc: Remove buggy ICU collation from documentationPeter Eisentraut2020-09-10
* Fix title in reference sectionMagnus Hagander2020-09-10
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Doc: adjust documentation related to index support functions.Tom Lane2020-09-09
* Minor fixes in docs and error messages.Tom Lane2020-09-09
* Add missing quote in docsMagnus Hagander2020-09-09
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-08
* doc: Fix table cell overflowPeter Eisentraut2020-09-07
* doc: Tweak sentence for pg_checksums when enabling checksumsMichael Paquier2020-09-07
* Change path in example of file_fdw for logsMagnus Hagander2020-09-06
* doc: Don't hide the "Up" link when it is the same as "Home"Peter Eisentraut2020-09-06
* doc: Change table alias names to lower case in tutorial chapterPeter Eisentraut2020-09-04
* doc: Fix whitespace issue in PDFPeter Eisentraut2020-09-04
* doc: Use tags consistently in the tutorial chapterPeter Eisentraut2020-09-04
* Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane2020-09-03
* Doc: mention packager-supplied tools for server start/stop, initdb, etc.Tom Lane2020-09-03
* doc: Make SQL command names in the catalog documentation linksPeter Eisentraut2020-09-03
* doc: Add missing cross-links in system catalog documentationPeter Eisentraut2020-09-03
* Fix XML id to match containing pagePeter Eisentraut2020-09-03
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Add string_to_table() function.Tom Lane2020-09-02
* Add access method names to \d[i|m|t]+ in psqlMichael Paquier2020-09-02
* doc: clarify that max_wal_size is "during" checkpointsBruce Momjian2020-09-01
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* doc: document how the backup manifest is transferredBruce Momjian2020-08-31
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* pg_upgrade doc: mention saving postgresql.conf.auto filesBruce Momjian2020-08-31
* doc: Update partitioning limitation on BEFORE triggersAlvaro Herrera2020-08-31
* docs: in mapping SQL to C data types, timestamp isn't a pointerBruce Momjian2020-08-31
* doc: cross-link file-fdw and CSV config log sectionsBruce Momjian2020-08-31
* docs: clarify intermediate certificate creation instructionsBruce Momjian2020-08-31
* docs: replace "stable storage" with "durable" in descriptionsBruce Momjian2020-08-31
* doc: improve description of subscripting of arraysBruce Momjian2020-08-31
* docs: improve 'capitals' inheritance exampleBruce Momjian2020-08-31
* doc: clarify the useful features of proceduresBruce Momjian2020-08-31
* Fix docs bug stating file_fdw requires absolute pathsMagnus Hagander2020-08-31
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-30
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* doc: Rework tables for built-in operator classes of index AMsMichael Paquier2020-08-28
* doc: Update cracklib URLPeter Eisentraut2020-08-28
* Extend the BufFile interface.Amit Kapila2020-08-26
* Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao2020-08-26