Commit Graph

28686 Commits (524d357d09cd42a1e88636f2bc6a66bc402ca0a1)
 

Author SHA1 Message Date
Tom Lane 524d357d09 Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list 16 years ago
Magnus Hagander 69273fb018 Fix spelling error, noticed by Thomas Shinnick 16 years ago
Tom Lane 903352faeb Re-order configure tests to reflect the fact that the code generated for 16 years ago
Tom Lane 06f6234730 When loading critical system indexes into the relcache, ensure we lock the 16 years ago
Tom Lane e245c91211 Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, 16 years ago
Tom Lane cc398df078 Fix relcache reload mechanism to be more robust in the face of errors 16 years ago
Tom Lane bfa084fb0d Improve ExecEvalVar's handling of whole-row variables in cases where the 16 years ago
Magnus Hagander 48eb3e6351 Update Windows installation notes. 16 years ago
Michael Meskes 6e417452e3 Backported fix for protecting ecpg against applications freeing strings to 8.4. 16 years ago
Tom Lane ac7fc991c0 Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Tom Lane ed62e74522 Alter the configure script to fail immediately if the C compiler does not 16 years ago
Tom Lane c5afcf9040 Add support for doing FULL JOIN ON FALSE. While this is really a rather 16 years ago
Magnus Hagander 1c0f0d99ae Make the win32 putenv() override update *all* present versions of the 16 years ago
Heikki Linnakangas cae9c0d8c1 Reset minRecoveryPoint at checkpoints, so that we don't uselessly update 16 years ago
Tom Lane eb63765a38 Set errno to zero before invoking SSL_read or SSL_write. It appears that 16 years ago
Heikki Linnakangas b1ffbaeddc Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane f46b971145 Fix wrong WAL info value generated when gistContinueInsert() performs an 16 years ago
Heikki Linnakangas a1ffb01217 Always pass catalog id to the options validator function specified in 16 years ago
Tom Lane 7826bd450b Avoid a premature coercion failure in transformSetOperationTree() when 16 years ago
Tom Lane e5fddc5290 Fix a bug introduced when set-returning SQL functions were made inline-able: 16 years ago
Tom Lane e2668636ca Fix integer-to-bit-string conversions to handle the first fractional byte 16 years ago
Marc G. Fournier 5cc7c13022 tag for 8.4.2 16 years ago
Robert Haas 743ffa59b9 Fix levenshtein with costs. The previous code multiplied by the cost in only 16 years ago
Tom Lane e8df3579fe Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 16 years ago
Tom Lane 42ba393b59 Prevent indirect security attacks via changing session-local state within 16 years ago
Magnus Hagander a493b4224b Update size references in installation instructions to be a bit 16 years ago
Magnus Hagander 1ac3651be2 Reject certificates with embedded NULLs in the commonName field. This stops 16 years ago
Tom Lane e37487d4d5 Update time zone data files to tzdata release 2009s: DST law changes in 16 years ago
Peter Eisentraut 7a2afa1968 Translation updates 16 years ago
Magnus Hagander fd1b31fa11 Fix a couple of broken links to third-party sites. 16 years ago
Magnus Hagander 652dad6d32 Replace broken link to custom local gettext package with one to the main 16 years ago
Magnus Hagander 8c5a1d9366 Update CVS documentation to be more current and add documentation about 16 years ago
Heikki Linnakangas d1c5bdf520 Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Tom Lane e461436f87 Ignore attempts to set "application_name" in the connection startup packet. 16 years ago
Tom Lane b382cbb044 Avoid core dump on empty thesaurus dictionary. 16 years ago
Tom Lane 1962ec6829 Fix session-lifespan memory leak when a plperl function is redefined: 16 years ago
Michael Meskes 2164a24686 Remove */ characters from declare cursor statements before putting them into a 16 years ago
Peter Eisentraut 7c605d5dfa Fix syntax in extract() examples 16 years ago
Heikki Linnakangas 5e4b869f29 Fix an old bug in multixact and two-phase commit. Prepared transactions can 16 years ago
Tom Lane 1e925f49e7 Refactor ecpg grammar so that it uses the core grammar's unreserved_keyword 16 years ago
Tom Lane 00d144ddab Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre combination 16 years ago
Peter Eisentraut cd5c42de59 Typo: dump -> restore 16 years ago
Tom Lane 2951f8f94e Fix memory leak in syslogger: logfile_rotate() would leak a copy of the 16 years ago
Tom Lane 1ec65488c0 While doing the final setrefs.c pass over a plan tree, try to match up 16 years ago
Peter Eisentraut 4272c8724f Make text search parser accept underscores in XML attributes (bug #5075) 16 years ago
Magnus Hagander 8467f3c5a1 Add inheritable ACE when creating a restricted token for execution on 16 years ago
Heikki Linnakangas 30137bde6d A better fix for the "ARRAY[...]::domain" problem. The previous patch worked, 16 years ago
Heikki Linnakangas 959af88533 When you do "ARRAY[...]::domain", where domain is a domain over an array type, 16 years ago
Teodor Sigaev 66ad0b3a05 Fix multicolumn GIN's wrong results with fastupdate enabled. 16 years ago
Tom Lane 7a6aa851f5 Do not build psql's flex module on its own, but instead include it in 16 years ago