Commit Graph

14057 Commits (477a64d9c8f8e11f8418911cfe054f0a135f1306)

Author SHA1 Message Date
Bruce Momjian 3110cd237c Update comment on VACUUM FULL. 21 years ago
Bruce Momjian 1d7dfb1496 Document usage of gettext_noop(). 21 years ago
Bruce Momjian d73e0410bd Improve documentation of signal usage for HAVE_SIGPROCMASK and 21 years ago
Bruce Momjian ad4f06aeb2 Improve documentation of signal usage for HAVE_SIGPROCMASK and 21 years ago
Tom Lane db58ee5be9 ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. 21 years ago
Bruce Momjian bb17a98e3c Print file name and errno string on rmtree failure. 21 years ago
Bruce Momjian 67ff8009cf Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested 21 years ago
Bruce Momjian 7c44e57331 Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested 21 years ago
Tom Lane e9d693411c Add a regression test to verify that the stack depth checker actually 21 years ago
Neil Conway 975e27377a Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
Tom Lane 4db84f0880 Fix ANALYZE to accumulate some minimal statistics for an all-null column. 21 years ago
Tom Lane 42599b322d Fix SPI cursor support to allow scanning the results of utility commands 21 years ago
Michael Meskes 5cc8884a5d Fixed changelog entry to list correct bug reporter. 21 years ago
Michael Meskes 7e786a82ca Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA 21 years ago
Neil Conway 3df9abd1a5 ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a 21 years ago
Michael Meskes d32b3aec52 Fixed bug in parsing of CREATE AS statement. 21 years ago
Tom Lane 2a6c032503 Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out 21 years ago
Tom Lane 4f82112473 Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c 21 years ago
Tom Lane 12179c99b1 Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into 21 years ago
Neil Conway 11635c3f6f Refactor some duplicated code in lock.c: create UnGrantLock(), move code 21 years ago
Tom Lane ee467c3530 Fix minor thinko in logic to set dump order when dumping from a pre-7.3 21 years ago
Tom Lane cc4f58f4cd Ensure that all details of the ARC algorithm are hidden within freelist.c. 21 years ago
Tom Lane ad476170e9 Improve performance of fmgr.c calling routines for cases with more than 21 years ago
Tom Lane fffb5819ca Adjust constant-folding of CASE expressions so that the simple comparison 21 years ago
Bruce Momjian 68c4804b08 Add to release checklist: 21 years ago
Michael Meskes 4b56bd85c0 Fixed bug in parsing of #line statement in declare section. 21 years ago
Neil Conway 73f630500b Add support for temporary views, including documentation and regression 21 years ago
Neil Conway f94197ef35 Fix a bug induced by the list-rewrite that resulted in incrementing the 21 years ago
Tom Lane a3f945a1b2 Adjust estimate_num_groups() to not clamp per-relation group count 21 years ago
Tom Lane 2a8874841d Adjust plpgsql to allow assignment to an element of an array that is 21 years ago
Tom Lane 0a92c58b7c Sync inet formatting code with recent BIND releases. In particular, 21 years ago
Tom Lane 875b0c62fa When dealing with multiple grouping columns coming from the same table, 21 years ago
Tom Lane 0bf2587df4 Improve planner's estimation of the space needed for HashAgg plans: 21 years ago
Tom Lane c3a4e22e82 pg_aggregate.h fails to compile standalone, for lack of an #include 21 years ago
Tom Lane bb1bd3276e Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on 21 years ago
Tom Lane 5ae5e3bfe6 Check that aggregate creator has the right to execute the transition 21 years ago
Neil Conway f76730e35a Small patch to move get_grosysid() from catalog/aclchk.c to 21 years ago
Neil Conway a885ecd6ef Change heap_modifytuple() to require a TupleDesc rather than a 21 years ago
Neil Conway ffaaf27eb4 Provide a more descriptive error message when the return type of an SRF 21 years ago
Tom Lane f07b9689c9 Generalize TRUNCATE to support truncating multiple tables in one 21 years ago
Neil Conway 4fe201237f Add regression tests for recent cursor/savepoint bug fixed by Alvaro and 21 years ago
Tom Lane aba691b728 Close all cursors created during a failed subtransaction. This is needed 21 years ago
Tom Lane bf7737a938 On Windows, set the postmaster executable's stack size to 4MB, so that 21 years ago
Tom Lane 7969649bd5 Minor tweak to avoid unnecessary memory bloat when dumping extremely wide 21 years ago
Tom Lane 9d58b9645e Make pg_dump and pg_restore handle binary archive formats correctly 21 years ago
Tom Lane 889f038129 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 21 years ago
Tom Lane fd5437c78b Fix breakage created by addition of separate 'acl pass' in pg_dump. 21 years ago
Peter Eisentraut 5ca9687fe4 Add missing "ko". 21 years ago
Michael Meskes d314616d12 Fixed segfault due to freeing a struct definition twice if it was a named struct used in a typedef. 21 years ago
Neil Conway 4405e74355 Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that 21 years ago