summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp release 8.2.2.REL8_2_2Tom Lane2007-02-026-22/+22
* Update release notes for security-related releases in all active branches.Tom Lane2007-02-021-504/+957
* 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
* Mention file system replication as a high availability solution in theBruce Momjian2007-02-011-5/+12
* Fix plpgsql so that when a local variable has no initial-value expression,Tom Lane2007-02-013-1/+52
* Backpatch last night's fix for broken markup to the 8.2 branch.Neil Conway2007-02-011-2/+3
* Add 8.2.0 "Incomatibilities" documentation that pg_dump's -n and -tBruce Momjian2007-02-011-1/+10
* Backpatch FAQs to stable branch.Bruce Momjian2007-02-0124-1523/+1742
* Translation updatesPeter Eisentraut2007-01-3117-7579/+7453
* Document need for periodic REINDEX in VACUUM FULL cases.Bruce Momjian2007-01-312-5/+6
* Update documentation for backslashes to mention escape string syntaxBruce Momjian2007-01-309-87/+82
* 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-302-8/+16
* 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
* Update documentation about postgresqlconf to mention default units thatBruce Momjian2007-01-201-126/+129
* Document that to remove template1, datistemplate must be 'false'.Bruce Momjian2007-01-201-2/+3
* Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane2007-01-161-5/+5
* Correct a minor inaccuracy in the pg_dumpall reference page: -g dumpsNeil Conway2007-01-151-2/+2
* Fix localization support for multibyte encoding and C locale.Teodor Sigaev2007-01-153-52/+144
* Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane2007-01-124-48/+51
* 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
* Backport patch.Tatsuo Ishii2007-01-101-3/+3
* 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
* tag configureREL8_2_1PostgreSQL Daemon2007-01-062-11/+11
* Minor copy-editing for release note updates.Tom Lane2007-01-051-100/+132
* Update Japanese FAQ.Bruce Momjian2007-01-057-57/+77
* Stamp release 8.2.1. Update FAQs.Bruce Momjian2007-01-0513-81/+130
* Create release notes for release 8.2.1.Bruce Momjian2007-01-051-1/+520
* Add missing reference to pg_shdescription. Greg MullaneTom Lane2007-01-051-2/+3
* 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-044-118/+113
* 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-282-2/+19
* Revert exports.list change pending closer study.Tom Lane2006-12-281-2/+2