Commit Graph

8766 Commits (1471e3843d04797ff117f84f6331b8b2e8fdd787)

Author SHA1 Message Date
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. 18 years ago
Tom Lane 0d115dde82 Extend CTE patch to support recursive UNION (ie, without ALL). The 18 years ago
Heikki Linnakangas 5f853c6556 Use fork names instead of numbers in the file names for additional 18 years ago
Tom Lane e59ad5fbb6 Editorial improvements to description of pg_settings view. 18 years ago
Magnus Hagander 3bea93b3b0 Add columns boot_val and reset_val to the pg_settings view, to expose 18 years ago
Tom Lane 44d5be0e53 Implement SQL-standard WITH clauses, including WITH RECURSIVE. 18 years ago
Tom Lane d5d552fa01 Add a note about how to check for bare < and & in SGML docs, before the 18 years ago
Peter Eisentraut 6761a0309b Add regression test for macaddr type. Enhance documentation about accepted 18 years ago
Heikki Linnakangas 706a308806 Add relation fork support to pg_relation_size() function. You can now pass 18 years ago
Heikki Linnakangas 6736da5484 Make the blkno arguments bigints instead of int4s. A signed int4 is not 18 years ago
Heikki Linnakangas f10a86ece7 Fix function name in pg_freespacemap docs. It's "pg_freespace", not 18 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 18 years ago
Bruce Momjian 436e6af2ad Add documentation about when trigger values NEW/OLD return NULL. 18 years ago
Bruce Momjian 93eab311e4 Fix markup tag error, envvar -> envar. 18 years ago
Bruce Momjian 5a8cb50e4f Mention battery-backed cache under hardware selection options. 18 years ago
Heikki Linnakangas c2d4526495 Tighten the check in initdb and CREATE DATABASE that the chosen encoding 18 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 18 years ago
Tom Lane c52aab5525 Get rid of pgpass_from_client tracking inside libpq --- given the conclusion 18 years ago
Tom Lane cae7ad906a Fix dblink_connect() so that it verifies that a password is supplied in the 18 years ago
Tom Lane 3290e6180f Add a PQfireResultCreateEvents function to allow applications to mimic the 18 years ago
Tom Lane 4e57668da4 Create a selectivity estimation function for the text search @@ operator. 18 years ago
Tom Lane e2b7d0c65c Improve the recently-added libpq events code to provide more consistent 18 years ago
Tom Lane 9fe79c39ca Preliminary release notes for upcoming back branch releases. 18 years ago
Tom Lane 32f159cc55 Add an "events" system to libpq, whereby applications can get callbacks that 18 years ago
Tom Lane 4adc2f72a4 Change hash indexes to store only the hash code rather than the whole indexed 18 years ago
Magnus Hagander 440b3384b0 Add missing quotes. 18 years ago
Magnus Hagander 9872381090 Parse pg_hba.conf in postmaster, instead of once in each backend for 18 years ago
Magnus Hagander 5a1d35ce5c Polish and Turkish FAQ also needed converting to UTF8 18 years ago
Magnus Hagander 3a58d2e172 Convert Russian FAQ to UTF8, to make it render properly on the website. 18 years ago
Tom Lane ffea8fd381 Update citext's documentation to match the recently-applied patch, 18 years ago
Peter Eisentraut cdd0895978 Update man page build instructions. 18 years ago
Tom Lane cff4aa6ad6 Add a duration option to pgbench, so that test length can be specified in seconds 18 years ago
Tom Lane 06edce4c3f Tighten up to_date/to_timestamp so that they are more likely to reject 18 years ago
Tom Lane 70530c808b Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) 18 years ago
Alvaro Herrera 3b9ec4682c Add "source file" and "source line" information to each GUC variable. 18 years ago
Tom Lane a0b76dc662 Create a separate grantable privilege for TRUNCATE, rather than having it be 18 years ago
Tom Lane 8818f3793e Clarify description of pg_restore's handling of large objects. 18 years ago
Tom Lane 2cf3f6694f Add a few more details in the source-code-formatting documentation. 18 years ago
Bruce Momjian 1cfd878643 Clarify documention workding for xip_list(). 18 years ago
Tom Lane 409c144d83 Adjust psql's new \ef command to present an empty CREATE FUNCTION template 18 years ago