| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove a 15-year old comment questioning behavior that is now well- | Neil Conway | 2006-11-08 | 1 | -6/+1 |
| * | Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3 | PostgreSQL Daemon | 2006-11-07 | 1 | -3/+3 |
| * | Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane | 2006-11-06 | 1 | -5/+34 |
| * | Remove temporary Windows-specific debugging code; it seems the problem | Tom Lane | 2006-11-06 | 1 | -15/+1 |
| * | Revert to the pre-8.2 method of probing for libm, that is, always | Tom Lane | 2006-11-06 | 1 | -0/+3 |
| * | Get rid of some unnecessary dependencies on DataDir: wherever possible, | Tom Lane | 2006-11-06 | 2 | -44/+27 |
| * | Minor fix for LDAP authentication: if an error occurs, we need to | Neil Conway | 2006-11-06 | 1 | -9/+13 |
| * | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 | 3 | -6/+50 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 38 | -876/+1053 |
| * | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 | 6 | -139/+363 |
| * | pg_restore failed on tar-format archives if they contained large objects | Tom Lane | 2006-11-01 | 1 | -3/+16 |
| * | Update zic database to tzdata2006n. | Tom Lane | 2006-11-01 | 7 | -30/+77 |
| * | expression_tree_walker failed to let walker function see the immediate child | Tom Lane | 2006-10-25 | 1 | -5/+4 |
| * | Fix check for whether a clauseless join has to be forced in the presence of | Tom Lane | 2006-10-24 | 2 | -11/+25 |
| * | Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of | Tom Lane | 2006-10-24 | 1 | -2/+2 |
| * | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane | 2006-10-23 | 1 | -10/+10 |
| * | Small parser sync | Michael Meskes | 2006-10-23 | 1 | -2/+4 |
| * | Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair. | Tom Lane | 2006-10-22 | 1 | -9/+2 |
| * | Various MSVC build fixes from Magnus; also remove stray Windows | Tom Lane | 2006-10-22 | 6 | -139/+296 |
| * | Translations update | Peter Eisentraut | 2006-10-21 | 48 | -31068/+40515 |
| * | Try to fix the AIX getaddrinfo mess in a way that works on all versions. | Tom Lane | 2006-10-19 | 1 | -8/+29 |
| * | Marginal improvement in logging: include the function name when logging | Tom Lane | 2006-10-19 | 1 | -12/+14 |
| * | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 | 2 | -14/+11 |
| * | Add externs for optarg/optind where apparently needed. Per Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+4 |
| * | Further MSVC portability fixes from Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+14 |
| * | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane | 2006-10-19 | 1 | -2/+2 |
| * | Make sure that debug_query_string contains the original query text, | Tom Lane | 2006-10-19 | 1 | -24/+24 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 9 | -31/+23 |
| * | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane | 2006-10-19 | 1 | -1/+10 |
| * | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane | 2006-10-18 | 2 | -7/+79 |
| * | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 | 4 | -10/+70 |
| * | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane | 2006-10-17 | 6 | -273/+195 |
| * | Fix unexpected side-effect of changes for case insensitivity of timezone names. | Tom Lane | 2006-10-17 | 2 | -2/+2 |
| * | Remove use of whrandom module, which was removed in Python 2.5. | Peter Eisentraut | 2006-10-16 | 2 | -2/+0 |
| * | Arrange for timezone names to be recognized case-insensitively; for | Tom Lane | 2006-10-16 | 4 | -71/+182 |
| * | Remove use of '<' and '>' in SGML, use '&' escapes. | Bruce Momjian | 2006-10-16 | 1 | -3/+3 |
| * | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 | 6 | -259/+73 |
| * | Adjust plperl to ensure that all strings and hash keys passed to Perl | Tom Lane | 2006-10-15 | 1 | -70/+114 |
| * | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane | 2006-10-14 | 3 | -23/+45 |
| * | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 | 6 | -184/+198 |
| * | Fix test_fsync compile on MinGW(win32) | Bruce Momjian | 2006-10-13 | 2 | -19/+37 |
| * | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev | 2006-10-13 | 1 | -25/+81 |
| * | Fix mishandling of after-trigger state when a SQL function returns multiple | Tom Lane | 2006-10-12 | 1 | -3/+11 |
| * | Use Min() instead of min() in qsort, for consistency and to avoid | Tom Lane | 2006-10-12 | 2 | -10/+6 |
| * | Remove somebody's ill-considered free() call, per report from Chander Ganesan. | Tom Lane | 2006-10-12 | 1 | -2/+1 |
| * | Update pg_hba.conf comment about documentation section. | Bruce Momjian | 2006-10-11 | 1 | -3/+3 |
| * | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane | 2006-10-11 | 2 | -8/+19 |
| * | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 | 3 | -106/+142 |
| * | MSVC/BCC Win32 compiler fixes. | Bruce Momjian | 2006-10-10 | 4 | -3/+28 |
| * | Typo fix. | Bruce Momjian | 2006-10-10 | 1 | -1/+1 |