Commit Graph

7274 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)

Author SHA1 Message Date
Bruce Momjian e33e0c43fe Document that SSL is only possible on tcp/ip connections in the 17 years ago
Bruce Momjian c227ccc2f7 Document that 'sslmode' is ignored for Unix domain socket communication; 17 years ago
Peter Eisentraut 725ba51f2c Experimental new support for building man pages via docbook2x, an XSL-based 17 years ago
Peter Eisentraut 254aecb704 ADD array_ndims function 17 years ago
Bruce Momjian 4253f016c9 Add missing colon to docs. 17 years ago
Bruce Momjian ac3797a913 Remove tabs from SGML file. 17 years ago
Tom Lane 31b15fe8dc Disallow LOCK TABLE outside a transaction block (or function), since this case 17 years ago
Peter Eisentraut 84aa797292 Allow uuid_in() to parse a wider variety of variant input formats for the UUID 17 years ago
Andrew Dunstan f0dae70431 suppress_redundant_updates_trigger function. 17 years ago
Tom Lane b8fab2411d Add pg_typeof() function. 17 years ago
Alvaro Herrera aa3288146a Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini. 17 years ago
Tom Lane 3c2313f481 Change the pgstat logic so that the stats collector writes the stats file only 17 years ago
Tom Lane 9b46abb7c4 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 17 years ago
Peter Eisentraut 29077051de The conversion rule from postgres.sgml to postgres.xml didn't work with 17 years ago
Heikki Linnakangas 092bc49653 Add support for user-defined I/O conversion casts. 17 years ago
Tom Lane d1e384884c Update back-branch release notes. 17 years ago
Bruce Momjian 3276599804 Remove tab from sgml file. 17 years ago
Peter Eisentraut f7ad874ca8 Since SQL:2003, the array size specification in the SQL ARRAY syntax has 17 years ago
Peter Eisentraut 06735e3256 Unicode escapes in strings and identifiers 17 years ago
Tom Lane e3e3d2a789 Extend ExecMakeFunctionResult() to support set-returning functions that return 17 years ago
Peter Eisentraut 8ecd535169 Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. 17 years ago
Magnus Hagander 53a5026b5c Remove support for (insecure) crypt authentication. 17 years ago
Tom Lane b0169bb124 Install a more robust solution for the problem of infinite error-processing 17 years ago
Magnus Hagander f3a0688ace Add support for multiple error messages from libpq, by simply appending them 17 years ago
Peter Eisentraut 0fec77ae88 SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. 17 years ago
Peter Eisentraut 5163b94e6f Allow EXPLAIN on CREATE TABLE AS. 17 years ago
Magnus Hagander 7356381ef5 * make pg_hba authoption be a set of 0 or more name=value pairs 17 years ago
Peter Eisentraut 361bfc3572 SQL:2008 alternative syntax for LIMIT/OFFSET: 17 years ago
Peter Eisentraut 1471e3843d Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE 17 years ago
Peter Eisentraut 00cbf22e8b Update compatibility section of TRUNCATE for SQL:2008 final. 17 years ago
Peter Eisentraut 123c8efd89 Update feature list for SQL:2008. 17 years ago
Tom Lane e4fb8ff06a Add a new column to pg_am to specify whether an index AM supports backward 17 years ago
Teodor Sigaev 2a0083ede8 Improve headeline generation. Now headline can contain 17 years ago
Tom Lane a303e4dc43 Extend the date type to support infinity and -infinity, analogously to 17 years ago
Tom Lane 06224652f2 Add docs and regression test about sorting the output of a recursive query in 17 years ago
Tom Lane 1f238e569a Eliminate unnecessary array[] decoration in examples of recursive cycle 17 years ago
Tom Lane e3b0117459 Implement comparison of generic records (composite types), and invent a 17 years ago
Tom Lane 74fd3d1b23 Fix COPY documentation to not imply that HEADER can be used outside CSV mode. 17 years ago
Bruce Momjian e229998138 Update Japanese FAQ. 17 years ago
Tom Lane 0d115dde82 Extend CTE patch to support recursive UNION (ie, without ALL). The 17 years ago
Heikki Linnakangas 5f853c6556 Use fork names instead of numbers in the file names for additional 17 years ago
Tom Lane e59ad5fbb6 Editorial improvements to description of pg_settings view. 17 years ago
Magnus Hagander 3bea93b3b0 Add columns boot_val and reset_val to the pg_settings view, to expose 17 years ago
Tom Lane 44d5be0e53 Implement SQL-standard WITH clauses, including WITH RECURSIVE. 17 years ago
Tom Lane d5d552fa01 Add a note about how to check for bare < and & in SGML docs, before the 17 years ago
Peter Eisentraut 6761a0309b Add regression test for macaddr type. Enhance documentation about accepted 17 years ago
Heikki Linnakangas 706a308806 Add relation fork support to pg_relation_size() function. You can now pass 17 years ago
Heikki Linnakangas 6736da5484 Make the blkno arguments bigints instead of int4s. A signed int4 is not 17 years ago
Heikki Linnakangas f10a86ece7 Fix function name in pg_freespacemap docs. It's "pg_freespace", not 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago