summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2019-04-28Fix more typos and inconsistencies in documentationMichael Paquier
2019-04-27Add viewBox attribute to storage page layout SVG imageJoe Conway
2019-04-27Add guidance on making documentation SVG images responsiveJoe Conway
2019-04-27Correct the URL pointing to PL/RJoe Conway
2019-04-27Mention REINDEX CONCURRENTLY in documentation about index maintenanceMichael Paquier
2019-04-26Update key words table for version 12Peter Eisentraut
2019-04-26doc: Update section on NFSPeter Eisentraut
2019-04-26Add FDW documentation notes about insert and update tuple routing and COPY.Etsuro Fujita
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-24postgres_fdw: Fix incorrect handling of row movement for remote partitions.Etsuro Fujita
2019-04-22Fix documentation of pg_start_backup and pg_stop_backup functions.Fujii Masao
2019-04-20docs: reorder collation regression test order in paragraphBruce Momjian
2019-04-20GSSAPI: Improve documentation and testsStephen Frost
2019-04-19Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier
2019-04-19Clean up some documentation for log_statement_sample_rateMichael Paquier
2019-04-18docs: correct typo-ed path to heapam_handler.c.Andres Freund
2019-04-18docs: cleanup/remove/update references to OID column.Andres Freund
2019-04-17Tie loose ends in psql's new \dP commandAlvaro Herrera
2019-04-17docs: clarify pg_upgrade's recovery behaviorBruce Momjian
2019-04-17Return NULL for checksum failures if checksums are not enabledMagnus Hagander
2019-04-17Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier
2019-04-16Add index terms for reloptions in documentation.Fujii Masao
2019-04-16Better scaling of images in HTML outputPeter Eisentraut
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-11doc: adjust libpq wording to be neither/norBruce Momjian
2019-04-08doc: Fix whitespacePeter Eisentraut
2019-04-08doc: Update serial explanationPeter Eisentraut
2019-04-08doc: Add note about generated columns in foreign tablesPeter Eisentraut
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-08Tweak wording of documentation for pg_checksumsMichael Paquier
2019-04-07psql \dP: list partitioned tables and indexesAlvaro Herrera
2019-04-07Report progress of REINDEX operationsPeter Eisentraut
2019-04-07Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-04-05Fix missing word.Robert Haas
2019-04-05table: docs: fix typos and grammar.Andres Freund
2019-04-05Doc: Update documentation on partitioning vs. foreign tables.Etsuro Fujita
2019-04-05Handle errors during GSSAPI startup betterStephen Frost
2019-04-05Fix some documentation in pg_rewindMichael Paquier
2019-04-04Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane
2019-04-04pg_restore: Require "-f -" to mean stdoutAlvaro Herrera
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-04tableam: basic documentation.Andres Freund
2019-04-03Doc: clarify partial-index example.Tom Lane
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-04-03Tweak docs for log_statement_sample_rateAlvaro Herrera
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera