aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Clean up pgindent handling of comments after 'else' by only movingBruce Momjian2006-12-27
* Modify local buffer management to request memory for local buffers in blocksTom Lane2006-12-27
* Improve memory management code to avoid inefficient behavior when a contextTom Lane2006-12-27
* Print combining characters (those reported as having zero width byTom Lane2006-12-27
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-26
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-26
* Repair bug #2836: SPI_execute_plan returned zero if none of the querytreesTom Lane2006-12-26
* Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane2006-12-24
* Bring some order and sanity to error handling in the xml patch.Tom Lane2006-12-24
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-24
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Suppress various compiler warnings in new xml code.Tom Lane2006-12-23
* 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
* Fix expected file.Peter Eisentraut2006-12-21
* Catalog version bump for SQL/XML changes.Peter Eisentraut2006-12-21
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan2006-12-19
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-18
* fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan2006-12-18
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-16
* Fix some planner bugs exposed by reports from Arjen van der Meijden. TheseTom Lane2006-12-15
* Put JST back into the default set of timezone abbreviations;Tom Lane2006-12-15
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-14
* Remove Windows port^W^Wobsolete template file.Peter Eisentraut2006-12-14
* 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
* Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut2006-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
* Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian2006-12-04
* 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
* Stamp 8.2, except configure.in.Bruce Momjian2006-12-02
* 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
* Fix Makefile problem which prevented installation on VPATH builds.Alvaro Herrera2006-11-29
* More MSVC build support from Magnus.Tom Lane2006-11-29
* Spelling fixPeter Eisentraut2006-11-29