Commit Graph

19525 Commits (97052bc9c9cff07ece76c73e825b3eea1570e2c2)
 

Author SHA1 Message Date
Bruce Momjian 97052bc9c9 Remove FAQ item about binary cursors. 22 years ago
Bruce Momjian e136a49c5d Remove FAQ items about IPC errors. We now report the help description 22 years ago
Bruce Momjian 93e1795404 Merge two Interfaces FAQ items into one. 22 years ago
Bruce Momjian a3b7d45807 Merge unix and non-unix platform faq items, and remove Y2K item. 22 years ago
Bruce Momjian 811df91340 Update OID item description. 22 years ago
Tom Lane 64428b8daf Preliminary release notes for 8.0.1, 7.4.7, 7.3.9, 7.2.7. 22 years ago
Tom Lane 5703a69003 We haven't had a fixed limit on rule recursion depth since 7.3 ... 22 years ago
Tom Lane b7d236d663 Make sure contrib C functions are marked strict where needed. 22 years ago
Tom Lane 750d9171f6 Add documentation for format_type(), which somehow escaped it before. 22 years ago
Tom Lane a9fec25df8 Add note cautioning that you can't use an encrypting IDENT server 22 years ago
Tom Lane 875b0c62fa When dealing with multiple grouping columns coming from the same table, 22 years ago
Tom Lane 0bf2587df4 Improve planner's estimation of the space needed for HashAgg plans: 22 years ago
Tom Lane c3a4e22e82 pg_aggregate.h fails to compile standalone, for lack of an #include 22 years ago
Tom Lane bb1bd3276e Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on 22 years ago
Tom Lane 5ae5e3bfe6 Check that aggregate creator has the right to execute the transition 22 years ago
Neil Conway f76730e35a Small patch to move get_grosysid() from catalog/aclchk.c to 22 years ago
Neil Conway a885ecd6ef Change heap_modifytuple() to require a TupleDesc rather than a 22 years ago
Tom Lane 728775d781 Now that I look at it, int_array_enum() didn't work either. 22 years ago
Tom Lane 368964e153 Fix security and 64-bit issues in contrib/intagg. This code could 22 years ago
Teodor Sigaev 5e95311442 Add intset() to README 22 years ago
Neil Conway ffaaf27eb4 Provide a more descriptive error message when the return type of an SRF 22 years ago
Tom Lane f07b9689c9 Generalize TRUNCATE to support truncating multiple tables in one 22 years ago
Neil Conway 4fe201237f Add regression tests for recent cursor/savepoint bug fixed by Alvaro and 22 years ago
Tom Lane aba691b728 Close all cursors created during a failed subtransaction. This is needed 22 years ago
Tom Lane b0e3dd7e61 Adjust Windows autovacuum service to retry for up to 5 minutes waiting 22 years ago
Tom Lane bf7737a938 On Windows, set the postmaster executable's stack size to 4MB, so that 22 years ago
Tom Lane 7969649bd5 Minor tweak to avoid unnecessary memory bloat when dumping extremely wide 22 years ago
Tom Lane 4de12d4470 Add docs for a couple of formerly-undocumented geometric conversion functions. 22 years ago
Tom Lane 9d58b9645e Make pg_dump and pg_restore handle binary archive formats correctly 22 years ago
Tom Lane 889f038129 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 22 years ago
Tom Lane c0e0d3e2e9 Avoid unnecessary dependence on u_int16_t, per buildfarm failure. 22 years ago
Neil Conway 1ac9f0e9f7 The attached patch implements the soundex difference function which 22 years ago
Tom Lane fd5437c78b Fix breakage created by addition of separate 'acl pass' in pg_dump. 22 years ago
Peter Eisentraut 5ca9687fe4 Add missing "ko". 22 years ago
Teodor Sigaev 324300bc7c improve support of agglutinative languages (query with compound words). 22 years ago
Michael Meskes d314616d12 Fixed segfault due to freeing a struct definition twice if it was a named struct used in a typedef. 22 years ago
Teodor Sigaev fe30edbab8 Change 22 years ago
Neil Conway 4405e74355 Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that 22 years ago
Tom Lane beaf5ae623 Fix ALTER TABLE ADD COLUMN so that constraints of domain types are 22 years ago
Tom Lane ad538d8bcd Disallow LOAD to non-superusers. Per report from John Heasman. 22 years ago
Tom Lane 0ffe9f7946 Fix memory leak in rtdosplit, per report from Clive Page. 22 years ago
Neil Conway 810de88d35 Fix typo. 22 years ago
Neil Conway e02e0564f1 pg_autovacuum fixes from Dave Page: 22 years ago
Bruce Momjian 0960dc2293 Document why CREATE CONSTRAINT TRIGGER doesn't tab complete. 22 years ago
Tom Lane 94e4778a31 The result of a FULL or RIGHT join can't be assumed to be sorted by the 22 years ago
Bruce Momjian d08889aa8b Add tools/find_gt_lt to find < and > in SGML source. 22 years ago
Tom Lane bdbfd343a2 pg_dump dumped the wrong tablespace for an index (ie, the parent table's 22 years ago
Tom Lane 3e2e58ba37 New routine _getObjectDescription() failed to cope with some aspects of 22 years ago
Bruce Momjian 112654c72c Mention issue with < and > in docs. 22 years ago
Bruce Momjian 754b5e1c42 More < and > changes to ampersands. 22 years ago