Commit Graph

27344 Commits (cbe99a97a8343c36ff7d9ce37381edd75c19e47b)
 

Author SHA1 Message Date
Alvaro Herrera cbe99a97a8 Add initial plpgsql translation (with lots of fuzzies) 18 years ago
Alvaro Herrera 2532c54d82 Improve translatability of error messages for external modules by tweaking 18 years ago
Tom Lane b15531033e Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent 18 years ago
Tom Lane 1b0f58a9ce Fix crash in bytea-to-XML mapping when the source value is toasted. 18 years ago
Heikki Linnakangas db31addaae Force a checkpoint in CREATE DATABASE before starting to copy the files, 18 years ago
Tom Lane 3437286356 Modify the parser's error reporting to include a specific hint for the case 18 years ago
Bruce Momjian e229998138 Update Japanese FAQ. 18 years ago
Tom Lane dd4c165bc3 Improve some of the comments in fsmpage.c. 18 years ago
Tom Lane 0d115dde82 Extend CTE patch to support recursive UNION (ie, without ALL). The 18 years ago
Michael Meskes 059349be0c Synced parser. 18 years ago
Heikki Linnakangas fa3938fcb1 When a relation is moved to another tablespace, we can't assume that we can 18 years ago
Tom Lane 078aaf796e Improve parser error location for cases where an INSERT or UPDATE command 18 years ago
Bruce Momjian a6586c0dc1 Improve backend flowchart to show more detail. 18 years ago
Tom Lane 34f89cb4af Fix oversight in recent patch to support multiple read positions in 18 years ago
Tom Lane 742fd06d98 Fix up ruleutils.c for CTE features. The main problem was that 18 years ago
Tom Lane bf461538e1 When expanding a whole-row Var into a RowExpr during ResolveNew(), attach 18 years ago
Tom Lane e64bb65aff Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came 18 years ago
Heikki Linnakangas 5f853c6556 Use fork names instead of numbers in the file names for additional 18 years ago
Tom Lane e59ad5fbb6 Editorial improvements to description of pg_settings view. 18 years ago
Magnus Hagander 3bea93b3b0 Add columns boot_val and reset_val to the pg_settings view, to expose 18 years ago
Heikki Linnakangas 89f373bf5b Index FSMs needs to be vacuumed as well. Report by Jeff Davis. 18 years ago
Tom Lane 557faa4fb3 Random speculation about the reason for PPC64 buildfarm failures: 18 years ago
Tom Lane dad4215d0a Experimental patch to see if it fixes MSVC builds ... 18 years ago
Tom Lane 0ff384f0bc Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as 18 years ago
Tom Lane af88c9bbec Fix a missed case in int8-exp-three-digits.out, per buildfarm results. 18 years ago
Tom Lane 8acfc7594d Tweak the overflow checks in integer division functions to complain if the 18 years ago
Tom Lane 1e4b03847c Improve behavior of WITH RECURSIVE with an untyped literal in the 18 years ago
Tom Lane 0814250474 Fix markTargetListOrigin() to not fail on a simple-Var reference to a 18 years ago
Peter Eisentraut 6151e89e8b Remove some unportable tests 18 years ago
Peter Eisentraut 2cf8afe5d1 Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, 18 years ago
Peter Eisentraut d112ead206 Reverse int8.out and int8-exp-three-digits.out mixup. 18 years ago
Peter Eisentraut 34411cfac5 Additional test coverage for int8 type (int8.c) 18 years ago
Peter Eisentraut 128849875f Additional test coverage for boolean type (bool.c) 18 years ago
Tom Lane 44d5be0e53 Implement SQL-standard WITH clauses, including WITH RECURSIVE. 18 years ago
Peter Eisentraut 607b2be7bb Additional string function tests for coverage of oracle_compat.c 18 years ago
Tom Lane d5d552fa01 Add a note about how to check for bare < and & in SGML docs, before the 18 years ago
Peter Eisentraut 6761a0309b Add regression test for macaddr type. Enhance documentation about accepted 18 years ago
Peter Eisentraut 0e4896d53e Fix coverage targets so that HTML view is reliably updated when test data 18 years ago
Peter Eisentraut 8f1658cbf3 Put back the copying of some of the regression test data files for vpath 18 years ago
Heikki Linnakangas 706a308806 Add relation fork support to pg_relation_size() function. You can now pass 18 years ago
Bruce Momjian 2cc1633a35 Update README.HOT to reflect new snapshot tracking and xmin advancement 18 years ago
Tom Lane 607b39855a Fix improper display of fractional seconds in interval values 18 years ago
Tom Lane 2793af3cc0 Partial fix for contrib vpath breakage. 18 years ago
Heikki Linnakangas 6736da5484 Make the blkno arguments bigints instead of int4s. A signed int4 is not 18 years ago
Heikki Linnakangas f10a86ece7 Fix function name in pg_freespacemap docs. It's "pg_freespace", not 18 years ago
Peter Eisentraut 22c2c695b3 Update pg_regress calls in PL checks to handle vpath builds. 18 years ago
Peter Eisentraut feae7856af Allow pg_regress to be run outside the build tree. Look for input files 18 years ago
Tom Lane dad4cb6258 Improve tuplestore.c to support multiple concurrent read positions. 18 years ago
Magnus Hagander 233f135144 Link libpq with libgssapi if configure finds it, as 18 years ago
Tom Lane 68827a7ada Suppress an uninitialized-variable warning (not all versions of gcc 18 years ago