summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag for 8.4.2REL8_4_2Marc G. Fournier2009-12-106-22/+22
* Fix levenshtein with costs. The previous code multiplied by the cost in onlyRobert Haas2009-12-101-7/+7
* Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23,Tom Lane2009-12-106-6/+1563
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-0914-104/+273
* Update size references in installation instructions to be a bitMagnus Hagander2009-12-091-4/+4
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-092-5/+44
* Update time zone data files to tzdata release 2009s: DST law changes inTom Lane2009-12-096-40/+396
* Translation updatesPeter Eisentraut2009-12-089-1794/+1810
* Fix a couple of broken links to third-party sites.Magnus Hagander2009-12-084-10/+10
* Replace broken link to custom local gettext package with one to the mainMagnus Hagander2009-12-081-2/+2
* Update CVS documentation to be more current and add documentation aboutMagnus Hagander2009-12-072-325/+94
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-033-34/+146
* Ignore attempts to set "application_name" in the connection startup packet.Tom Lane2009-12-021-1/+3
* Avoid core dump on empty thesaurus dictionary.Tom Lane2009-11-301-5/+5
* Fix session-lifespan memory leak when a plperl function is redefined:Tom Lane2009-11-291-3/+5
* Remove */ characters from declare cursor statements before putting them into aMichael Meskes2009-11-271-3/+12
* Fix syntax in extract() examplesPeter Eisentraut2009-11-241-3/+3
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-237-19/+191
* Refactor ecpg grammar so that it uses the core grammar's unreserved_keywordTom Lane2009-11-213-296/+104
* Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre combinationTom Lane2009-11-202-2/+6
* Typo: dump -> restorePeter Eisentraut2009-11-191-2/+2
* Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane2009-11-191-17/+33
* While doing the final setrefs.c pass over a plan tree, try to match upTom Lane2009-11-161-5/+67
* Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut2009-11-151-1/+2
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-145-38/+27
* A better fix for the "ARRAY[...]::domain" problem. The previous patch worked,Heikki Linnakangas2009-11-131-24/+16
* When you do "ARRAY[...]::domain", where domain is a domain over an array type,Heikki Linnakangas2009-11-131-1/+15
* Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev2009-11-131-9/+25
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-102-3/+16
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-103-13/+50
* Allow binary-coercible cases in ri_HashCompareOp; there are some such casesTom Lane2009-11-051-4/+6
* Disable triggering failover with a signal in pg_standby on Windows, becauseHeikki Linnakangas2009-11-041-3/+9
* Fix obscure segfault condition in PL/PythonPeter Eisentraut2009-11-031-4/+7
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-013-8/+16
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-016-190/+250
* Ensure the previous Perl interpreter selection is restored upon exit fromTom Lane2009-10-311-13/+10
* Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane2009-10-301-18/+25
* Fix \df to re-allow regexp special characters in the function name pattern.Tom Lane2009-10-281-2/+2
* Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane2009-10-271-2/+8
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-2710-121/+65
* Fix documentation on the toast.fillfactor reloption: it doesn't exist.Alvaro Herrera2009-10-271-6/+7
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-161-48/+80
* FREEZE and VERBOSE options were in wrong order in the VACUUM command thatHeikki Linnakangas2009-10-161-3/+3
* Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,Heikki Linnakangas2009-10-141-5/+5
* Raise the maximum authentication token (Kerberos ticket) size in GSSAPIHeikki Linnakangas2009-10-141-3/+18
* Fix ts_stat's failure on empty tsvector.Tom Lane2009-10-131-10/+15
* Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas2009-10-081-2/+2
* Fix snapshot management, take two.Alvaro Herrera2009-10-075-19/+80
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-068-25/+50
* Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane2009-10-031-12/+16