Commit Graph

31852 Commits (00fad9f6fef8ed166b183ad45a9bd863d965d81c)
 

Author SHA1 Message Date
Robert Haas de32982242 Correct "characters" to "bytes" in createdb docs. 15 years ago
Greg Stark 7b66e2c086 fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes 15 years ago
Tom Lane d0dd5c7352 Fix check_exclusion_constraint() to insert correct collations in ScanKeys. 15 years ago
Tom Lane 87f2ad1326 Fix plpgsql to release SPI plans when a function or DO block is freed. 15 years ago
Robert Haas de592e2669 Remove disclaimer stating that fsync=off slows down sync rep. 15 years ago
Robert Haas ab1ef8e444 Update release notes for latest commits. 15 years ago
Tom Lane 7208fae18f Clean up cruft around collation initialization for tupdescs and scankeys. 15 years ago
Tom Lane 0c9d9e8dd6 More collations cleanup, from trawling for missed collation assignments. 15 years ago
Tom Lane b23c9fa929 Clean up a few failures to set collation fields in expression nodes. 15 years ago
Simon Riggs 92f4786fa9 Additional test for each commit in sync rep path to plug minute 15 years ago
Tom Lane bfa4440ca5 Pass collation to makeConst() instead of looking it up internally. 15 years ago
Tom Lane c8e993503d Fix failure to propagate collation in negate_clause(). 15 years ago
Tom Lane 9b19c12e1d Document collation handling in SQL and plpgsql functions. 15 years ago
Tom Lane a4425e3200 Fix collation handling in plpgsql functions. 15 years ago
Robert Haas f6f0916dbd Remove alpha release notes. 15 years ago
Robert Haas 30f6136f28 Make walreceiver send a reply after receiving data but before flushing it. 15 years ago
Alvaro Herrera 01dd34d55a Fix broken markup, and remove tabs 15 years ago
Michael Meskes 71ac48fd9c Documented some ecpg command line options that were missing: 15 years ago
Tom Lane 27dc7e240b Fix handling of collation in SQL-language functions. 15 years ago
Robert Haas a432e2783b Add post-creation hook for extensions, consistent with other object types. 15 years ago
Robert Haas 7b630e7b8e Edits to 9.1 release notes. 15 years ago
Tom Lane 3bba9ce945 Clean up handling of COLLATE clauses in index column definitions. 15 years ago
Tom Lane 472671e133 Improve user-defined-aggregates documentation. 15 years ago
Simon Riggs b5f2f2a712 Minor changes to recovery pause behaviour. 15 years ago
Tom Lane ba7d020d9d Fix ancient typo in user-defined-aggregates documentation. 15 years ago
Robert Haas 19584ec659 Remove synchronous_replication/max_wal_senders cross-check. 15 years ago
Simon Riggs b98ac467f5 Prevent intermittent hang in recovery from bgwriter interaction. 15 years ago
Peter Eisentraut 856a23018c Cosmetic capitalization fix 15 years ago
Simon Riggs ec497a5ad6 Make FKs valid at creation when added as column constraints. 15 years ago
Tom Lane 5d1d679dbf Make initdb ignore locales for client-only encodings. 15 years ago
Tom Lane 6e197cb2e5 Improve reporting of run-time-detected indeterminate-collation errors. 15 years ago
Tom Lane 37d6d07dda Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target. 15 years ago
Tom Lane 1192ba8b67 Avoid potential deadlock in InitCatCachePhase2(). 15 years ago
Simon Riggs 6e8e7cc580 Update docs to say you need fsync to make sync rep work fast. 15 years ago
Tom Lane 8df08c8489 Reimplement planner's handling of MIN/MAX aggregate optimization (again). 15 years ago
Heikki Linnakangas 6d8096e2f3 When two base backups are started at the same time with pg_basebackup, 15 years ago
Bruce Momjian 62bf9c2806 Markup and wording improvements for 9.1 release notes. 15 years ago
Bruce Momjian 78fce29628 Another 9.1 release note typo fix. 15 years ago
Bruce Momjian e8f4c240c7 Fix snapshot isolation level typo in 9.1 release notes. 15 years ago
Bruce Momjian f670c195b6 Reorder some 9.1 release item documentation entries, fix some awkward wording. 15 years ago
Tom Lane 9b095fbea4 Add some platform-independent tests for the collation feature. 15 years ago
Tom Lane 82e4d45bd0 Suppress platform-dependent unused-variable warning. 15 years ago
Tom Lane 176d5bae1d Fix up handling of C/POSIX collations. 15 years ago
Bruce Momjian c2f4ea469b Move PITR and StreamingRep up one level of heading in the 9.1 release 15 years ago
Magnus Hagander 0f96ae643c Misc minor fixes to 9.1 release notes 15 years ago
Bruce Momjian 08607c9515 Word-wrap 9.1 release note lines. 15 years ago
Bruce Momjian b2c5b3d175 Add links to documentation from 9.1 release notes. 15 years ago
Tom Lane b310b6e31c Revise collation derivation method and expression-tree representation. 15 years ago
Bruce Momjian 025f4c72f0 Add SGML markup for keywords, terms, functions, commands, etc. 15 years ago
Bruce Momjian b03b17c411 Initial version of PG 9.1 release notes. 15 years ago