Commit Graph

24220 Commits (75a192638f93636a144a02461baae90b9fe98fd7)

Author SHA1 Message Date
Simon Riggs 75a192638f Maintain ThisTimeLineID correctly in checkpointer 13 years ago
Heikki Linnakangas 30b5ede715 Fix escaping in generated recovery.conf file. 13 years ago
Tom Lane 2af0971f35 Clarify documentation of EXPLAIN (TIMING OFF) option. 13 years ago
Simon Riggs d4337a0dcb Init crash recovery using the latest available TLI 13 years ago
Simon Riggs 1781744cfc Emit msg correctly for timeline-crossing crash 13 years ago
Simon Riggs c94dff4c3c Remove single space on end of a line in xlog.c 13 years ago
Heikki Linnakangas d0cab7903b Remove unused regression test files. 13 years ago
Tom Lane 403bd6a18b Fix crash when trying to display a NOTIFY rule action. 13 years ago
Tom Lane 6563fb2b45 Fix fd.c to preserve errno where needed. 13 years ago
Tom Lane e7bfc7e42c Fix some uses of "the quick brown fox". 13 years ago
Tom Lane b142068622 Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
Tom Lane e9c336c786 Fix handling of OID wraparound while in standalone mode. 13 years ago
Tom Lane 904af8db8a Fix handling of strict non-set functions with NULLs in set-valued inputs. 13 years ago
Tom Lane 35d50b527a Fix to_number() to correctly ignore thousands separator when it's '.'. 13 years ago
Tom Lane 69cc60dcfd Guard against input_rows == 0 in estimate_num_groups(). 13 years ago
Tom Lane 91715e8293 Fix management of fn_extra caching during repeated GiST index scans. 13 years ago
Peter Eisentraut bd98852cbd Remove make_keywords 13 years ago
Tom Lane 284e28f228 Update collate.linux.utf8.out for ruleutils.c line-wrapping changes. 13 years ago
Tom Lane a7b965382c Better fix for permissions tests in excluded subqueries. 13 years ago
Heikki Linnakangas 2ffa66f497 Fix walsender failure at promotion. 13 years ago
Heikki Linnakangas cb953d8b1b Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass. 13 years ago
Tom Lane 817a89423f Stamp 9.3beta1. 13 years ago
Tom Lane 1d6c72a55b Move materialized views' is-populated status into their pg_class entries. 13 years ago
Tom Lane 5da5798004 Back out some recent translation updates. 13 years ago
Tom Lane 3223b25ff7 Disallow unlogged materialized views. 13 years ago
Simon Riggs b2ad82dafa Execute SET TRANSACTION SNAPSHOT during pg_dump 13 years ago
Bruce Momjian 8b06e6aba8 Revert idea of zer-padding padding session id in log_line_prefix 13 years ago
Peter Eisentraut 539ecc9241 Translation updates 13 years ago
Tom Lane 626e6eda4f Improve behavior of \watch with non-tuple-returning commands. 13 years ago
Kevin Grittner b69ec7cc99 Prevent (auto)vacuum from truncating first page of populated matview. 13 years ago
Andrew Dunstan 5f8b4319b9 Use correct length to convert json unicode escapes. 13 years ago
Tom Lane 50c137487c Fix permission tests for views/tables proven empty by constraint exclusion. 13 years ago
Kevin Grittner 200ba1667b Add regression test for bug fixed by recent refactoring. 13 years ago
Simon Riggs ceabfb20f9 Bump PG_CONTROL_VERSION to 937 13 years ago
Simon Riggs 443951748c Record data_checksum_version in control file. 13 years ago
Simon Riggs 730924397c Ensure we MarkBufferDirty before visibilitymap_set() 13 years ago
Simon Riggs fdea2530bd Compiler optimizations for page checksum code. 13 years ago
Peter Eisentraut 187ca5e8e9 Revert "pg_ctl: Add idempotent option" 13 years ago
Tom Lane db9f0e1d9a Postpone creation of pathkeys lists to fix bug #8049. 13 years ago
Kevin Grittner 5fc893760f Ensure ANALYZE phase is not skipped because of canceled truncate. 13 years ago
Robert Haas 91fa8532f4 Attempt to fix error recovery in COPY BOTH mode. 13 years ago
Simon Riggs 43e7a66849 Introduce new page checksum algorithm and module. 13 years ago
Tom Lane f8db76e875 Editorialize a bit on new ProcessUtility() API. 13 years ago
Tom Lane 5525e6c40b Fix unsafe event-trigger coding in ProcessUtility(). 13 years ago
Peter Eisentraut bbb4db4e04 pg_dump: Improve message formatting 13 years ago
Tom Lane 5194024d72 Incidental cleanup of matviews code. 13 years ago
Peter Eisentraut f5d576c6d2 Improve message about failed transaction log archiving 13 years ago
Tom Lane 41a2760f61 Fix collation assignment for aggregates with ORDER BY. 13 years ago
Joe Conway b42ea7981c Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a -t/--table switch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch reviewed by Vibhor Kumar and Dimitri Fontaine. 13 years ago
Robert Haas 5eb7c4d364 libpq: Fix a few bits that didn't get the memo about COPY BOTH. 13 years ago