Commit Graph

10483 Commits (e6d800981ed0cd8889660d40cb5e813dfad87344)

Author SHA1 Message Date
Bruce Momjian ba3de10c4e Fix plpgsql "PERFORM" markup. 15 years ago
Bruce Momjian 6f94280dee Document PERFORM limitation when using WITH queries. 15 years ago
Tom Lane ae92eff6b9 Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION. 15 years ago
Tom Lane b7f83e70d9 Update type-conversion documentation for long-ago changes. 15 years ago
Bruce Momjian d764835bbc Properly document semphore requirements by accounting for worker 15 years ago
Bruce Momjian 5c8676ea71 Add documentation link to strftime supported options. 15 years ago
Bruce Momjian 7cb99b2696 Add mention that UTC really means UT1. 15 years ago
Bruce Momjian d235f828d7 Document that contrib/pgtrgm only processes ASCII alphanumeric 15 years ago
Robert Haas 4232c4b406 Userspace access vector cache for contrib/sepgsql. 15 years ago
Heikki Linnakangas 5cfe33fe7b The replication status values in pg_stat_replication was changed to 15 years ago
Peter Eisentraut aeabbccea0 Some markup cleanup to deconfuse the find_gt_lt tool 15 years ago
Robert Haas 083549e43a Repair brain fade in previous commit, per Josh Kupershmidt. 15 years ago
Robert Haas 7fe33a51b9 Add --if-exists option to dropdb and dropuser. 15 years ago
Peter Eisentraut f44d275b6d Document minimum required version of DocBook XSL stylesheets 15 years ago
Peter Eisentraut fd5b397ca4 Implement the information schema with_hierarchy column 15 years ago
Peter Eisentraut 3104cc89be Spelling improvement 15 years ago
Tom Lane 928311a463 Clean up weird corner cases in lexing of psql meta-command arguments. 15 years ago
Tom Lane e86fdb0ab2 Support non-ASCII letters in psql variable names. 15 years ago
Robert Haas 6fc726adac Adjust CREATE DOMAIN example for standard_conforming_strings=on. 15 years ago
Tom Lane d1d388603e Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 15 years ago
Heikki Linnakangas 6c6a415333 Add recovery.conf to the index in the user manual. 15 years ago
Tom Lane 1a998474a7 Update 9.1 release notes to reflect commits through today. 15 years ago
Magnus Hagander e5cb756361 Adjust wording now that estimated size can increase 15 years ago
Peter Eisentraut 1368409034 MacOS -> Mac OS 15 years ago
Peter Eisentraut 7431cb251a Fix typo 15 years ago
Bruce Momjian eb72adc82e Add major features list and introductory text for 9.1 release notes. 15 years ago
Robert Haas d82d84864c Display both per-table and per-column FDW options in psql's \d output. 15 years ago
Robert Haas 59414cdedb Change psql's \dd command to do something more useful. 15 years ago
Tom Lane cff75130b5 Remove wal_sender_delay GUC, because it's no longer useful. 15 years ago
Robert Haas d82a9d2a60 Teach psql to display the comments on SQL/MED objects in verbose mode. 15 years ago
Robert Haas c9ac00e6ec Teach psql to display the comments on conversions and domains. 15 years ago
Robert Haas b69f2e3640 Teach vacuumlo to limit number of removals, via new -l option. 15 years ago
Peter Eisentraut 04b17684af Add "Compatibility" section to ALTER EXTENSION reference page 15 years ago
Peter Eisentraut f29a004496 Remove whitespace from end of lines 15 years ago
Peter Eisentraut a559ed5ed6 Rename "Example" sections to "Examples" in dblink chapter 15 years ago
Peter Eisentraut 6ef2448796 Fix a whitespace issue with the man pages 15 years ago
Tom Lane ffcf5a6c41 Fix thinko in documentation of local_preload_libraries. 15 years ago
Robert Haas c4096c7639 Allow per-column foreign data wrapper options. 15 years ago
Bruce Momjian 4262e61d64 Fix markup for recent wal_level clarification. 15 years ago
Robert Haas 3b17efdfdd Teach psql to display comments on languages and casts. 15 years ago
Bruce Momjian 38de5aad54 In documentaiton, clarify which commands have reduced WAL volume for 15 years ago
Robert Haas a8302803ab Fix typo. 15 years ago
Robert Haas c80be8a816 Clarify which relkinds accept column comments. 15 years ago
Robert Haas f5af8eed92 Improvements to SQL/MED documentation. 15 years ago
Robert Haas 7c26395661 Add new pgbench options, --tablespace and --index-tablespace. 15 years ago
Robert Haas 2d6fee09eb Add new pgbench switch, --unlogged-tables. 15 years ago
Peter Eisentraut 79b3ca06d8 Change EDITOR_LINENUMBER_SWITCH to an environment variable 15 years ago
Tom Lane 0ce7676aa0 Make xpath() do something useful with XPath expressions that return scalars. 15 years ago
Robert Haas 463f2625a5 Support SECURITY LABEL on databases, tablespaces, and roles. 15 years ago
Robert Haas d79a601fd9 Improve sepgsql and SECURITY LABEL documentation. 15 years ago