| Commit message (Expand) | Author | Age | Files | Lines |
| * | Dept. of further reflection: I looked around to see if any other callers | Tom Lane | 2004-08-15 | 1 | -8/+19 |
| * | Change order of operations in ALTER TABLE SET TABLESPACE so that we | Tom Lane | 2004-08-13 | 1 | -8/+7 |
| * | Avoid crashing when restoring a saved GUC session_authorization value | Tom Lane | 2004-08-11 | 1 | -15/+34 |
| * | Fixups for Win32 symlinks. | Bruce Momjian | 2004-08-08 | 1 | -1/+10 |
| * | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian | 2004-08-06 | 1 | -5/+5 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Fix silly thinko in ALTER COLUMN TYPE. Check for finding expected | Tom Lane | 2004-08-04 | 1 | -3/+3 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 3 | -11/+23 |
| * | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 | 5 | -37/+180 |
| * | Add docs for initdb --auth. | Bruce Momjian | 2004-08-01 | 1 | -9/+2 |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 3 | -121/+194 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -22/+71 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 4 | -17/+17 |
| * | Fix unused variable when Assert() not used. | Bruce Momjian | 2004-07-20 | 1 | -1/+3 |
| * | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 | 1 | -9/+2 |
| * | When renaming a column that participates in a foreign key, we must | Tom Lane | 2004-07-17 | 1 | -1/+15 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -16/+26 |
| * | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 | 1 | -2/+2 |
| * | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 | 2 | -22/+309 |
| * | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane | 2004-07-11 | 1 | -4/+12 |
| * | Andreas Pflug wrote: | Joe Conway | 2004-07-02 | 1 | -2/+2 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 5 | -178/+559 |
| * | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 | 11 | -81/+643 |
| * | Rename the built-in tablespaces to pg_default and pg_global, and prohibit | Tom Lane | 2004-06-21 | 1 | -3/+14 |
| * | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian | 2004-06-21 | 1 | -5/+5 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 10 | -279/+952 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 2 | -10/+25 |
| * | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 3 | -6/+6 |
| * | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian | 2004-06-10 | 1 | -2/+2 |
| * | Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too. | Tom Lane | 2004-06-10 | 1 | -1/+3 |
| * | Fix oversight in recent ALTER TABLE improvements. We now support | Tom Lane | 2004-06-10 | 1 | -15/+26 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 3 | -81/+165 |
| * | vacuum.c refactoring | Bruce Momjian | 2004-06-08 | 1 | -436/+589 |
| * | Allow use of table rowtypes directly as column types of other tables. | Tom Lane | 2004-06-06 | 1 | -1/+96 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 1 | -23/+23 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 5 | -32/+24 |
| * | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 | 2 | -23/+10 |
| * | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 | 1 | -2/+20 |
| * | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 | 3 | -22/+9 |
| * | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 | 1 | -1/+47 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 26 | -374/+351 |
| * | Avoid calling select_default_timezone() when backing out an unwanted TZ | Tom Lane | 2004-05-23 | 1 | -5/+32 |
| * | New two-stage sampling method for ANALYZE, as per discussions a few weeks | Tom Lane | 2004-05-23 | 1 | -163/+226 |
| * | Handle impending sinval queue overflow by means of a separate signal | Tom Lane | 2004-05-23 | 1 | -11/+23 |
| * | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane | 2004-05-22 | 1 | -64/+90 |
| * | Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock | Tom Lane | 2004-05-22 | 1 | -12/+13 |
| * | Put back #include <sys/time.h> in files that seem to need it on Linux. | Tom Lane | 2004-05-21 | 1 | -1/+2 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -221/+36 |
| * | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane | 2004-05-14 | 4 | -9/+29 |
| * | Fix a couple of oversights in new ALTER TABLE code that broke | Tom Lane | 2004-05-08 | 1 | -5/+8 |