summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-151-1/+26
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-1517-189/+633
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-1514-107/+175
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-144-38/+146
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-122-44/+257
* Fix integer-to-bit-string conversions to handle the first fractional byteTom Lane2009-12-121-3/+13
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-121-5/+3
* Ensure that the result tuple of an EvalPlanQual cycle gets materializedTom Lane2009-12-111-1/+11
* Add large object access control.Itagaki Takahiro2009-12-1115-106/+717
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-111-1/+102
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-0912-100/+262
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-091-2/+22
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-0723-118/+1101
* Speed up information schema privilege viewsPeter Eisentraut2009-12-052-228/+294
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-032-33/+137
* Mark application_name as GUC_REPORT so that the value will be reported backTom Lane2009-12-021-2/+2
* Teach the regular expression functions to do case-insensitive matching andTom Lane2009-12-011-13/+105
* Revert due to Tom's concerns:Bruce Momjian2009-12-011-22/+1
* ProcessUtility_hook:Bruce Momjian2009-12-011-1/+22
* Avoid core dump on empty thesaurus dictionary.Tom Lane2009-11-301-5/+5
* Make pg_stat_activity.application_name visible to all users, rather thanTom Lane2009-11-292-38/+39
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-286-15/+146
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-286-86/+87
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-234-15/+175
* Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG.Heikki Linnakangas2009-11-221-2/+1
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-2013-79/+443
* Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane2009-11-191-17/+33
* Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane2009-11-181-19/+66
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-168-61/+109
* 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
* Improve planning of Materialize nodes inserted atop the inner input of aTom Lane2009-11-155-110/+108
* Clean up a couple of bizarre code formatting choices in recent CREATE LIKE pa...Tom Lane2009-11-131-6/+10
* 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
* The recent patch to log changes in postgresql.conf settings dumped coreTom Lane2009-11-121-7/+22
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-122-10/+21
* Remove pg_parse_string_token() --- not needed anymore.Tom Lane2009-11-121-34/+1
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-122-21/+36
* Change "name" nonterminal in cursor-related productions to cursor_name.Alvaro Herrera2009-11-111-20/+23
* Support optional FROM/IN in FETCH and MOVEAlvaro Herrera2009-11-111-36/+42
* Revert the temporary patch to work around Snow Leopard readdir() bug.Tom Lane2009-11-101-12/+1
* interval_abs():Bruce Momjian2009-11-101-1/+7
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-102-11/+48
* Re-refactor the core scanner's API, in order to get out from under the problemTom Lane2009-11-093-103/+105
* Fix WHERE CURRENT OF to work as designed within plpgsql. The argumentTom Lane2009-11-093-39/+41
* Keep track of language's trusted flag in InlineCodeBlock. Needed to support D...Andrew Dunstan2009-11-061-1/+2
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-057-83/+37
* reenable -> re-enablePeter Eisentraut2009-11-051-3/+3