summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2009-12-12Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander
2009-12-12Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane
2009-12-12Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas
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-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-12-05Speed up information schema privilege viewsPeter Eisentraut
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-12-02Mark application_name as GUC_REPORT so that the value will be reported backTom Lane
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-30Avoid core dump on empty thesaurus dictionary.Tom Lane
2009-11-29Make pg_stat_activity.application_name visible to all users, rather thanTom Lane
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-11-28Eliminate a lot of list-management overhead within join_search_one_levelTom Lane
2009-11-23Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas
2009-11-22Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG.Heikki Linnakangas
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-11-19Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane
2009-11-18Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane
2009-11-16Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane
2009-11-16While doing the final setrefs.c pass over a plan tree, try to match upTom Lane
2009-11-15Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut
2009-11-15Improve planning of Materialize nodes inserted atop the inner input of aTom Lane
2009-11-13Clean up a couple of bizarre code formatting choices in recent CREATE LIKE pa...Tom Lane
2009-11-13A better fix for the "ARRAY[...]::domain" problem. The previous patch worked,Heikki Linnakangas
2009-11-13When you do "ARRAY[...]::domain", where domain is a domain over an array type,Heikki Linnakangas
2009-11-13Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev
2009-11-12The recent patch to log changes in postgresql.conf settings dumped coreTom Lane
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-11-12Remove pg_parse_string_token() --- not needed anymore.Tom Lane
2009-11-12Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane
2009-11-11Change "name" nonterminal in cursor-related productions to cursor_name.Alvaro Herrera
2009-11-11Support optional FROM/IN in FETCH and MOVEAlvaro Herrera
2009-11-10Revert the temporary patch to work around Snow Leopard readdir() bug.Tom Lane
2009-11-10interval_abs():Bruce Momjian
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-11-09Re-refactor the core scanner's API, in order to get out from under the problemTom Lane
2009-11-09Fix WHERE CURRENT OF to work as designed within plpgsql. The argumentTom Lane
2009-11-06Keep track of language's trusted flag in InlineCodeBlock. Needed to support D...Andrew Dunstan
2009-11-05Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane
2009-11-05reenable -> re-enablePeter Eisentraut
2009-11-05Allow binary-coercible cases in ri_HashCompareOp; there are some such casesTom Lane
2009-11-04Rename some encoding conversion modules to keep pathnames in our sourceTom Lane
2009-11-04Make expression locations for LIKE and SIMILAR TO constructs uniformly pointTom Lane
2009-11-04Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane