| Commit message (Expand) | Author | Age |
... | |
* | Remove unnecessary parentheses in if() statements. | Bruce Momjian | 2006-12-23 |
* | For GUC values, check for partial string matches on 'on' and 'off', but | Bruce Momjian | 2006-12-23 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 |
* | Fix some planner bugs exposed by reports from Arjen van der Meijden. These | Tom Lane | 2006-12-15 |
* | Activate WIN32_STACK_RLIMIT override only on platforms where this is | Peter Eisentraut | 2006-12-14 |
* | Put back yet another improperly-removed #include, per Mark Kirkwood. | Tom Lane | 2006-12-13 |
* | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 |
* | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 |
* | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 |
* | Fix the build for when SHOW_MEMORY_STATS is defined. The reference to | Neil Conway | 2006-12-08 |
* | Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to | Tom Lane | 2006-12-08 |
* | Repair incorrect placement of WHERE clauses when there are multiple, | Tom Lane | 2006-12-07 |
* | Fix planning of SubLinks to ensure that Vars generated from transformation of | Tom Lane | 2006-12-06 |
* | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 |
* | Various improvements to the GUC description strings. Punctuate and | Neil Conway | 2006-12-06 |
* | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 |
* | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane | 2006-12-04 |
* | Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken | Tom Lane | 2006-12-03 |
* | Translation updates | Peter Eisentraut | 2006-12-02 |
* | Make the bgwriter's error recovery path do smgrcloseall(). On Windows this | Tom Lane | 2006-12-01 |
* | Minor adjustments to make failures in startup/shutdown behave more cleanly. | Tom Lane | 2006-11-30 |
* | Fix bug with page deletion. If inner page is removed and it tries to | Teodor Sigaev | 2006-11-30 |
* | Spelling fix | Peter Eisentraut | 2006-11-29 |
* | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut | 2006-11-28 |
* | Add workaround for localizing May and abbreviated May differently. Idea | Peter Eisentraut | 2006-11-28 |
* | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 |
* | Revert (too late in beta): | Bruce Momjian | 2006-11-24 |
* | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 |
* | Translation updates | Peter Eisentraut | 2006-11-24 |
* | Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. | Bruce Momjian | 2006-11-24 |
* | KB -> kB | Peter Eisentraut | 2006-11-24 |
* | Add a comment noting that heap_copytuple_with_tuple() results in a | Neil Conway | 2006-11-23 |
* | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 |
* | Prevent intratransaction memory leak when a subtransaction is aborted | Tom Lane | 2006-11-21 |
* | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane | 2006-11-21 |
* | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 |
* | Change the default setting for log_min_error_statement to ERROR. Per | Tom Lane | 2006-11-21 |
* | Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is | Tom Lane | 2006-11-21 |
* | When truncating a relation in-place (eg during VACUUM), do not try to unlink | Tom Lane | 2006-11-20 |
* | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane | 2006-11-19 |
* | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 |
* | Small message equalization fix | Peter Eisentraut | 2006-11-17 |
* | Message fix | Peter Eisentraut | 2006-11-16 |
* | String fix | Peter Eisentraut | 2006-11-16 |
* | Fix some typos in comments. | Neil Conway | 2006-11-12 |
* | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 |
* | Fix pg_get_serial_sequence(), which could incorrectly return the name | Tom Lane | 2006-11-10 |
* | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 |