Commit Graph

27361 Commits (791359fe0eae83641f0929159d5861359d395e97)
 

Author SHA1 Message Date
Tom Lane 791359fe0e Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than 17 years ago
Michael Meskes f346a232ed Fixed parsing of parameters. Added regression test for this. 17 years ago
Heikki Linnakangas 84c3769482 Fix oversight in the relation forks patch: forgot to copy fork number to 17 years ago
Tom Lane 06224652f2 Add docs and regression test about sorting the output of a recursive query in 17 years ago
Tom Lane 1f238e569a Eliminate unnecessary array[] decoration in examples of recursive cycle 17 years ago
Tom Lane e3b0117459 Implement comparison of generic records (composite types), and invent a 17 years ago
Tom Lane d6dfa1e6c6 Update oidjoins test to match CVS HEAD. 17 years ago
Tom Lane 556dfb5e06 Fix bogus comment emitted by make_oidjoins_check, per Greg Stark. 17 years ago
Tom Lane 0a7abcd4c9 Fix corner case wherein a WorkTableScan node could get initialized before the 17 years ago
Alvaro Herrera 100aa2795d Add missing header. 17 years ago
Tom Lane 74fd3d1b23 Fix COPY documentation to not imply that HEADER can be used outside CSV mode. 17 years ago
Tom Lane 30584cda35 Fix small query-lifespan memory leak introduced by 8.4 change in index AM API 17 years ago
Tom Lane 8fc4197f7d Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert 17 years ago
Michael Meskes 9d3275e59d Fixed "create role" parsing to accept optional "with" argument. 17 years ago
Tom Lane 56d5641299 Un-break non-NLS builds. 17 years ago
Alvaro Herrera 7ecfaccf19 Fix two flaws in comments I just introduced, pointed out by Tom. 17 years ago
Tom Lane 76e6602417 Improve the recently-added code for inlining set-returning functions so that 17 years ago
Alvaro Herrera cbe99a97a8 Add initial plpgsql translation (with lots of fuzzies) 17 years ago
Alvaro Herrera 2532c54d82 Improve translatability of error messages for external modules by tweaking 17 years ago
Tom Lane b15531033e Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent 17 years ago
Tom Lane 1b0f58a9ce Fix crash in bytea-to-XML mapping when the source value is toasted. 17 years ago
Heikki Linnakangas db31addaae Force a checkpoint in CREATE DATABASE before starting to copy the files, 17 years ago
Tom Lane 3437286356 Modify the parser's error reporting to include a specific hint for the case 17 years ago
Bruce Momjian e229998138 Update Japanese FAQ. 17 years ago
Tom Lane dd4c165bc3 Improve some of the comments in fsmpage.c. 17 years ago
Tom Lane 0d115dde82 Extend CTE patch to support recursive UNION (ie, without ALL). The 17 years ago
Michael Meskes 059349be0c Synced parser. 17 years ago
Heikki Linnakangas fa3938fcb1 When a relation is moved to another tablespace, we can't assume that we can 17 years ago
Tom Lane 078aaf796e Improve parser error location for cases where an INSERT or UPDATE command 17 years ago
Bruce Momjian a6586c0dc1 Improve backend flowchart to show more detail. 17 years ago
Tom Lane 34f89cb4af Fix oversight in recent patch to support multiple read positions in 17 years ago
Tom Lane 742fd06d98 Fix up ruleutils.c for CTE features. The main problem was that 17 years ago
Tom Lane bf461538e1 When expanding a whole-row Var into a RowExpr during ResolveNew(), attach 17 years ago
Tom Lane e64bb65aff Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came 17 years ago
Heikki Linnakangas 5f853c6556 Use fork names instead of numbers in the file names for additional 17 years ago
Tom Lane e59ad5fbb6 Editorial improvements to description of pg_settings view. 17 years ago
Magnus Hagander 3bea93b3b0 Add columns boot_val and reset_val to the pg_settings view, to expose 17 years ago
Heikki Linnakangas 89f373bf5b Index FSMs needs to be vacuumed as well. Report by Jeff Davis. 17 years ago
Tom Lane 557faa4fb3 Random speculation about the reason for PPC64 buildfarm failures: 17 years ago
Tom Lane dad4215d0a Experimental patch to see if it fixes MSVC builds ... 17 years ago
Tom Lane 0ff384f0bc Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as 17 years ago
Tom Lane af88c9bbec Fix a missed case in int8-exp-three-digits.out, per buildfarm results. 17 years ago
Tom Lane 8acfc7594d Tweak the overflow checks in integer division functions to complain if the 17 years ago
Tom Lane 1e4b03847c Improve behavior of WITH RECURSIVE with an untyped literal in the 17 years ago
Tom Lane 0814250474 Fix markTargetListOrigin() to not fail on a simple-Var reference to a 17 years ago
Peter Eisentraut 6151e89e8b Remove some unportable tests 17 years ago
Peter Eisentraut 2cf8afe5d1 Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, 17 years ago
Peter Eisentraut d112ead206 Reverse int8.out and int8-exp-three-digits.out mixup. 17 years ago
Peter Eisentraut 34411cfac5 Additional test coverage for int8 type (int8.c) 17 years ago
Peter Eisentraut 128849875f Additional test coverage for boolean type (bool.c) 17 years ago