| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 | 3 | -3/+18 |
* | Fix pg_get_serial_sequence(), which could incorrectly return the name | Tom Lane | 2006-11-10 | 1 | -4/+6 |
* | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 | 2 | -4/+4 |
* | Fix errors in key_column_usage.position_in_unique_constraint column recently | Tom Lane | 2006-11-10 | 1 | -11/+32 |
* | Fix set_joinrel_size_estimates() to estimate outer-join sizes more | Tom Lane | 2006-11-10 | 1 | -17/+61 |
* | Change Windows rename and unlink substitutes so that they time out after | Tom Lane | 2006-11-08 | 2 | -50/+39 |
* | Modify aset.c to track the next intended block allocation size explicitly. | Tom Lane | 2006-11-08 | 1 | -27/+15 |
* | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane | 2006-11-08 | 2 | -18/+11 |
* | Fix performance issues in replace_text(), replace_text_regexp(), and | Tom Lane | 2006-11-08 | 1 | -56/+131 |
* | Applied patch by Peter Harris to free auto_mem structure on connect | Michael Meskes | 2006-11-08 | 3 | -3/+10 |
* | Fix a memory leak in psql: we'd leak a few PGresult handles if | Neil Conway | 2006-11-08 | 1 | -1/+8 |
* | 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 |