summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-12Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas
2009-12-11Arrange to generate different random sequences in the different childTom Lane
2009-12-11Ensure that the result tuple of an EvalPlanQual cycle gets materializedTom Lane
2009-12-11Add large object access control.Itagaki Takahiro
2009-12-11Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian
2009-12-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-12-10PL/Python array supportPeter Eisentraut
2009-12-10Add init[db] option to pg_ctlPeter Eisentraut
2009-12-10Fix levenshtein with costs. The previous code multiplied by the cost in onlyRobert Haas
2009-12-10Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23,Tom Lane
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-09Add notes about updating disk and shared memory size information in theMagnus Hagander
2009-12-09Update size references in installation instructions to be a bitMagnus Hagander
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-12-09Update time zone data files to tzdata release 2009s: DST law changes inTom Lane
2009-12-08Fix a couple of broken links to third-party sites.Magnus Hagander
2009-12-08Replace broken link to custom local gettext package with one to the mainMagnus Hagander
2009-12-07Update CVS documentation to be more current and add documentation aboutMagnus Hagander
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-12-06Don't use a duplicate OID for aclexplode().Tom Lane
2009-12-05Speed up information schema privilege viewsPeter Eisentraut
2009-12-05Information schema documentationPeter Eisentraut
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-12-02Clarify what's supposed to happen when a cursor FETCH is rolled backTom Lane
2009-12-02thread-safetyBruce Momjian
2009-12-02Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev
2009-12-02Mark application_name as GUC_REPORT so that the value will be reported backTom Lane
2009-12-02Instead of sending application_name as a SET command after the connectionTom Lane
2009-12-01Enable thread safetyBruce Momjian
2009-12-01psql -f -Bruce Momjian
2009-12-01Teach the regular expression functions to do case-insensitive matching andTom Lane
2009-12-01Revert due to Tom's concerns:Bruce Momjian
2009-12-01ProcessUtility_hook:Bruce Momjian
2009-11-30hstore docsBruce Momjian
2009-11-30THREAD_SUPPORTBruce Momjian
2009-11-30Avoid core dump on empty thesaurus dictionary.Tom Lane
2009-11-30In SRF example, move oldcontext variable definition into the FIRSTCALLPeter Eisentraut
2009-11-30Properly indent SGML.Bruce Momjian
2009-11-29Fix session-lifespan memory leak when a plperl function is redefined:Tom Lane
2009-11-29Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut
2009-11-29Add some opr_sanity checks that the lengths of the various argument-infoTom Lane
2009-11-29Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut
2009-11-29Make pg_stat_activity.application_name visible to all users, rather thanTom Lane
2009-11-29Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-11-28fsync test toolsBruce Momjian
2009-11-28test_fsync:Bruce Momjian
2009-11-28Eliminate a lot of list-management overhead within join_search_one_levelTom Lane
2009-11-27Document ath vacuumdb --analyze does analyze _also_, not in place ofBruce Momjian
2009-11-27Remove */ characters from declare cursor statements before putting them into aMichael Meskes