Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Heikki Linnakangas 1f0bab8494 Improve error message when WAL ends before reaching end of online backup. 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
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
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
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 a4425e3200 Fix collation handling in plpgsql functions. 15 years ago
Robert Haas 30f6136f28 Make walreceiver send a reply after receiving data but before flushing it. 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
Tom Lane 3bba9ce945 Clean up handling of COLLATE clauses in index column definitions. 15 years ago
Simon Riggs b5f2f2a712 Minor changes to recovery pause behaviour. 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
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
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
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
Tom Lane b310b6e31c Revise collation derivation method and expression-tree representation. 15 years ago
Magnus Hagander 6f9192df61 Rename ident authentication over local connections to peer 15 years ago
Magnus Hagander 4a0014806d Properly clear the verbose output of pg_basebackup 15 years ago
Robert Haas fbcf4b92aa Fix possible "tuple concurrently updated" error in ALTER TABLE. 15 years ago
Robert Haas 727589995a Move synchronous_standbys_defined updates from WAL writer to BG writer. 15 years ago
Robert Haas f78ba0a73a Woops. Previous patch to remove -X options missed getopt_long calls(). 15 years ago
Robert Haas 7a37900443 Make synchronous replication query cancel/die messages more consistent. 15 years ago
Robert Haas c5eb835bbf Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. 15 years ago
Robert Haas 777e8c0015 Remove bogus semicolons in recoveryPausesHere. 15 years ago
Robert Haas 02b1f84e7d Remove bogus comment. 15 years ago
Alvaro Herrera 1c249fcfcc Fix PL/Python memory leak involving array slices 15 years ago
Peter Eisentraut 8c0a5eb78a Raise maximum value of several timeout parameters 15 years ago
Robert Haas 84abea76f6 Add pause_at_recovery_target to recovery.conf.sample; improve docs. 15 years ago
Robert Haas 9a56dc3389 Fix various possible problems with synchronous replication. 15 years ago