Commit Graph

31617 Commits (d609b08ead450d78d4a567c48111aca6857ec59c)
 

Author SHA1 Message Date
Bruce Momjian d609b08ead Expand comment on how pg_upgrade is turning off autovacuum. 15 years ago
Andrew Dunstan 382fb6a08f Attempt to unbreak windows builds broken by commit 754baa2. 15 years ago
Heikki Linnakangas acf4740132 Check that we've reached end-of-backup also when we're not performing 15 years ago
Heikki Linnakangas 754baa21f7 Automatically terminate replication connections that are idle for more 15 years ago
Heikki Linnakangas bc03c5937d Adjust error message, now that we expect other message types than connection 15 years ago
Peter Eisentraut f564e65cda Update SQL features list 15 years ago
Bruce Momjian d67b0bf471 In pg_upgrade, add C comment about how autovacuum is disabled. 15 years ago
Peter Eisentraut 6c0dfc0356 Add maintainer-check target 15 years ago
Peter Eisentraut aa6fdd186c Make duplicate_oids return nonzero exit status if duplicates were found 15 years ago
Tom Lane eb51af71f2 Prevent a rowtype from being included in itself. 15 years ago
Bruce Momjian 5c22c0eda1 Add 9.1 release note link for synchronous replication. 15 years ago
Robert Haas 7c7fd882a5 Mark up release notes using <link>. 15 years ago
Alvaro Herrera e5948e3504 Add missing #include 15 years ago
Tom Lane a720c28f0a Get rid of links that don't work when building HISTORY. 15 years ago
Robert Haas 20a1159fcc Typo fix in SSI docs. 15 years ago
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