Commit Graph

14127 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Thomas Munro 96e98fa260 Proof-reading for documentation. 7 years ago
Peter Eisentraut 6f1591955d doc: Update broken links 7 years ago
Tom Lane 1e6e98f763 Fix libpq's implementation of per-host connection timeouts. 7 years ago
Alexander Korotkov e01d3477e7 Add missing documentation for argument of amcostestimate() 7 years ago
Alexander Korotkov 3abc5a67ed Fix misspelled pg_trgm contrib name in PostgreSQL 11 release notes 7 years ago
Alvaro Herrera a5db27418e Add RECURSIVE to documentation index 7 years ago
Tom Lane 8694a1ce40 Document need to clear MAKELEVEL when invoking PG build from a makefile. 7 years ago
Bruce Momjian b284262e40 docs: Only first instance of a PREPARE parameter sets data type 7 years ago
Michael Paquier 661dd23950 Restrict access to reindex of shared catalogs for non-privileged users 7 years ago
Peter Geoghegan 313cbdc7f6 Doc: Correct description of amcheck example query. 7 years ago
Tom Lane e0ee930539 Last-minute updates for release notes. 7 years ago
Tom Lane aa291a4cf7 Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. 7 years ago
Tom Lane a3274e0d28 Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. 7 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 7 years ago
Tom Lane 7a46068f47 Update version 11 release notes. 7 years ago
Tom Lane c1455de2af First-draft release notes for 10.5. 7 years ago
Alvaro Herrera f6f8d55c4b Add 'n' to list of possible values to pg_default_acl.defaclobjtype 7 years ago
Alvaro Herrera 416db2412b Fix pg_replication_slot example output 7 years ago
Tom Lane e3f99e03e2 Fix libpq's code for searching .pgpass; rationalize empty-list-item cases. 7 years ago
Robert Haas e80f2b335e Update parallel.sgml for Parallel Append 7 years ago
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 7 years ago
Andrew Dunstan ed0cfde2e7 Remove SGMLism from commit 2d36a5e9da 7 years ago
Andrew Dunstan 2d36a5e9da Provide a log_level setting for auto_explain 7 years ago
Peter Eisentraut 70de0abdb7 doc: Improve CREATE COLLATION locking documentation 8 years ago
Tom Lane 9295d7cf50 Doc: fix oversimplified example for CREATE POLICY. 8 years ago
Peter Eisentraut 98efa76fe3 Add ssl_library preset parameter 8 years ago
Noah Misch e09144e6ce Document security implications of qualified names. 8 years ago
Tomas Vondra 167075be3a Add strict_multi_assignment and too_many_rows plpgsql checks 8 years ago
Andres Freund 487bcc6ea6 doc: Fix reference to "decoder" to instead be the correct "output plugin". 8 years ago
Peter Eisentraut fb421231da psql: Add option for procedures to \df 8 years ago
Andres Freund 013f320dc3 Mop-up for 3522d0eaba, which missed some alternative output files. 8 years ago
Andres Freund 86eaf208ea Hand code string to integer conversion for performance. 8 years ago
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 8 years ago
Heikki Linnakangas 5220bb7533 Expand run-time partition pruning to work with MergeAppend 8 years ago
Tom Lane 701fd0bbc9 Drop the rule against included index columns duplicating key columns. 8 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 8 years ago
Alvaro Herrera c6736ff760 doc: move PARTITION OF stanza to just below PARTITION BY 8 years ago
Peter Eisentraut f7cb2842bf Add plan_cache_mode setting 8 years ago
Peter Eisentraut a06e56b247 doc: Update redirecting links 8 years ago
Tom Lane 28a1ae5342 Fix crash in contrib/ltree's lca() function for empty input array. 8 years ago
Peter Eisentraut 333224c99e Update documentation editor setup instructions 8 years ago
Bruce Momjian 394811501c docs: Remove "New" description of the libpqxx interface 8 years ago
Peter Eisentraut 3884072329 Prohibit transaction commands in security definer procedures 8 years ago
Peter Eisentraut 1f4ec89459 Remove obsolete documentation build tools for Windows 8 years ago
Thomas Munro 387a5cfb94 Add pg_dump --on-conflict-do-nothing option. 8 years ago
Tom Lane 632b4ae92d Doc: minor improvement in pl/pgsql FETCH/MOVE documentation. 8 years ago
Tom Lane 11a3aeeb5e Doc: clarify release note text about v11's new window function features. 8 years ago
Tom Lane e0cd0ea4f9 Doc: update documentation for requirement of ORDER BY in GROUPS mode. 8 years ago
Michael Paquier 56a7147213 Block replication slot advance for these not yet reserving WAL 8 years ago
Peter Eisentraut bcbd940806 Remove dynamic_shared_memory_type=none 8 years ago