| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 4 | -31/+16 |
| * | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane | 2004-05-08 | 3 | -249/+150 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 7 | -82/+80 |
| * | Erase MD5 user passwords when a user is renamed because the username is | Bruce Momjian | 2004-05-06 | 1 | -13/+42 |
| * | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane | 2004-05-06 | 2 | -34/+70 |
| * | Fix get_rels_with_domain to not do the wrong thing with views and | Tom Lane | 2004-05-05 | 1 | -3/+10 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 3 | -1069/+2329 |
| * | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway | 2004-04-25 | 1 | -2/+2 |
| * | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian | 2004-04-22 | 1 | -3/+3 |
| * | Change COPY CSV keyword to be: | Bruce Momjian | 2004-04-21 | 1 | -52/+51 |
| * | Prevent doubling of escapes when not in quote mode for CSV. | Bruce Momjian | 2004-04-19 | 1 | -2/+2 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 1 | -1/+3 |
| * | Complete TODO item: | Bruce Momjian | 2004-04-19 | 1 | -43/+467 |
| * | Modify COPY for() loop to use attnum as a variable name, not 'i'. | Bruce Momjian | 2004-04-15 | 1 | -15/+16 |
| * | ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was | Tom Lane | 2004-04-06 | 1 | -21/+12 |
| * | The attached applied patch throws an error if the delimiter appears in | Bruce Momjian | 2004-04-06 | 1 | -1/+9 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 2 | -7/+6 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 2 | -121/+69 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -1/+5 |
| * | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian | 2004-03-16 | 1 | -33/+1 |
| * | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane | 2004-03-13 | 1 | -22/+72 |
| * | Add NOWAIT option to LOCK command | Tatsuo Ishii | 2004-03-11 | 1 | -2/+2 |
| * | Add comment about why ON COMMENT in non-current database throws just an | Bruce Momjian | 2004-03-08 | 1 | -2/+2 |
| * | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 | 1 | -6/+6 |
| * | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 | 3 | -26/+23 |
| * | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 | 2 | -23/+336 |
| * | After further thought about support for gathering stats on functional | Tom Lane | 2004-02-13 | 1 | -40/+61 |
| * | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane | 2004-02-12 | 2 | -335/+392 |
| * | Check only live tuples for OID validity, to avoid issues after ALTER | Tom Lane | 2004-02-12 | 2 | -18/+18 |
| * | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 | 3 | -79/+56 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 7 | -15/+23 |
| * | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway | 2004-02-08 | 1 | -3/+2 |
| * | Cost based vacuum delay feature. | Jan Wieck | 2004-02-06 | 1 | -1/+66 |
| * | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 | 1 | -10/+10 |
| * | > src/backend/commands/user.c file has some parse error at repalloc(), | Bruce Momjian | 2004-02-02 | 1 | -3/+3 |
| * | Adjustments for Win32-specific rename code, and add include file. | Bruce Momjian | 2004-02-02 | 1 | -3/+3 |
| * | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian | 2004-02-02 | 1 | -2/+34 |