Commit Graph

8659 Commits (94cda4f1065bcd21bdce664dc03eaa31faba0442)

Author SHA1 Message Date
Robert Haas 741396936e Fix one more incorrect errno definition in the ECPG manual. 16 years ago
Robert Haas ffcd7a1167 Fix incorrect errno definitions in ECPG manual. 16 years ago
Tom Lane 33f43725fb Add three-parameter forms of array_to_string and string_to_array, to allow 16 years ago
Peter Eisentraut 5148a04636 Add some links to tables 16 years ago
Peter Eisentraut 6d5afc2003 <example> is a floating element, so it's use is inappropriate when the 16 years ago
Robert Haas 20bf5e03e5 Use double quotes rather than double quotes for libpq target anchors. 16 years ago
Robert Haas 477319829c Provide stable target anchors for libpq functions. 16 years ago
Tom Lane 2e35d4f35c Modify the handling of RAISE without parameters so that the error it throws 16 years ago
Tom Lane 4dfc457854 Add an xpath_exists() function. This is equivalent to XMLEXISTS except that 16 years ago
Tom Lane 46aa77c7bd Add stats functions and views to provide access to a transaction's own 16 years ago
Bruce Momjian 83f5491c63 Fix 9.0 release notes vacuum mention, not -> now 16 years ago
Tom Lane e49ae8d3bc Recognize functional dependency on primary keys. This allows a table's 16 years ago
Peter Eisentraut ce6ce1a09d Fix indexterm spelling 16 years ago
Tom Lane 4672093a8e Let's put that </link> in a sane place ... 16 years ago
Tom Lane a209b9850f Fix inaccurate description of deferrable unique constraints, per Dean Rasheed. 16 years ago
Robert Haas 7ae6163a4e Rearrange "big features" section of the release notes. 16 years ago
Peter Eisentraut 2e6dc5328c Document which Python environment variables affect PL/Python 16 years ago
Tom Lane b0c451e145 Remove the single-argument form of string_agg(). It added nothing much in 16 years ago
Peter Eisentraut 641459f269 Add xmlexists function 16 years ago
Tom Lane ba19b23676 Fix sloppy mistakes in documentation of PQescapeLiteral and PQescapeIdentifier. 16 years ago
Tom Lane 72150db0c5 Add an example to clarify the use of ORDER BY in multiple-argument 16 years ago
Tom Lane e20df55cca Fix mangled grammar. 16 years ago
Tom Lane 5b92ef44dd Kibitzing on \conninfo patch: adjust the order of field output to match 16 years ago
Bruce Momjian 83527b1339 Add EXPLAIN documentation example. 16 years ago
Tom Lane 8c19d14be5 Fix markup, other minor editing for recent btree_gist doc changes. 16 years ago
Robert Haas 57d9aefcaa Teach levenshtein() about multi-byte characters. 16 years ago
Robert Haas ad17ff95cf Add btree_gist support for searching on "not equals". 16 years ago
Tom Lane 478a2c1208 Update release notes for 9.0 beta 4. Back-patch some changes that were made only in HEAD. 16 years ago
Peter Eisentraut 66424a2848 Fix indentation of verbatim block elements 16 years ago
Tom Lane 5b48e2ecd4 Work around a documentation toolchain problem by replacing the "AIX-fixlevels" 16 years ago
Simon Riggs 2dbbda02e7 Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. 16 years ago
Robert Haas 6d16902eda Add ssl_cipher() and ssl_version() functions to contrib/sslinfo. 16 years ago
Robert Haas 9b6b0b0d9a Fix typo in PL/pgsql code example. 16 years ago
Peter Eisentraut d33cfbd2e0 Spelling fixes 16 years ago
Peter Eisentraut 314ef0ec36 Fix grammar 16 years ago
Peter Eisentraut b4d7ea5f6e Add table creation and population to example 16 years ago
Bruce Momjian d017f8359c Remove tabs from sgml file. 16 years ago
Robert Haas a3b012b560 CREATE TABLE IF NOT EXISTS. 16 years ago
Peter Eisentraut edff75bef8 Add INSERT statement to example so that it can be reproduced 16 years ago
Bruce Momjian f31b1fd7c1 Prevent pg_upgrade from migrating databases that use reg* data types 16 years ago
Peter Eisentraut c3f903aca7 Fix typo 16 years ago
Peter Eisentraut caf2d69ee0 Tidy up boolean data type page 16 years ago
Peter Eisentraut f581215660 Remove tab from SGML file 16 years ago
Robert Haas ce68df468a Add options to force quoting of all identifiers. 16 years ago
Robert Haas 013ed0bd81 Add \conninfo command to psql, to show current connection info. 16 years ago
Robert Haas 5ffaa9005c Add restart_after_crash GUC. 16 years ago
Robert Haas 0839f312e9 Change the default value of standard_conforming_strings to on. 16 years ago
Peter Eisentraut 040aee295e Add server authentication over Unix-domain sockets 16 years ago
Tom Lane 3ec694e17b Add a log_file_mode GUC that allows control of the file permissions set on 16 years ago
Heikki Linnakangas 6b0937cd58 Fix typo spotted by Thom Brown. 16 years ago