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