summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-03-03Fix typo in monitoring.sgml.Fujii Masao
2020-03-03Fix the name of the first WAL segment file, in docs.Fujii Masao
2020-03-03Report progress of streaming base backup.Fujii Masao
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-29Doc: Fix pageinspect bt_page_items() example.Peter Geoghegan
2020-02-29Teach pageinspect about nbtree deduplication.Peter Geoghegan
2020-02-28Doc: correct thinko in pg_buffercache documentation.Tom Lane
2020-02-27Doc: Fix deduplicate_items index term.Peter Geoghegan
2020-02-27Record parents of triggersAlvaro Herrera
2020-02-26Fix docs regarding AFTER triggers on partitioned tablesAlvaro Herrera
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2020-02-21Doc: Fix instructions to control build environment with MSVCMichael Paquier
2020-02-19Doc: discourage use of partial indexes for poor-man's-partitioning.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
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