summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-021-2/+20
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-313-22/+9
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-261-1/+47
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-2626-374/+351
* Avoid calling select_default_timezone() when backing out an unwanted TZTom Lane2004-05-231-5/+32
* New two-stage sampling method for ANALYZE, as per discussions a few weeksTom Lane2004-05-231-163/+226
* Handle impending sinval queue overflow by means of a separate signalTom Lane2004-05-231-11/+23
* For multi-table ANALYZE, use per-table transactions when possibleTom Lane2004-05-221-64/+90
* Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane2004-05-221-12/+13
* Put back #include <sys/time.h> in files that seem to need it on Linux.Tom Lane2004-05-211-1/+2
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-221/+36
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-144-9/+29
* Fix a couple of oversights in new ALTER TABLE code that brokeTom Lane2004-05-081-5/+8
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-084-31/+16
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-083-249/+150
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-077-82/+80
* Erase MD5 user passwords when a user is renamed because the username isBruce Momjian2004-05-061-13/+42
* Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane2004-05-062-34/+70
* Fix get_rels_with_domain to not do the wrong thing with views andTom Lane2004-05-051-3/+10
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-053-1069/+2329
* Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway2004-04-251-2/+2
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-221-3/+3
* Change COPY CSV keyword to be:Bruce Momjian2004-04-211-52/+51
* Prevent doubling of escapes when not in quote mode for CSV.Bruce Momjian2004-04-191-2/+2
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-1/+3
* Complete TODO item:Bruce Momjian2004-04-191-43/+467
* Modify COPY for() loop to use attnum as a variable name, not 'i'.Bruce Momjian2004-04-151-15/+16
* ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane2004-04-061-21/+12
* The attached applied patch throws an error if the delimiter appears inBruce Momjian2004-04-061-1/+9
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-012-7/+6
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-232-121/+69
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+5
* Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian2004-03-161-33/+1
* Generate a WARNING when the column types in a foreign key constraint areTom Lane2004-03-131-22/+72
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-111-2/+2
* Add comment about why ON COMMENT in non-current database throws just anBruce Momjian2004-03-081-2/+2
* For application to HEAD, following community review.Bruce Momjian2004-02-251-6/+6
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-213-26/+23
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-152-23/+336
* After further thought about support for gathering stats on functionalTom Lane2004-02-131-40/+61
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-122-335/+392
* Check only live tuples for OID validity, to avoid issues after ALTERTom Lane2004-02-122-18/+18
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-103-79/+56
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-107-15/+23
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-081-3/+2
* Cost based vacuum delay feature.Jan Wieck2004-02-061-1/+66
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-10/+10
* > src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian2004-02-021-3/+3
* Adjustments for Win32-specific rename code, and add include file.Bruce Momjian2004-02-021-3/+3
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-021-2/+34