Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Andrew Dunstan 5b079cb248 Use correct PATH separator for Cygwin in pg_regress.c. 15 years ago
Robert Haas ad3aff45f0 Tab completion for \pset format and \pset linestyle. 15 years ago
Tom Lane 72cfc17aef Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT. 15 years ago
Bruce Momjian 2b8364de69 Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO. 15 years ago
Bruce Momjian ddd6ff289f Add database comments to template0 and postgres databases, and improve 15 years ago
Robert Haas 5ca4dfc79f Remove 13 keywords that are used only for ROLE options. 15 years ago
Magnus Hagander 01c1a12a5b Remove special case allowing parameters to ident auth for initdb 15 years ago
Tom Lane f12423d75a Adjust regression test to avoid platform-dependent failure. 15 years ago
Bruce Momjian b051a34fd8 Remove duplicate time-based macros recently added. 15 years ago
Tom Lane a2eb9e0c08 Simplify list traversal logic in add_path(). 15 years ago
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
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