Commit Graph

31617 Commits (d609b08ead450d78d4a567c48111aca6857ec59c)
 

Author SHA1 Message Date
Tom Lane 696d1f7f06 Make all comparisons done for/with statistics use the default collation. 15 years ago
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
Bruce Momjian 7a8f43968a In docs, rename "backwards compatibility" to "backward compatibility" 15 years ago
Tom Lane e3c732a85c Create an explicit concept of collations that work for any encoding. 15 years ago
Tom Lane ac435a79c8 Remove duplicate indexterm to silence openjade wrning. 15 years ago
Bruce Momjian 4869d10afc Update documentation on FreeBSD write cache control. 15 years ago
Bruce Momjian ffe92d15d5 Document that to_char('FM') removes only trailing zeros. 15 years ago
Bruce Momjian a1bb5a480d Document how listen_addresses can do only IPv4 or IPv6. 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 59bacbe147 Adds index entries for session_user and pg_describe_object 15 years ago
Bruce Momjian 35a1964e55 In plpsql docs, use RAISE rather than undefined log function. 15 years ago
Bruce Momjian cbd2811461 Improve extract(day) documentation with interval values. 15 years ago
Bruce Momjian ea5c4c71f6 Fix "unparenthesized" mention in vacuum docs. 15 years ago
Bruce Momjian 3896138b7c Update kernel docs for Solaris 10. 15 years ago
Bruce Momjian afaed3add8 Document that pg_dump --clean might generate some harmless errors on restore. 15 years ago
Bruce Momjian 7d23e0f803 Update C comment about O_DIRECT and fsync(). 15 years ago
Bruce Momjian 06711de9d9 Document that libpq's PQgetResult() should be called after a fatal error 15 years ago
Bruce Momjian ad44d50591 Document that the parenthesized VACUUM syntax is deprecated, not the 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 303b7fcd10 Modify pg_test_fsync to match the behavior of git head in regards to 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 26174d5fd0 Reference doc "examples" section for pg_dump options that often need 15 years ago
Bruce Momjian 3aa6041db5 More wording improvements for disallowed SQL function commands. 15 years ago
Bruce Momjian 2fdd357cae Improve SQL function disallowed command wording. 15 years ago
Bruce Momjian 678a0d286c Clarify what commands are not allowed in SQL functions. 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 1c3b434a08 Add missing index terms for recovery control functions. 15 years ago
Bruce Momjian ed0327495c Use '=' when documenting long options. 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