| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prevent duplicate attribute names in XMLELEMENT. | Peter Eisentraut | 2007-01-08 | 4 | -4/+25 |
| * | Tweak joinlist creation to avoid generating useless one-element subproblems | Tom Lane | 2007-01-08 | 1 | -6/+27 |
| * | Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid) | Tom Lane | 2007-01-08 | 1 | -31/+15 |
| * | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 | 6 | -12/+46 |
| * | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut | 2007-01-07 | 3 | -7/+10 |
| * | Allow XML fragment to contain a XML declaration. For that, we need a small | Peter Eisentraut | 2007-01-07 | 1 | -7/+127 |
| * | Apply fix so pow() and exp() ERANGE is used only if result is not 0. | Bruce Momjian | 2007-01-06 | 1 | -3/+3 |
| * | Allow initdb to specify the pg_xlog directory. | Bruce Momjian | 2007-01-06 | 1 | -7/+114 |
| * | Replace xmlroot with a properly functioning version that parses the value, | Peter Eisentraut | 2007-01-06 | 4 | -28/+103 |
| * | Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc | Tom Lane | 2007-01-06 | 1 | -5/+21 |
| * | Check for ERANGE in exp() as well. | Bruce Momjian | 2007-01-06 | 2 | -5/+7 |
| * | Improve dpow() check for ERANGE overflow for HPPA. | Bruce Momjian | 2007-01-06 | 1 | -5/+4 |
| * | Put back ERANGE test in dpow(). There are platforms that need this, | Tom Lane | 2007-01-06 | 1 | -7/+10 |
| * | Document that we need to update the ecpg regression files when we update | Bruce Momjian | 2007-01-06 | 1 | -0/+1 |
| * | Update ecpg regresison output for new library version number. | Bruce Momjian | 2007-01-05 | 40 | -40/+40 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 864 | -1725/+1725 |
| * | Update copyright script, report year used | Bruce Momjian | 2007-01-05 | 1 | -1/+3 |
| * | Modify copyright script to pull current year from `date`. | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian | 2007-01-05 | 9 | -21/+22 |
| * | Call setrlimit if possible in pg_regress to allow core file generation, and p... | Andrew Dunstan | 2007-01-05 | 2 | -4/+81 |
| * | Update float dpow() comment about whick platforms had issues with Nan. | Bruce Momjian | 2007-01-05 | 1 | -3/+3 |
| * | Fix AddDefine to handle quotes properly. Magnus | Tom Lane | 2007-01-04 | 1 | -0/+1 |
| * | Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping | Tom Lane | 2007-01-04 | 1 | -1/+15 |
| * | Fix some small typos in comments. Greg Stark | Tom Lane | 2007-01-04 | 3 | -8/+8 |
| * | Simplify assignment of Inf for pow Nan (don't worry about the sign). | Bruce Momjian | 2007-01-04 | 1 | -2/+3 |
| * | Fix erroneous implementation of -s in postmaster.c (the switch doesn't take | Tom Lane | 2007-01-04 | 3 | -5/+18 |
| * | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 | 3 | -46/+105 |
| * | Update pow() tests to check for both errno==EDOM _and_ result==Nan, and | Bruce Momjian | 2007-01-03 | 1 | -18/+12 |
| * | Fix erroneous error tests in pow/exp. | Tom Lane | 2007-01-03 | 1 | -4/+3 |
| * | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 | 6 | -398/+402 |
| * | Attempt to return proper overflow/underflow messages for platforms that | Bruce Momjian | 2007-01-03 | 1 | -6/+23 |
| * | For float4/8, remove errno checks for pow() and exp() because only some | Bruce Momjian | 2007-01-03 | 1 | -15/+11 |
| * | Widen the money type to 64 bits. | D'Arcy J.M. Cain | 2007-01-03 | 3 | -111/+176 |
| * | Update expected result for new inet error message wording. | Bruce Momjian | 2007-01-02 | 1 | -4/+4 |
| * | Adjust network errmsg("result is out of range") message to be consistent | Bruce Momjian | 2007-01-02 | 1 | -3/+3 |
| * | Some platforms set errno on pow(), exp() overflow, some do not, so if | Bruce Momjian | 2007-01-02 | 1 | -3/+3 |
| * | Add a regression test for ALTER SET TABLESPACE; this is a whole separate | Tom Lane | 2007-01-02 | 2 | -0/+26 |
| * | finite() no longer used; remove finite() platform-specific | Bruce Momjian | 2007-01-02 | 3 | -25/+6 |
| * | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 | 5 | -9/+49 |
| * | Add #include <float.h> for platforms that still need it. | Bruce Momjian | 2007-01-02 | 1 | -1/+2 |
| * | Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a | Bruce Momjian | 2007-01-02 | 9 | -264/+215 |
| * | Found the problem with my operator-family changes: by fetching from | Tom Lane | 2006-12-31 | 1 | -4/+5 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 44 | -651/+1527 |
| * | Add support for XML build option to MSVC build scripts. | Tom Lane | 2006-12-29 | 1 | -0/+9 |
| * | Fix multiple breakages in last XML patch. | Tom Lane | 2006-12-29 | 2 | -41/+43 |
| * | De-escape XML names when reverse-compiling XML expressions. | Peter Eisentraut | 2006-12-29 | 3 | -11/+76 |
| * | Fix up btree's initial scankey processing to be able to detect redundant | Tom Lane | 2006-12-28 | 3 | -99/+208 |
| * | Enable btree_predicate_proof() to make proofs involving cross-data-type | Tom Lane | 2006-12-28 | 1 | -15/+5 |
| * | Add send and recv functions for xml type. | Peter Eisentraut | 2006-12-28 | 5 | -9/+58 |
| * | Handle content and document options in xmlparse() correctly. | Peter Eisentraut | 2006-12-28 | 4 | -68/+65 |