aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane2009-11-19
* Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane2009-11-18
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-16
* While doing the final setrefs.c pass over a plan tree, try to match upTom Lane2009-11-16
* Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut2009-11-15
* Improve planning of Materialize nodes inserted atop the inner input of aTom Lane2009-11-15
* Clean up a couple of bizarre code formatting choices in recent CREATE LIKE pa...Tom Lane2009-11-13
* A better fix for the "ARRAY[...]::domain" problem. The previous patch worked,Heikki Linnakangas2009-11-13
* When you do "ARRAY[...]::domain", where domain is a domain over an array type,Heikki Linnakangas2009-11-13
* Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev2009-11-13
* The recent patch to log changes in postgresql.conf settings dumped coreTom Lane2009-11-12
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-12
* Remove pg_parse_string_token() --- not needed anymore.Tom Lane2009-11-12
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-12
* Change "name" nonterminal in cursor-related productions to cursor_name.Alvaro Herrera2009-11-11
* Support optional FROM/IN in FETCH and MOVEAlvaro Herrera2009-11-11
* Revert the temporary patch to work around Snow Leopard readdir() bug.Tom Lane2009-11-10
* interval_abs():Bruce Momjian2009-11-10
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Re-refactor the core scanner's API, in order to get out from under the problemTom Lane2009-11-09
* Fix WHERE CURRENT OF to work as designed within plpgsql. The argumentTom Lane2009-11-09
* Keep track of language's trusted flag in InlineCodeBlock. Needed to support D...Andrew Dunstan2009-11-06
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* reenable -> re-enablePeter Eisentraut2009-11-05
* Allow binary-coercible cases in ri_HashCompareOp; there are some such casesTom Lane2009-11-05
* Rename some encoding conversion modules to keep pathnames in our sourceTom Lane2009-11-04
* Make expression locations for LIKE and SIMILAR TO constructs uniformly pointTom Lane2009-11-04
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Allow rewriting ALTER TABLE to skip WAL logging.Heikki Linnakangas2009-11-04
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-01
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-01
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane2009-10-30
* Un-break EXPLAIN for Append plans. I messed this up a few days ago whileTom Lane2009-10-28
* Fix AcquireRewriteLocks to be sure that it acquires the right lock strengthTom Lane2009-10-28
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-28
* Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane2009-10-27
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Simplify a few makefile rules since install-sh can now install multiplePeter Eisentraut2009-10-26
* Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas2009-10-26
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* When querying a table with child tables, do not check permissions on thePeter Eisentraut2009-10-23
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-21
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Translations update for 8.5alpha2Peter Eisentraut2009-10-20
* Fix typo in previous release as reported by Itagaki Takahiro, but missedMagnus Hagander2009-10-17
* Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander2009-10-17
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-16
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,Heikki Linnakangas2009-10-14