| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 | 1 | -2/+2 |
| * | WAL must log CREATE and DROP DATABASE operations *without* using any | Tom Lane | 2005-03-23 | 1 | -5/+30 |
| * | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway | 2005-03-14 | 1 | -1/+2 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -12/+1 |
| * | Add support for temporary views, including documentation and regression | Neil Conway | 2005-02-02 | 1 | -2/+2 |
| * | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 | 1 | -2/+2 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 2 | -3/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 20 | -40/+40 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -1/+4 |
| * | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 | 1 | -1/+3 |
| * | Give a more user-friendly error message in situation where CREATE DATABASE | Tom Lane | 2004-10-17 | 1 | -1/+3 |
| * | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 | 1 | -4/+4 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 2 | -7/+8 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -13/+15 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 2 | -6/+6 |
| * | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 | 2 | -8/+49 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 7 | -32/+32 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 21 | -41/+41 |
| * | Add DLLIMPORT for PostGIS. | Bruce Momjian | 2004-08-17 | 1 | -2/+2 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -2/+2 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -1/+3 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -2/+2 |
| * | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 | 1 | -3/+4 |
| * | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane | 2004-07-11 | 1 | -2/+2 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 3 | -38/+12 |
| * | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 | 6 | -8/+20 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 2 | -1/+31 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 1 | -1/+5 |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 1 | -2/+1 |
| * | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 | 1 | -1/+2 |
| * | Handle impending sinval queue overflow by means of a separate signal | Tom Lane | 2004-05-23 | 1 | -5/+4 |
| * | Probably need sys/time.h here too to be safe. | Tom Lane | 2004-05-21 | 1 | -1/+3 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -4/+2 |
| * | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane | 2004-05-14 | 1 | -1/+2 |
| * | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane | 2004-05-08 | 1 | -5/+2 |
| * | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane | 2004-05-06 | 1 | -3/+5 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 3 | -38/+17 |
| * | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian | 2004-04-22 | 1 | -2/+3 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 1 | -2/+3 |
| * | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 | 1 | -2/+2 |
| * | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 | 1 | -2/+5 |
| * | After further thought about support for gathering stats on functional | Tom Lane | 2004-02-13 | 1 | -12/+20 |
| * | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane | 2004-02-12 | 1 | -1/+77 |
| * | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 | 1 | -1/+2 |
| * | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 | 1 | -7/+12 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 21 | -21/+21 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -1/+3 |
| * | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane | 2003-10-06 | 1 | -1/+4 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 3 | -7/+7 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -1/+1 |