aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-14
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane2005-03-23
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-30
* Give a more user-friendly error message in situation where CREATE DATABASETom Lane2004-10-17
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add DLLIMPORT for PostGIS.Bruce Momjian2004-08-17
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-11
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-11
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-26
* Handle impending sinval queue overflow by means of a separate signalTom Lane2004-05-23
* Probably need sys/time.h here too to be safe.Tom Lane2004-05-21
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-14
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-08
* Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane2004-05-06
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-22
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-23
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-15
* After further thought about support for gathering stats on functionalTom Lane2004-02-13
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-12
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-06
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04