Commit Graph

21604 Commits (94fe9c0f4e1672ccd830cb0aa7fd5ccce97d14ae)

Author SHA1 Message Date
Bruce Momjian 94fe9c0f4e Use "backend process" rather than "backend server", where appropriate. 15 years ago
Bruce Momjian 3a3f39fdc0 Use macros for time-based constants, rather than constants. 15 years ago
Peter Eisentraut 3d9f7ec1ff Add test case for collation mismatch in recursive query 15 years ago
Tom Lane 2a26639a5d On further reflection, we'd better do the same in int.c. 15 years ago
Tom Lane 72330995a5 Put in some more safeguards against executing a division-by-zero. 15 years ago
Tom Lane 8acdb8bf9c Split CollateClause into separate raw and analyzed node types. 15 years ago
Tom Lane e3c732a85c Create an explicit concept of collations that work for any encoding. 15 years ago
Heikki Linnakangas 30e8b3e58e In ecpg preprocessor, don't try to look up constants in the test for 15 years ago
Bruce Momjian 7d23e0f803 Update C comment about O_DIRECT and fsync(). 15 years ago
Bruce Momjian dae1e5546c Add comment to tools/git-external-diff. 15 years ago
Bruce Momjian f887294ccf Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast 15 years ago
Bruce Momjian 72bd19dbdd Remove pg_dump -X options that are only in 9.1 and not needed for 15 years ago
Bruce Momjian c3462e413e Add C comment that new new pg_dump -X options are to be created. 15 years ago
Bruce Momjian 3f9cf6b336 When a smart pg_ctl shutdown fails, mention -m fast as a tip. 15 years ago
Bruce Momjian 5ca543fb2e Clarify C comment that O_SYNC/O_FSYNC are really the same settting, as 15 years ago
Bruce Momjian 9d4625ad0b Add proper git-external-diff script to src/tools. 15 years ago
Tom Lane 7564654adf Revert addition of third argument to format_type(). 15 years ago
Robert Haas 551c07d84a Make error handling of synchronous_standby_names consistent. 15 years ago
Robert Haas 2e019c8611 More synchronous replication typo fixes. 15 years ago
Robert Haas b8bb8dbf20 More synchronous replication tweaks. 15 years ago
Robert Haas e397d2ee64 Remove obsolete comment. 15 years ago
Robert Haas 6436098795 Minor sync rep corrections. 15 years ago
Robert Haas d16e290a8a Emit a LOG message when pausing at the recovery target. 15 years ago
Robert Haas fcb99609b6 Replication README updates. 15 years ago
Heikki Linnakangas 74a09d9210 Fix bugs in the isolation tester flex rules. 15 years ago
Itagaki Takahiro 2d8de0a50b Cleanup copyright years and file names in the header comments of some files. 15 years ago
Tom Lane f6587019ed replication/repl_gram.h needs to be cleaned too ... 15 years ago
Tom Lane 174f65ab00 Fix some oversights in distprep and maintainer-clean targets. 15 years ago
Bruce Momjian 76fdee31c4 Mention gcc version in C comment. 15 years ago
Tom Lane a051ef699c Remove collation information from TypeName, where it does not belong. 15 years ago
Tom Lane 49a08ca1e9 Adjust the permissions required for COMMENT ON ROLE. 15 years ago
Peter Eisentraut 4502c8e1c0 Fix parallel make when running make install before make all 15 years ago
Tom Lane 3f7d24da16 Add missing keywords to gram.y's unreserved_keywords list. 15 years ago
Heikki Linnakangas 46c333a963 Fix overly strict assertion in SummarizeOldestCommittedSxact(). There's a 15 years ago
Heikki Linnakangas 93d888232e Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that 15 years ago
Michael Meskes 4ff90d9945 Added new version of ecpg's parser test script which was written by Andy Colson <andy@squeakycode.net>. 15 years ago
Heikki Linnakangas 4cd3fb6e12 Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer 15 years ago
Peter Eisentraut 804d13adfd Fix behavior when raising plpy.Fatal() 15 years ago
Peter Eisentraut 8f76324352 Report Python errors from iterators with PLy_elog 15 years ago
Heikki Linnakangas 1a4ab9ec23 If recovery_target_timeline is set to 'latest' and standby mode is enabled, 15 years ago
Tom Lane 7193a90fc1 Zero out vacuum_count and related counters in pgstat_recv_tabstat(). 15 years ago
Heikki Linnakangas 97e3dacd84 Begin error message with lower-case letter. 15 years ago
Heikki Linnakangas baabf05196 Silence compiler warning about undefined function when compiling without 15 years ago
Tom Lane 4172bd8830 Suppress some "variable might be clobbered by longjmp" warnings. 15 years ago
Tom Lane 775464e845 Add missing "static" marker to internal_ping(). 15 years ago
Simon Riggs cae4974e3d Dynamic array required within pg_stat_replication. 15 years ago
Simon Riggs dcfe3f60c1 Catversion increment for pg_stat_replication changes for syncrep 15 years ago
Simon Riggs 966fb05b58 Add new files for syncrep missed in previous commit 15 years ago
Tom Lane f24fa9c1a5 Fix pg_dump's dump order for collations versus extensions. 15 years ago
Simon Riggs a8a8a3e096 Efficient transaction-controlled synchronous replication. 15 years ago