aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Before attempting to create a composite type, check whether a type of thatPeter Eisentraut2010-01-20
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Lock database while running drop database in Hot Standby to protectSimon Riggs2010-01-16
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-10
* More tablespace.c comment improvements.Bruce Momjian2010-01-07
* Clarify tablespace.c::TablespaceCreateDbspace() comments.Bruce Momjian2010-01-07
* PG_MAJORVERSION:Bruce Momjian2010-01-06
* Silence compiler warning about uninitialized variables. This initializationItagaki Takahiro2010-01-06
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* Preserve relfilenodes:Bruce Momjian2010-01-06
* Use OIDCHARS:Bruce Momjian2010-01-06
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Dept of second thoughts: recursive case in ANALYZE shouldn't emit aTom Lane2009-12-30
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-12-30
* Add an index on pg_inherits.inhparent, and use it to avoid seqscans inTom Lane2009-12-29
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-29
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom.Bruce Momjian2009-12-28
* Add PGDLLIMPORT for binary_upgrade global variables so shared objectBruce Momjian2009-12-28
* Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian2009-12-27
* Binary upgrade:Bruce Momjian2009-12-24
* Remove code that attempted to rename index columns to keep them in sync withTom Lane2009-12-23
* Always pass catalog id to the options validator function specified inHeikki Linnakangas2009-12-23
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* Disallow comments on columns of relation types other than tables, views,Tom Lane2009-12-22
* More cleanups for the recent large object permissions patch.Robert Haas2009-12-21
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* binary migration: pg_migratorBruce Momjian2009-12-19
* Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON).Robert Haas2009-12-16
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* 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
* 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
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-12
* Revert the temporary patch to work around Snow Leopard readdir() bug.Tom Lane2009-11-10
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* 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
* 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