summaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAgeFilesLines
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-2/+2
* WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane2005-03-231-5/+30
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-141-1/+2
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-12/+1
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-021-2/+2
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-2/+2
* Update copyrights that were missed.Bruce Momjian2005-01-012-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3120-40/+40
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-1/+4
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-301-1/+3
* Give a more user-friendly error message in situation where CREATE DATABASETom Lane2004-10-171-1/+3
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-301-4/+4
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-162-7/+8
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-13/+15
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-302-6/+6
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-292-8/+49
* Pgindent run for 8.0.Bruce Momjian2004-08-297-32/+32
* Update copyright to 2004.Bruce Momjian2004-08-2921-41/+41
* Add DLLIMPORT for PostGIS.Bruce Momjian2004-08-171-2/+2
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-2/+2
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-1/+3
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-2/+2
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-111-3/+4
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-111-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-013-38/+12
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-256-8/+20
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-182-1/+31
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-1/+5
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-2/+1
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-261-1/+2
* Handle impending sinval queue overflow by means of a separate signalTom Lane2004-05-231-5/+4
* Probably need sys/time.h here too to be safe.Tom Lane2004-05-211-1/+3
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-4/+2
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-141-1/+2
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-081-5/+2
* Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane2004-05-061-3/+5
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-053-38/+17
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-221-2/+3
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-231-2/+3
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-211-2/+2
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-151-2/+5
* After further thought about support for gathering stats on functionalTom Lane2004-02-131-12/+20
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-121-1/+77
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-101-1/+2
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-7/+12
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-2921-21/+21
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-1/+3
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-061-1/+4
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-083-7/+7
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-1/+1