Commit Graph

7892 Commits (ae4b17edeebc6670ba222a8cfbb1658d02203d29)

Author SHA1 Message Date
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Peter Eisentraut d6754f67b0 docs -> documentation 15 years ago
Bruce Momjian 8f742d1cda Mention that pg_upgrade requires compatible 32/64-bit binaries. 15 years ago
Robert Haas 7ba6e4f0e0 Add monitoring function pg_last_xact_replay_timestamp. 15 years ago
Alvaro Herrera b47953f9c6 Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGER 15 years ago
Tom Lane 0de92fd13c Improve pg_ctl's man page. 15 years ago
Alvaro Herrera 73bc5218df plpython has plpy.Error instead of plpy.ERROR 15 years ago
Tom Lane 543d22fc74 Prevent invoking I/O conversion casts via functional/attribute notation. 15 years ago
Tom Lane e43fb604d6 Implement an "S" option for psql's \dn command. 15 years ago
Tom Lane 5e8b7b0b73 Allow moddatetime's target column to be of type timestamptz. 15 years ago
Peter Eisentraut bd1ff97133 Change version number in release notes to 9.1alpha2 15 years ago
Peter Eisentraut 71165685b2 Last-minute updates to 9.1alpha2 release notes 15 years ago
Peter Eisentraut e9eb4f4013 Release notes for 9.1alpha2 15 years ago
Peter Eisentraut 18d6437885 Remove obsolete release-alpha.sgml 15 years ago
Peter Eisentraut 2999f4ef35 Remove tabs from SGML 15 years ago
Robert Haas 2cae0aeb9c Revert "Correct WAL space calculation formula in docs." 15 years ago
Robert Haas 0d5deebe11 Reorganize OS-specific details about write caching into a list. 15 years ago
Robert Haas 5a12c808cf Note that effective_io_concurrency only affects bitmap heap scans. 15 years ago
Heikki Linnakangas 5c38782cc8 Note explicitly that hash indexes are also not replicated because they're not 15 years ago
Tom Lane 84c123be1d Allow new values to be added to an existing enum type. 15 years ago
Peter Eisentraut 24b29ca8f9 Support suffix matching of host names in pg_hba.conf 15 years ago
Heikki Linnakangas 57b80b4c46 Add semicolon, missed in previous patch. And update the keyword list in 15 years ago
Bruce Momjian 71be8db5df Mention limited usefulness of .pgpass database field. 15 years ago
Tom Lane 529cb267a6 Improve handling of domains over arrays. 15 years ago
Robert Haas 4b6623a7e8 Add some caveats to the contrib/isn docs. 15 years ago
Tom Lane c33bfb8b9b Update storage.sgml to describe the 9.0 tablespace directory layout. 15 years ago
Bruce Momjian f75d6a1b19 Add mention of using tools/fsync to test fsync methods. Restructure 15 years ago
Robert Haas 604ab08145 Add levenshtein_less_equal, optimized version for small distances. 15 years ago
Peter Eisentraut bc8624b15d Support key word 'all' in host column of pg_hba.conf 15 years ago
Bruce Momjian 433c7a6545 Document the tablespace directory "should" be empty, rather than "must" 15 years ago
Robert Haas 9c73e20f38 Change example pg_hba.conf in docs to match altered pg_hba.conf.sample 15 years ago
Alvaro Herrera 33ae03f400 Document that translate() removes characters in "from" that don't have 15 years ago
Tom Lane 07f1264dda Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. 15 years ago
Peter Eisentraut 6ab42ae367 Support host names in pg_hba.conf 15 years ago
Tom Lane 71d24466fb Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs. 15 years ago
Alvaro Herrera 0c9b166db5 Allow pg_ctl to register the service in either AUTO or DEMAND start type 15 years ago
Simon Riggs 915116bc62 Correct WAL space calculation formula in docs. 15 years ago
Robert Haas e468213358 Add pg_user_mappings to the table of system views. 15 years ago
Peter Eisentraut 402e11913f Remove reference.ced 15 years ago
Peter Eisentraut 9f2d7f6e2d Complete the documentation of the USAGE privilege for foreign servers 15 years ago
Peter Eisentraut 80ada4c0db Document (compositeval).* field selection syntax 15 years ago
Simon Riggs 7085891784 Improvements to docs about pg_archive_cleanup and use of archives 15 years ago
Peter Eisentraut 1a996d6c29 Remove executable permission from files where it doesn't belong 15 years ago
Peter Eisentraut e8a47b3cb9 Add index entries for pg_stat* views 15 years ago
Peter Eisentraut ceb5b787c6 Mention the default pg_ctl wait time in the -t option documentation 15 years ago
Peter Eisentraut ef204db577 Make title capitalization consistent with surroundings 15 years ago
Peter Eisentraut 3bf79839c8 Put per-letter quicklinks at the top of the HTML bookindex page 15 years ago
Itagaki Takahiro d0f876ca8c Accept 'public' as a pseudo-role name in has_table_privilege() and friends 15 years ago
Alvaro Herrera 82659e0456 Fix typo 15 years ago
Tom Lane 2ec993a7cb Support triggers on views. 15 years ago