summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-02Repair failure to check that a table is still compatible with a previouslyTom Lane
2007-02-02Repair insufficiently careful type checking for SQL-language functions:Tom Lane
2007-02-01Fix plpgsql so that when a local variable has no initial-value expression,Tom Lane
2007-01-31Translation updatesPeter Eisentraut
2007-01-30Repair oversights in the mechanism used to store compiled plpgsql functions.Tom Lane
2007-01-30Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane
2007-01-30Clarify paramater handling for pg_get_serial_sequence().Bruce Momjian
2007-01-28Repair oversight in creation of "append relations": we should set upTom Lane
2007-01-28Fix up plpgsql's "simple expression" evaluation mechanism so that it behavesTom Lane
2007-01-28Dept of second thoughts: the IQ of estimate_array_length() needs to beTom Lane
2007-01-28Fix scalararraysel() to cope with binary-compatible cases, such as text[]Tom Lane
2007-01-27Correct an old logic error in btree page splitting: when considering a splitTom Lane
2007-01-27Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane
2007-01-26On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane
2007-01-25Properly detoast access to bytea field pg_trigger.tgargs. Old codeBruce Momjian
2007-01-24Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane
2007-01-24Relax an Assert() that has been found to be too strict in some situationsTom Lane
2007-01-20Add documentation of memory and time units to postgresql.conf.Bruce Momjian
2007-01-16Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane
2007-01-12Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane
2007-01-11Fix a performance problem in databases with large numbers of tablesTom Lane
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-08Tweak joinlist creation to avoid generating useless one-element subproblemsTom Lane
2007-01-08Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid)Tom Lane
2007-01-07Fix oversight in handling of row-comparison index keys: if the row comparisonTom Lane
2007-01-06Fix filtered_base_yylex() to save and restore base_yylval and base_yyllocTom Lane
2007-01-05Stamp release 8.2.1. Update FAQs.Bruce Momjian
2007-01-04Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane
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-28Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane
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-27Modify local buffer management to request memory for local buffers in blocksTom 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-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-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-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-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