| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 | 3 | -7/+36 |
| * | For pg_ctl -w, add reference to additional environment variables and pgpass. | Bruce Momjian | 2007-01-11 | 1 | -3/+5 |
| * | Remove SGML makefile .SECONDARY tag so html rules will work properly; | Bruce Momjian | 2007-01-11 | 2 | -10/+9 |
| * | Use libxml's xmlwriter API for producing XML elements, instead of doing | Peter Eisentraut | 2007-01-10 | 3 | -54/+81 |
| * | Improve SGML build rules for non-HTML output, per Peter. | Bruce Momjian | 2007-01-10 | 1 | -24/+14 |
| * | Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris, | Tom Lane | 2007-01-10 | 1 | -1/+12 |
| * | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 | 25 | -263/+722 |
| * | Attached patch fixes two problems: | Neil Conway | 2007-01-10 | 1 | -2/+4 |
| * | This patch enables verbose output when building all projects. This is | Neil Conway | 2007-01-10 | 1 | -1/+1 |
| * | Update copyright script to allow spaces around dash. | Bruce Momjian | 2007-01-10 | 2 | -4/+4 |
| * | In SGML Makefile, set proper targets for recursive calls. | Bruce Momjian | 2007-01-10 | 1 | -7/+7 |
| * | Update copyright year | Tatsuo Ishii | 2007-01-10 | 1 | -2/+2 |
| * | Add: | Bruce Momjian | 2007-01-09 | 2 | -2/+12 |
| * | Update the UTF-8 RFC reference. RFC 2044 was obsoleted by RFC 2279, | Bruce Momjian | 2007-01-09 | 2 | -3/+3 |
| * | Build SGML documention output several times if necessary to have proper | Bruce Momjian | 2007-01-09 | 2 | -17/+47 |
| * | Have log_temp_files be in kilobytes, remove trace call. | Bruce Momjian | 2007-01-09 | 3 | -6/+6 |
| * | Remove trace macro call from new log_temp_files, until it gets more | Bruce Momjian | 2007-01-09 | 1 | -2/+1 |
| * | Enable another five tuple status bits by using the high bits of the | Bruce Momjian | 2007-01-09 | 6 | -34/+44 |
| * | Done: | Bruce Momjian | 2007-01-09 | 2 | -4/+4 |
| * | Add GUC log_temp_files to log the use of temporary files. | Bruce Momjian | 2007-01-09 | 5 | -5/+52 |
| * | Marginal tweaks in the documentation for ORDER BY; in particular point | Tom Lane | 2007-01-09 | 2 | -9/+22 |
| * | Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table | Tom Lane | 2007-01-09 | 1 | -3/+8 |
| * | Fix vcbuild to allow building without OpenSSL and/or zlib. Magnus | Tom Lane | 2007-01-09 | 1 | -14/+21 |
| * | vcbuild documentation from Magnus and Dave. | Tom Lane | 2007-01-09 | 1 | -0/+56 |
| * | Done: | Bruce Momjian | 2007-01-09 | 2 | -15/+4 |
| * | pltcl regression test needs to actually create an opclass, not just one opera... | Tom Lane | 2007-01-09 | 2 | -0/+131 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 65 | -592/+1475 |
| * | 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 |
| * | Check and document minimum required version of libxml. | Peter Eisentraut | 2007-01-07 | 3 | -16/+17 |
| * | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut | 2007-01-07 | 4 | -10/+13 |
| * | Allow XML fragment to contain a XML declaration. For that, we need a small | Peter Eisentraut | 2007-01-07 | 1 | -7/+127 |
| * | Remove: | Bruce Momjian | 2007-01-06 | 2 | -4/+2 |
| * | Updates for MONEY data type: | Bruce Momjian | 2007-01-06 | 2 | -11/+7 |
| * | Done: | Bruce Momjian | 2007-01-06 | 2 | -4/+4 |
| * | Add: | Bruce Momjian | 2007-01-06 | 2 | -2/+9 |
| * | Add: | Bruce Momjian | 2007-01-06 | 2 | -8/+15 |
| * | Apply fix so pow() and exp() ERANGE is used only if result is not 0. | Bruce Momjian | 2007-01-06 | 1 | -3/+3 |
| * | Already done in 8.2: | Bruce Momjian | 2007-01-06 | 2 | -6/+2 |
| * | Move INDEX inheritance out into a separate section: | Bruce Momjian | 2007-01-06 | 2 | -22/+30 |
| * | Done: | Bruce Momjian | 2007-01-06 | 2 | -4/+4 |
| * | Allow initdb to specify the pg_xlog directory. | Bruce Momjian | 2007-01-06 | 2 | -8/+126 |
| * | 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 |
| * | Document problems with release links in early branches. | Bruce Momjian | 2007-01-06 | 1 | -2/+3 |
| * | 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 |