| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 307 | -613/+613 |
| * | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian | 2007-01-05 | 1 | -4/+4 |
| * | Fix some small typos in comments. Greg Stark | Tom Lane | 2007-01-04 | 1 | -2/+2 |
| * | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 | 1 | -1/+2 |
| * | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 | 1 | -13/+12 |
| * | Widen the money type to 64 bits. | D'Arcy J.M. Cain | 2007-01-03 | 2 | -9/+12 |
| * | finite() no longer used; remove finite() platform-specific | Bruce Momjian | 2007-01-02 | 2 | -5/+1 |
| * | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 | 2 | -3/+7 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 13 | -161/+244 |
| * | De-escape XML names when reverse-compiling XML expressions. | Peter Eisentraut | 2006-12-29 | 1 | -1/+2 |
| * | Add send and recv functions for xml type. | Peter Eisentraut | 2006-12-28 | 4 | -6/+13 |
| * | 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 |
| * | Fix failure due to accessing an already-freed tuple descriptor in a plan | Tom Lane | 2006-12-26 | 2 | -2/+5 |
| * | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane | 2006-12-24 | 1 | -1/+3 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 7 | -65/+59 |
| * | Suppress various compiler warnings in new xml code. | Tom Lane | 2006-12-23 | 1 | -2/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 20 | -1827/+1697 |
| * | 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 | 10 | -8/+124 |
| * | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 | 2 | -6/+8 |
| * | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 | 1 | -2/+3 |
| * | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 | 2 | -5/+11 |
| * | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 | 1 | -4/+2 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 3 | -5/+9 |
| * | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane | 2006-12-04 | 2 | -6/+13 |
| * | Stamp 8.2, except configure.in. | Bruce Momjian | 2006-12-02 | 1 | -3/+3 |
| * | Mark to_char(timestamp without timezone) as stable, not immutable, since its | Tom Lane | 2006-11-28 | 1 | -10/+10 |
| * | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 | 1 | -1/+7 |
| * | update for rc1REL8_2_RC1 | PostgreSQL Daemon | 2006-11-25 | 1 | -3/+3 |
| * | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 | 2 | -4/+4 |
| * | Update lock comments for concurrent index creation, analyze. | Bruce Momjian | 2006-11-23 | 1 | -3/+4 |
| * | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 | 1 | -1/+1 |
| * | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 | 1 | -1/+2 |
| * | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane | 2006-11-08 | 1 | -8/+3 |
| * | Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3 | PostgreSQL Daemon | 2006-11-07 | 1 | -3/+3 |
| * | Revert to the pre-8.2 method of probing for libm, that is, always | Tom Lane | 2006-11-06 | 1 | -0/+3 |
| * | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 | 1 | -1/+2 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 15 | -66/+98 |
| * | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 | 1 | -3/+7 |
| * | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane | 2006-10-23 | 1 | -10/+10 |
| * | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 | 1 | -1/+6 |
| * | Further MSVC portability fixes from Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+14 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 5 | -15/+15 |
| * | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 | 2 | -3/+4 |
| * | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 | 3 | -16/+8 |
| * | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 | 1 | -5/+4 |
| * | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 | 1 | -12/+12 |
| * | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 3 | -3/+13 |
| * | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 | 1 | -2/+2 |