| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with | Tom Lane | 2006-12-28 | 1 | -1/+2 |
| * | fflush the \o file, if any, after each backslash command. We already | Tom Lane | 2006-12-28 | 1 | -3/+6 |
| * | Revert exports.list change pending closer study. | Tom Lane | 2006-12-28 | 1 | -2/+2 |
| * | Use a more backward-compatible syntax for exports.list on Linux. | Tom Lane | 2006-12-27 | 1 | -2/+2 |
| * | Clean up pgindent handling of comments after 'else' by only moving | Bruce Momjian | 2006-12-27 | 1 | -5/+11 |
| * | Modify local buffer management to request memory for local buffers in blocks | Tom Lane | 2006-12-27 | 1 | -6/+51 |
| * | Improve memory management code to avoid inefficient behavior when a context | Tom Lane | 2006-12-27 | 1 | -6/+21 |
| * | Print combining characters (those reported as having zero width by | Tom Lane | 2006-12-27 | 1 | -20/+15 |
| * | Fix failure due to accessing an already-freed tuple descriptor in a plan | Tom Lane | 2006-12-26 | 6 | -50/+63 |
| * | Repair bug #2839: the various ExecReScan functions need to reset | Tom Lane | 2006-12-26 | 8 | -8/+27 |
| * | Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees | Tom Lane | 2006-12-26 | 1 | -2/+9 |
| * | Make HISTCONTROL=ignoredups work again (broken by misordering of | Tom Lane | 2006-12-24 | 1 | -7/+7 |
| * | Bring some order and sanity to error handling in the xml patch. | Tom Lane | 2006-12-24 | 1 | -184/+227 |
| * | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane | 2006-12-24 | 3 | -22/+30 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 25 | -681/+855 |
| * | Suppress various compiler warnings in new xml code. | Tom Lane | 2006-12-23 | 2 | -45/+51 |
| * | Remove unnecessary parentheses in if() statements. | Bruce Momjian | 2006-12-23 | 1 | -5/+5 |
| * | For GUC values, check for partial string matches on 'on' and 'off', but | Bruce Momjian | 2006-12-23 | 1 | -3/+4 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 69 | -3942/+4554 |
| * | Fix expected file. | Peter Eisentraut | 2006-12-21 | 1 | -0/+5 |
| * | Catalog version bump for SQL/XML changes. | Peter Eisentraut | 2006-12-21 | 1 | -2/+2 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 34 | -62/+2022 |
| * | Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ... | Andrew Dunstan | 2006-12-19 | 1 | -18/+31 |
| * | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 | 6 | -25/+37 |
| * | fix thinko in placement of TimeValStruct typedef in Windows case, as reported... | Andrew Dunstan | 2006-12-18 | 1 | -3/+3 |
| * | enable \timing oputput for \copy commands | Andrew Dunstan | 2006-12-16 | 3 | -28/+47 |
| * | Fix some planner bugs exposed by reports from Arjen van der Meijden. These | Tom Lane | 2006-12-15 | 2 | -23/+87 |
| * | Put JST back into the default set of timezone abbreviations; | Tom Lane | 2006-12-15 | 2 | -2/+6 |
| * | Make --with-ldap build on Unixware, per Olivier Prenant. | Tom Lane | 2006-12-14 | 1 | -0/+3 |
| * | Remove Windows port^W^Wobsolete template file. | Peter Eisentraut | 2006-12-14 | 1 | -0/+0 |
| * | Activate WIN32_STACK_RLIMIT override only on platforms where this is | Peter Eisentraut | 2006-12-14 | 1 | -1/+3 |
| * | Put back yet another improperly-removed #include, per Mark Kirkwood. | Tom Lane | 2006-12-13 | 1 | -1/+2 |
| * | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 | 4 | -11/+52 |
| * | Allow augmenting CPPFLAGS from the configure command line. This generally | Peter Eisentraut | 2006-12-12 | 2 | -4/+4 |
| * | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 | 10 | -47/+50 |
| * | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 | 4 | -96/+157 |