summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix PG_VERSION_NUM too.Tom Lane2007-02-071-1/+1
* Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian2007-02-073-9/+9
* Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane2007-02-061-4/+12
* Remove typmod checking from the recent security-related patches. It turnsTom Lane2007-02-062-14/+11
* Backported regression test changes from HEAD so the buildfarm hopefully gets ...Michael Meskes2007-02-068-16/+36
* Backported va_list handling cleanupMichael Meskes2007-02-061-10/+8
* Fix a performance regression in 8.2: optimization of MIN/MAX into indexscansTom Lane2007-02-061-7/+13
* Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan2007-02-051-14/+10
* Don't MAXALIGN in the checks to decide whether a tuple is over TOAST'sTom Lane2007-02-043-23/+30
* Stamp release 8.2.2.REL8_2_2Tom Lane2007-02-023-10/+10
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-0213-90/+311
* Repair insufficiently careful type checking for SQL-language functions:Tom Lane2007-02-022-57/+29
* Fix plpgsql so that when a local variable has no initial-value expression,Tom Lane2007-02-013-1/+52
* Translation updatesPeter Eisentraut2007-01-3117-7579/+7453
* Repair oversights in the mechanism used to store compiled plpgsql functions.Tom Lane2007-01-303-31/+115
* Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane2007-01-301-2/+28
* Clarify paramater handling for pg_get_serial_sequence().Bruce Momjian2007-01-301-1/+3
* Repair oversight in creation of "append relations": we should set upTom Lane2007-01-281-1/+7
* Fix up plpgsql's "simple expression" evaluation mechanism so that it behavesTom Lane2007-01-283-46/+156
* Dept of second thoughts: the IQ of estimate_array_length() needs to beTom Lane2007-01-281-1/+4
* Fix scalararraysel() to cope with binary-compatible cases, such as text[]Tom Lane2007-01-281-8/+83
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-271-2/+7
* Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane2007-01-274-101/+283
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-264-15/+29
* Properly detoast access to bytea field pg_trigger.tgargs. Old codeBruce Momjian2007-01-253-9/+6
* Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane2007-01-241-17/+43
* Relax an Assert() that has been found to be too strict in some situationsTom Lane2007-01-241-2/+12
* Add documentation of memory and time units to postgresql.conf.Bruce Momjian2007-01-201-0/+3
* Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane2007-01-161-5/+5
* Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane2007-01-123-46/+49
* Fix a performance problem in databases with large numbers of tablesTom Lane2007-01-111-28/+59
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-116-18/+61
* Tweak joinlist creation to avoid generating useless one-element subproblemsTom Lane2007-01-081-6/+27
* Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid)Tom Lane2007-01-081-31/+15
* Fix oversight in handling of row-comparison index keys: if the row comparisonTom Lane2007-01-071-12/+38
* Fix filtered_base_yylex() to save and restore base_yylval and base_yyllocTom Lane2007-01-061-5/+21
* Stamp release 8.2.1. Update FAQs.Bruce Momjian2007-01-053-11/+11
* Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane2007-01-041-1/+15
* Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane2007-01-043-5/+18
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-033-46/+105
* Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane2006-12-281-1/+2
* Revert exports.list change pending closer study.Tom Lane2006-12-281-2/+2
* Use a more backward-compatible syntax for exports.list on Linux.Tom Lane2006-12-271-2/+2
* Modify local buffer management to request memory for local buffers in blocksTom Lane2006-12-271-6/+51
* Print combining characters (those reported as having zero width byTom Lane2006-12-271-20/+15
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-266-50/+63
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-268-8/+27
* Repair bug #2836: SPI_execute_plan returned zero if none of the querytreesTom Lane2006-12-261-2/+9
* Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane2006-12-241-7/+7
* Fix some planner bugs exposed by reports from Arjen van der Meijden. TheseTom Lane2006-12-152-23/+87