summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-2622-618/+636
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-231-24/+59
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-204-14/+17
* Forbid setval() during recovery. This prevents the PANIC reported byHeikki Linnakangas2010-02-191-1/+4
* Take care to reprocess an uncommitted notify message.Tom Lane2010-02-171-4/+13
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-172-4/+4
* Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ andTom Lane2010-02-171-3/+6
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-432/+1507
* Add query text to auto_explain output.Andrew Dunstan2010-02-161-1/+16
* revert to showing buffer counts in explain (buffers)Greg Stark2010-02-161-74/+25
* Fix typo in commentAlvaro Herrera2010-02-151-2/+2
* Display explain buffers measurements in memory units rather than blocks. Also...Greg Stark2010-02-151-24/+74
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-1421-649/+336
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-094-64/+28
* Rearrange lazy-vacuum code a little bit to reduce the window betweenTom Lane2010-02-091-27/+37
* Fix serious performance bug in new implementation of VACUUM FULL:Tom Lane2010-02-081-3/+4
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-084-2875/+25
* Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane2010-02-072-4/+3
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-074-201/+350
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-042-197/+283
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-032-2/+14
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-031-3/+3
* CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane2010-02-021-7/+12
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-013-19/+34
* Augment EXPLAIN output with more details on Hash nodes.Robert Haas2010-02-011-1/+47
* Fix memory leak created by deferrable-index-constraints patches.Tom Lane2010-01-311-1/+3
* Type table featurePeter Eisentraut2010-01-282-8/+60
* Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas2010-01-282-5/+6
* Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane2010-01-261-3/+3
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-241-5/+12
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-222-80/+74
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-202-2/+31
* Before attempting to create a composite type, check whether a type of thatPeter Eisentraut2010-01-201-2/+23
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-172-157/+207
* Lock database while running drop database in Hot Standby to protectSimon Riggs2010-01-161-1/+20
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-151-8/+9
* Introduce Streaming Replication.Heikki Linnakangas2010-01-153-11/+11
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-142-52/+4
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-121-154/+149
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-101-14/+19
* More tablespace.c comment improvements.Bruce Momjian2010-01-071-6/+8
* Clarify tablespace.c::TablespaceCreateDbspace() comments.Bruce Momjian2010-01-071-6/+9
* PG_MAJORVERSION:Bruce Momjian2010-01-061-34/+8
* Silence compiler warning about uninitialized variables. This initializationItagaki Takahiro2010-01-061-1/+7
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-062-104/+166
* Preserve relfilenodes:Bruce Momjian2010-01-062-5/+4
* Use OIDCHARS:Bruce Momjian2010-01-061-5/+5
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-1/+72
* Update copyright for the year 2010.Bruce Momjian2010-01-0234-68/+68
* Dept of second thoughts: recursive case in ANALYZE shouldn't emit aTom Lane2009-12-301-3/+6