| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 91 | -184/+184 |
| * | Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. | Tom Lane | 2004-12-26 | 2 | -12/+6 |
| * | Add support for Latin9 encoding in to_ascii(). Jaime Casanova | Tom Lane | 2004-12-20 | 1 | -2/+10 |
| * | Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out | Tom Lane | 2004-12-20 | 1 | -2/+3 |
| * | Make array_cat more paranoid about checking datatypes in empty arrays. | Tom Lane | 2004-12-17 | 1 | -17/+17 |
| * | array_map failed to insert correct result type in an empty array. | Tom Lane | 2004-12-17 | 1 | -9/+10 |
| * | Avoid generating excess (and illegal) parentheses around an aliased JOIN | Tom Lane | 2004-12-13 | 1 | -2/+3 |
| * | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane | 2004-12-12 | 1 | -28/+34 |
| * | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 | 1 | -1/+28 |
| * | Back out addition of Win1252 encoding. | Bruce Momjian | 2004-12-04 | 5 | -347/+1 |
| * | Back out fix for Unicode characters above 0x10000 | Bruce Momjian | 2004-12-03 | 1 | -72/+44 |
| * | Fix for Unicode characters above 0x10000. | Bruce Momjian | 2004-12-02 | 1 | -44/+72 |
| * | On win32, there is currently no way to get the equivalent function of | Bruce Momjian | 2004-12-02 | 1 | -1/+35 |
| * | Add Charset WIN1252 support. | Bruce Momjian | 2004-12-02 | 5 | -1/+347 |
| * | Teach regex_fixed_prefix() the correct handling of advanced regex | Tom Lane | 2004-12-02 | 1 | -8/+26 |
| * | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane | 2004-12-01 | 1 | -14/+20 |
| * | Our interface code for Spencer's regexp package was checking for regexp | Tom Lane | 2004-11-24 | 1 | -6/+25 |
| * | A client_encoding specification coming from the connection request has | Tom Lane | 2004-11-24 | 1 | -1/+16 |
| * | Fix rounding problem in dynahash.c's decision about when the target | Tom Lane | 2004-11-21 | 1 | -2/+2 |
| * | Reduce the default size of the PortalHashTable in order to save a | Tom Lane | 2004-11-21 | 1 | -4/+7 |
| * | Patch of 2004-03-30 corrected date_part(timestamp) for extracting | Tom Lane | 2004-11-20 | 1 | -2/+6 |
| * | Avoid scanning the relcache during AtEOSubXact_RelationCache when there | Tom Lane | 2004-11-20 | 1 | -1/+30 |
| * | Fix unportable isdigit() call --- must cast arg to unsigned char. | Tom Lane | 2004-11-20 | 1 | -5/+5 |
| * | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 | 2 | -231/+43 |
| * | Remember to close the file on failure (pretty much redundant, really, | Tom Lane | 2004-11-12 | 1 | -1/+2 |
| * | Un-break custom_variable_classes kluge ... mea culpa. | Tom Lane | 2004-11-11 | 1 | -11/+14 |
| * | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane | 2004-11-09 | 1 | -40/+1 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 4 | -168/+14 |
| * | Minor documentation updates from Simon Riggs. | Tom Lane | 2004-11-04 | 1 | -2/+2 |
| * | timestamptz_trunc() should only recalculate the timezone when truncating | Tom Lane | 2004-11-01 | 1 | -2/+15 |
| * | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane | 2004-11-01 | 1 | -75/+65 |
| * | Update comment to point to proper file. | Bruce Momjian | 2004-11-01 | 1 | -2/+2 |
| * | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 | 1 | -13/+9 |
| * | Fix to_number for the case of a trailing S. | Tom Lane | 2004-10-28 | 1 | -44/+137 |
| * | When displaying a Var that is a reference to a column of an unnamed join, | Tom Lane | 2004-10-27 | 1 | -1/+24 |
| * | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 | 2 | -11/+9 |
| * | Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be | Tom Lane | 2004-10-22 | 1 | -19/+49 |
| * | Minor code cleanup: hdefault() only ever returned "true", so it may as | Neil Conway | 2004-10-22 | 1 | -9/+4 |
| * | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 | 1 | -1/+37 |
| * | Add a HINT about the likely reason for 'invalid multibyte character for local... | Tom Lane | 2004-10-19 | 1 | -2/+3 |
| * | Fix some typos. | Bruce Momjian | 2004-10-17 | 1 | -2/+2 |
| * | Allow background writing to be shut down by setting limit values to zero. | Tom Lane | 2004-10-17 | 2 | -7/+7 |
| * | pg_get_indexdef() didn't do quite the right thing with identifying | Tom Lane | 2004-10-17 | 1 | -4/+9 |
| * | Make locale_messages_assign() really work on Windows; the prior hack | Tom Lane | 2004-10-17 | 1 | -14/+30 |
| * | Limit NBuffers and some related values to INT_MAX / BLCKSZ, to prevent | Tom Lane | 2004-10-16 | 1 | -12/+10 |
| * | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane | 2004-10-16 | 1 | -30/+23 |
| * | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 | 2 | -23/+135 |
| * | More minor cosmetic improvements: | Neil Conway | 2004-10-13 | 3 | -9/+9 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 2 | -19/+19 |
| * | Fix a copy-and-paste error: give a distinct memory context a distinct | Neil Conway | 2004-10-12 | 1 | -2/+2 |