Commit Graph

11861 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Tom Lane 1e4964478a Fix documented type of t_infomask2. 14 years ago
Tom Lane c6a11b89e4 Teach SPGiST to store nulls and do whole-index scans. 14 years ago
Michael Meskes fc227a4e3b Removed redundant "the" from ecpg's docs. 14 years ago
Tatsuo Ishii da9e73a137 Add description for --no-locale and --text-search-config. 14 years ago
Tom Lane 03e56f798e Restructure SPGiST opclass interface API to support whole-index scans. 14 years ago
Peter Eisentraut 39d74e346c Add support for renaming constraints 14 years ago
Robert Haas e914a144d3 sepgsql DROP support. 14 years ago
Tom Lane b14953932d Revise FDW planning API, again. 14 years ago
Tom Lane 9088d1b965 Add GetForeignColumnOptions() to foreign.c, and add some documentation. 14 years ago
Bruce Momjian 2127aac6ef In pg_upgrade, only lock the old cluster if link mode is used, and do it 14 years ago
Tom Lane 6b289942bf Redesign PlanForeignScan API to allow multiple paths for a foreign table. 14 years ago
Tom Lane 3f47e145f1 Improve documentation around logging_collector and use of stderr. 14 years ago
Magnus Hagander bc5ac36865 Add function pg_xlog_location_diff to help comparisons 14 years ago
Tom Lane 0e5e167aae Collect and use element-frequency statistics for arrays. 14 years ago
Andrew Dunstan 34c978442c Provide environment overrides for psql file locations. 14 years ago
Peter Eisentraut b59ca98209 Allow CREATE TABLE (LIKE ...) from composite type 14 years ago
Peter Eisentraut 6688d2878e Add COLLATION FOR expression 14 years ago
Magnus Hagander 8efb0bc57e Add a rule to optionally build docs with the stylesheet from the website 14 years ago
Peter Eisentraut bc8765e91c Small possible clarification in pg_basebackup reference page 14 years ago
Tom Lane a5c1a1969d Simplify references to backslash-doubling in func.sgml. 14 years ago
Magnus Hagander ac086d466d Fix some typos and correct wording in the monitoring docs patch 14 years ago
Magnus Hagander ddfc2d9a37 Merge the list of statistics functions into the view documentation 14 years ago
Magnus Hagander da9ed7dafd Make each pg_stat_ view into it's own table in the documentation 14 years ago
Peter Eisentraut 3aa42c25c3 Put Debian package list back in alphabetical order 14 years ago
Tom Lane b2ce60703a Last-minute release note updates. 14 years ago
Tom Lane 891e6e7bfd Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago
Robert Haas 2254367435 Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 14 years ago
Bruce Momjian 4e6092a227 Improve wording of pg_upgrade logfile option: 14 years ago
Tom Lane dd2954963b Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. 14 years ago
Peter Eisentraut a445cb92ef Add parameters for controlling locations of server-side SSL files 14 years ago
Andrew Dunstan 2f582f76b1 Improve pretty printing of viewdefs. 14 years ago
Robert Haas 73a4b994a6 Make CREATE/ALTER FUNCTION support NOT LEAKPROOF. 14 years ago
Robert Haas d845fd684a sepgsql: Reword and fix typo in docs on DML permissions. 14 years ago
Bruce Momjian 58d746213d Improve fsync documentation by stating that -W _0_ turns of write 14 years ago
Bruce Momjian c1d9df4fa2 Document random page cost is only 4x seqeuntial, and not 40x. 14 years ago
Bruce Momjian ef7a7c81d9 Document that the pg_test_fsync defaults allow the program to complete 14 years ago
Bruce Momjian 0a8396e35e Change contrib/pg_test_fsync to control tests in terms of seconds per 14 years ago
Robert Haas cd30728fb2 Allow LEAKPROOF functions for better performance of security views. 14 years ago
Peter Eisentraut 169c8a9112 psql: Support zero byte field and record separators 14 years ago
Bruce Momjian a870c7fdbc Add opensp as a requirement for building the docs on Debian --- tested 14 years ago
Robert Haas af7914c662 Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. 14 years ago
Peter Eisentraut a347f96b99 createuser: Disable prompting by default 14 years ago
Tom Lane 9bff0780cf Allow SQL-language functions to reference parameters by name. 14 years ago
Bruce Momjian 072ba77bff Remove tabs in SGML file. 14 years ago
Andrew Dunstan 39909d1d39 Add array_to_json and row_to_json functions. 14 years ago
Peter Eisentraut 8a02339e9b initdb: Add options --auth-local and --auth-host 14 years ago
Alvaro Herrera b2e431a4db Implement dry-run mode for pg_archivecleanup 14 years ago
Robert Haas 5384a73f98 Built-in JSON data type. 14 years ago
Peter Eisentraut 82e83f46a2 Add sequence USAGE privileges to information schema 14 years ago
Peter Eisentraut ee7fa66b19 PL/Python: Add result metadata functions 14 years ago