aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-14
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-12
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-12
* Add large object access control.Itagaki Takahiro2009-12-11
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-11
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Don't use a duplicate OID for aclexplode().Tom Lane2009-12-06
* Speed up information schema privilege viewsPeter Eisentraut2009-12-05
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Teach the regular expression functions to do case-insensitive matching andTom Lane2009-12-01
* Revert due to Tom's concerns:Bruce Momjian2009-12-01
* ProcessUtility_hook:Bruce Momjian2009-12-01
* Make pg_stat_activity.application_name visible to all users, rather thanTom Lane2009-11-29
* Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane2009-11-29
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-28
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* 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
* Improve planning of Materialize nodes inserted atop the inner input of aTom Lane2009-11-15
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-14
* Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek KotalaTom Lane2009-11-13
* Remove pg_parse_string_token() --- not needed anymore.Tom Lane2009-11-12
* 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
* 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
* Rename some encoding conversion modules to keep pathnames in our sourceTom Lane2009-11-04
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-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
* 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
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* 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
* 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
* Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander2009-10-17
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Add new PGC_S_DATABASE_USER enum value to several places missed by my patchAlvaro Herrera2009-10-13
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-13
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-12
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10