summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-072-5/+3
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-063-5/+6
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-5/+3
* Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian2006-09-041-12/+33
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-042-2/+77
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-3/+3
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-3/+3
* Attibution addition: Add Karel Zak also for COPY SELECT.Bruce Momjian2006-08-311-2/+2
* Correct attibution:Bruce Momjian2006-08-311-2/+2
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-290/+519
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-292-2/+4
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-271-23/+19
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-252-11/+147
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-213-59/+177
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-184-58/+65
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-141-3/+3
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-2/+2
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-1/+8
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-082-2/+4
* Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations duringTom Lane2006-08-031-2/+2
* Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLsTom Lane2006-08-031-26/+19
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+21
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-317-87/+51
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-313-290/+10
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-301-4/+46
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-25/+28
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-1/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-1421-85/+21
* Allow include files to compile own their own.Bruce Momjian2006-07-1318-18/+40
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-112-4/+4
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-113-6/+6
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-3/+3
* Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane2006-07-101-31/+38
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-104-161/+323
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-038-108/+129
* Do a pass of code review for the ALTER TABLE ADD INHERITS patch. KeepNeil Conway2006-07-021-133/+127
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-0210-53/+242
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-021-9/+509
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-271-3/+3
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-271-6/+1
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-271-10/+49
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-271-1/+6
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-11/+2
* Eliminate a gratuitously different wording of the 'cannot use aggregate funct...Tom Lane2006-06-211-2/+2
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-2/+2
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-201-2/+2
* Fix a couple of obvious problems in DROP IF EXISTS patch.Tom Lane2006-06-161-7/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-167-36/+135
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+4