Commit Graph

7274 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)

Author SHA1 Message Date
Tom Lane 845693f70f Fix a couple of places that still claimed LC_COLLATE and LC_CTYPE can't 17 years ago
Bruce Momjian ee4c187f64 Correction: ansi-join ->anti-join. 17 years ago
Tom Lane 04c779d3f4 Fix markup so that 'make HISTORY' works. A couple very minor 17 years ago
Bruce Momjian 0f1ac2d04c Reorder 8.4 release note sections. 17 years ago
Bruce Momjian cb25bf7047 Re-add release notes for release 8.3.7. 17 years ago
Bruce Momjian 32e7174dbb Adjust AS OF release notes markup. 17 years ago
Bruce Momjian 54a7363af4 Mention release note items current as of 2009-03-16. 17 years ago
Bruce Momjian 4b4a831f18 First version of 8.4 release notes; markup/cleanup/reorganization still 17 years ago
Tom Lane 9151e1bb06 Add btree_gin contrib module. 17 years ago
Tom Lane 87b8db3774 Adjust the APIs for GIN opclass support functions to allow the extractQuery() 17 years ago
Tom Lane ff301d6e69 Implement "fastupdate" support for GIN indexes, in which we try to accumulate 17 years ago
Andrew Dunstan c9cab106f6 Remove munging of xml and xpath params to xpath(). The XML must now be a well formed XML document. 17 years ago
Bruce Momjian 5c617f4e56 Update constraint_exclusion docs because parameter is now 3-valued, not 17 years ago
Tom Lane 471913a6a5 More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISS 17 years ago
Bruce Momjian c242e6b6d4 Clarify libpq 'sslverify' documentation wording. 17 years ago
Bruce Momjian f04ee7043b Clarify 'cert' authentication documention. 17 years ago
Tom Lane 5698f6b925 Remove the -d and -D options of pg_dump and pg_dumpall. The functionality 17 years ago
Tom Lane 0fd85d7879 Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as 17 years ago
Peter Eisentraut 249d936bed Rename pg_restore -m to -j, and add documentation about what good numbers 17 years ago
Tom Lane 52e6371e7d Be more clear about when to use gist__int_ops vs. gist__intbig_ops. 17 years ago
Tom Lane 029348cff9 Add just-assigned CVE number to release notes for recent security issue. 17 years ago
Tom Lane f3a72bd40b Fix contrib/hstore to throw an error for keys or values that don't fit in its 17 years ago
Tom Lane 2dd9af8c0c Update back-branch release notes. 17 years ago
Bruce Momjian b0c68c242c Doc patch for the recently added probes. 17 years ago
Peter Eisentraut 05a7db0582 Accept 'on' and 'off' as input for boolean data type, unifying the syntax 17 years ago
Tom Lane 00ce73778b Teach the planner to support index access methods that only implement 17 years ago
Tom Lane df8684c56f Remove documentation of log_restartpoints setting, which is obsoleted 17 years ago
Peter Eisentraut b966b519f5 Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade 17 years ago
Peter Eisentraut 12f87b2c82 Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove 17 years ago
Tom Lane 640796ff41 Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 17 years ago
Peter Eisentraut b6e4c8f255 Equip the programs installed by contrib with proper --help and --version 17 years ago
Peter Eisentraut 867a2a6d81 Fix the inconsistent and wrong claims that the option value in CREATE 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Peter Eisentraut 7380b6384b Don't append epoch to log_filename if no format specifier is given. 17 years ago
Peter Eisentraut 7babccb915 Add the possibility to specify an explicit validator function for foreign-data 17 years ago
Tom Lane 451a15f95c Add note that inlined SQL functions aren't tracked by track_functions. 17 years ago
Bruce Momjian 36a9cf38c5 Add --freeze option to vacuumdb. 17 years ago
Bruce Momjian 6883c54a62 Add pg_dump --binary-upgrade flag to be used by binary upgrade 17 years ago
Tom Lane 57b5984d24 Minor wordsmithing. 17 years ago
Peter Eisentraut c1c1886d82 Unset language-related locale settings in any case, otherwise psql will 17 years ago
Bruce Momjian eee82d44bd Remove tabs from SGML. 17 years ago
Tom Lane 6d1e361852 Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically 17 years ago
Peter Eisentraut 20a43b16b4 Only unset the locale environment when --no-locale is used (the way it was 17 years ago
Bruce Momjian 715ea2bf18 Clarify PQinitSSL() documentation to mention what the argument controls. 17 years ago
Peter Eisentraut 8b9dd6b5fd Support for KOI8U encoding 17 years ago
Bruce Momjian b79e374519 Update wording of how to prevent pg_dump from affecting statistics 17 years ago
Alvaro Herrera 834a6da4f7 Update autovacuum to use reloptions instead of a system catalog, for 17 years ago
Bruce Momjian 57b10ebcd4 Fix spelling error in docs. 17 years ago
Bruce Momjian 053835d334 Document that LIMIT NULL is the same as no LIMIT clause. 17 years ago
Bruce Momjian 97072ad80c Remove documentation mention that hash indexes perform no better than 17 years ago