aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Eliminate a gratuitously different wording of the 'cannot use aggregate funct...Tom Lane2006-06-21
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* Fix a couple of obvious problems in DROP IF EXISTS patch.Tom Lane2006-06-16
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Have REINDEX use NOTICE, so it can be suppressed.Bruce Momjian2006-06-07
* Use INFO-level for reindex messages, rather than NOTICE.Bruce Momjian2006-06-07
* Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian2006-05-30
* Further hacking on performance of COPY OUT. It seems that fwrite()'sTom Lane2006-05-26
* Reduce per-character overhead in COPY OUT by combining calls toTom Lane2006-05-25
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-04
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Fix grammar of new error message.Tom Lane2006-05-02
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Revert patch pending more discussion:Bruce Momjian2006-04-30
* Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian2006-04-29
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-27
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Support the syntaxTom Lane2006-04-15
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-08
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* TablespaceCreateDbspace should function normally even on platforms that do notTom Lane2006-03-29
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,Tom Lane2006-03-04
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-03
* Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so thatTom Lane2006-03-03
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-01
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11