summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-02-18Fix grammar in monitoring.sgmlMichael Paquier
2020-02-17Add description about GSSOpenServer wait event into document.Fujii Masao
2020-02-17Add description about LogicalRewriteTruncate wait event into document.Fujii Masao
2020-02-15Recreate website's formatting for "website" doc builds.Peter Geoghegan
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-02-12Doc: Restructure B-Tree support routine docs.Peter Geoghegan
2020-02-12Doc: fix old oversights in GRANT/REVOKE documentation.Tom Lane
2020-02-12Add %x to default PROMPT1 and PROMPT2 in psqlMichael Paquier
2020-02-11Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut
2020-02-10Fix typos.Amit Kapila
2020-02-10doc: Spell checkingAmit Kapila
2020-02-09Revert "docs: change "default role" wording to "predefined role""Tom Lane
2020-02-07Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera
2020-02-06Add leader_pid to pg_stat_activityMichael Paquier
2020-02-05ALTER SUBSCRIPTION / REFRESH docs: explain copy_dataAlvaro Herrera
2020-01-30Fix slot data persistency when advancing physical replication slotsMichael Paquier
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-29Fail if recovery target is not reachedPeter Eisentraut
2020-01-29Add --parallel option to vacuumdb command.Amit Kapila
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-25Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed
2020-01-24Add pg_file_sync() to adminpack extension.Fujii Masao
2020-01-24Fix typoPeter Eisentraut
2020-01-24Doc: Fix list of storage parameters available for ALTER TABLEMichael Paquier
2020-01-23Doc: Fix and tweak documentation for ANALYZE reportingMichael Paquier
2020-01-22Add GUC ignore_invalid_pages.Fujii Masao
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-21Clarify behavior of adding and altering a column in same ALTER command.Tom Lane
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-19Doc: Improve description of connection strings with Percent-encodingMichael Paquier
2020-01-18Doc: rearrange the documentation of binary-string functions.Tom Lane
2020-01-17Add a non-strict version of jsonb_setAndrew Dunstan
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-14docs: change "default role" wording to "predefined role"Bruce Momjian
2020-01-14walreceiver uses a temporary replication slot by defaultPeter Eisentraut
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-13Only superuser can set sslcert/sslkey in postgres_fdw user mappingsAndrew Dunstan
2020-01-10doc: Fix naming of SELinuxMichael Paquier
2020-01-09Add pg_shmem_allocations view.Robert Haas
2020-01-09Clarify that pg_trgm is used in exampleMagnus Hagander
2020-01-09Allow 'sslkey' and 'sslcert' in postgres_fdw user mappingsAndrew Dunstan
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2020-01-06Add functions min_scale(numeric) and trim_scale(numeric).Tom Lane
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-05Docs: use more standard terminology "round-to-nearest-even" instead of "round...Tatsuo Ishii
2020-01-03Fix typos in parallel query docs.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian