summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-28Revert exports.list change pending closer study.Tom Lane
2006-12-27Use a more backward-compatible syntax for exports.list on Linux.Tom Lane
2006-12-27Clean up pgindent handling of comments after 'else' by only movingBruce Momjian
2006-12-27Modify local buffer management to request memory for local buffers in blocksTom Lane
2006-12-27Improve memory management code to avoid inefficient behavior when a contextTom Lane
2006-12-27Print combining characters (those reported as having zero width byTom 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-24Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane
2006-12-24Bring some order and sanity to error handling in the xml patch.Tom Lane
2006-12-24Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane
2006-12-24Code review for XML patch. Instill a bit of sanity in the location ofTom Lane
2006-12-23Suppress various compiler warnings in new xml code.Tom Lane
2006-12-23Remove unnecessary parentheses in if() statements.Bruce Momjian
2006-12-23For GUC values, check for partial string matches on 'on' and 'off', butBruce Momjian
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-12-21Fix expected file.Peter Eisentraut
2006-12-21Catalog version bump for SQL/XML changes.Peter Eisentraut
2006-12-21Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut
2006-12-19Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan
2006-12-18Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane
2006-12-18fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan
2006-12-16enable \timing oputput for \copy commandsAndrew Dunstan
2006-12-15Fix some planner bugs exposed by reports from Arjen van der Meijden. TheseTom Lane
2006-12-15Put JST back into the default set of timezone abbreviations;Tom Lane
2006-12-14Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane
2006-12-14Remove Windows port^W^Wobsolete template file.Peter Eisentraut
2006-12-14Activate WIN32_STACK_RLIMIT override only on platforms where this isPeter Eisentraut
2006-12-13Put back yet another improperly-removed #include, per Mark Kirkwood.Tom Lane
2006-12-12Fix planner to do the right thing when a degenerate outer join (one whoseTom Lane
2006-12-12Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut
2006-12-10Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane
2006-12-08Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane
2006-12-08Fix the build for when SHOW_MEMORY_STATS is defined. The reference toNeil Conway
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-06Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway
2006-12-06Various improvements to the GUC description strings. Punctuate andNeil Conway
2006-12-04Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian
2006-12-04Patch of Win32 Encoding problem for server messages usingBruce Momjian
2006-12-04Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane
2006-12-03Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was brokenTom Lane
2006-12-02Stamp 8.2, except configure.in.Bruce Momjian
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-29Fix Makefile problem which prevented installation on VPATH builds.Alvaro Herrera