summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2009-12-30Dept of second thoughts: recursive case in ANALYZE shouldn't emit aTom Lane
2009-12-30Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane
2009-12-29Add an index on pg_inherits.inhparent, and use it to avoid seqscans inTom Lane
2009-12-29Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane
2009-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-12-28Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom.Bruce Momjian
2009-12-28Add PGDLLIMPORT for binary_upgrade global variables so shared objectBruce Momjian
2009-12-27Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian
2009-12-24Binary upgrade:Bruce Momjian
2009-12-23Remove code that attempted to rename index columns to keep them in sync withTom Lane
2009-12-23Always pass catalog id to the options validator function specified inHeikki Linnakangas
2009-12-23Adjust naming of indexes and their columns per recent discussion.Tom Lane
2009-12-22Disallow comments on columns of relation types other than tables, views,Tom Lane
2009-12-21More cleanups for the recent large object permissions patch.Robert Haas
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-12-19binary migration: pg_migratorBruce Momjian
2009-12-16Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON).Robert Haas
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-12Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas
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-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom 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-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-11-10Revert the temporary patch to work around Snow Leopard readdir() bug.Tom Lane
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
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-04Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane
2009-11-04Allow rewriting ALTER TABLE to skip WAL logging.Heikki Linnakangas
2009-10-27Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane
2009-10-26Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane
2009-10-14Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane
2009-10-13Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane
2009-10-12CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan
2009-10-12Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane
2009-10-10Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane
2009-10-08Support use of function argument names to identify which actual argumentsTom Lane
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-10-07Fix snapshot management, take two.Alvaro Herrera
2009-10-06Change CREATE TABLE so that column default expressions coming from differentTom Lane
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera
2009-09-26Extend the BKI infrastructure to allow system catalogs to be givenTom Lane
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-21Define a new, more extensible syntax for COPY options.Tom Lane
2009-09-12Install a hopefully-temporary workaround for Snow Leopard readdir() bug.Tom Lane