summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2007-01-04Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane
2007-01-03Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane
2006-12-27Modify local buffer management to request memory for local buffers in blocksTom Lane
2006-12-26Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane
2006-12-26Repair bug #2839: the various ExecReScan functions need to resetTom Lane
2006-12-26Repair bug #2836: SPI_execute_plan returned zero if none of the querytreesTom Lane
2006-12-15Fix some planner bugs exposed by reports from Arjen van der Meijden. TheseTom Lane
2006-12-12Fix planner to do the right thing when a degenerate outer join (one whoseTom Lane
2006-12-08Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries toTom Lane
2006-12-07Repair incorrect placement of WHERE clauses when there are multiple,Tom Lane
2006-12-06Fix planning of SubLinks to ensure that Vars generated from transformation ofTom Lane
2006-12-04Patch of Win32 Encoding problem for server messages usingBruce Momjian
2006-12-03Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was brokenTom Lane
2006-12-02Translation updatesPeter Eisentraut
2006-12-01Make the bgwriter's error recovery path do smgrcloseall(). On Windows thisTom Lane
2006-11-30Minor adjustments to make failures in startup/shutdown behave more cleanly.Tom Lane
2006-11-30Fix bug with page deletion. If inner page is removed and it tries toTeodor Sigaev
2006-11-29Spelling fixPeter Eisentraut
2006-11-28Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut
2006-11-28Add workaround for localizing May and abbreviated May differently. IdeaPeter Eisentraut
2006-11-27Fix gratuitous message spelling differencesPeter Eisentraut
2006-11-24Revert (too late in beta):Bruce Momjian
2006-11-24Change pg_stat_all_tables and sister views to put the recently-addedTom Lane
2006-11-24Translation updatesPeter Eisentraut
2006-11-24Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.Bruce Momjian
2006-11-24KB -> kBPeter Eisentraut
2006-11-23Add a comment noting that heap_copytuple_with_tuple() results in aNeil Conway
2006-11-23Several changes to reduce the probability of running out of memory duringTom Lane
2006-11-21Prevent intratransaction memory leak when a subtransaction is abortedTom Lane
2006-11-21Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane
2006-11-21On systems that have setsid(2) (which should be just about everything exceptTom Lane
2006-11-21Change the default setting for log_min_error_statement to ERROR. PerTom Lane
2006-11-21Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane
2006-11-20When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane
2006-11-19Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane
2006-11-17Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane
2006-11-17Small message equalization fixPeter Eisentraut
2006-11-16Message fixPeter Eisentraut
2006-11-16String fixPeter Eisentraut
2006-11-12Fix some typos in comments.Neil Conway
2006-11-11Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane
2006-11-10Fix pg_get_serial_sequence(), which could incorrectly return the nameTom Lane
2006-11-10Clean up some misleading references to %p being a full path, per Simon.Tom Lane
2006-11-10Fix errors in key_column_usage.position_in_unique_constraint column recentlyTom Lane
2006-11-10Fix set_joinrel_size_estimates() to estimate outer-join sizes moreTom Lane
2006-11-08Change Windows rename and unlink substitutes so that they time out afterTom Lane
2006-11-08Modify aset.c to track the next intended block allocation size explicitly.Tom Lane
2006-11-08Tweak accumArrayResult() to double the size of its working arrays whenTom Lane
2006-11-08Fix performance issues in replace_text(), replace_text_regexp(), andTom Lane
2006-11-08Remove a 15-year old comment questioning behavior that is now well-Neil Conway