postgresql/src/backend/commands
Hiroshi Inoue 0450331526 Allow concurrent index creation for the same table. 2001-10-24 09:28:31 +00:00
..
_deadcode Fix comments that were mis-wrapped, for Tom Lane. 2001-03-23 04:49:58 +00:00
Makefile Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, 2001-07-13 22:55:59 +00:00
analyze.c Don't assume that max offset number stays fixed on a page when we're 2001-07-05 19:33:35 +00:00
async.c Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
cluster.c Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
command.c Fix foreign keys on system columns. 2001-10-23 17:39:03 +00:00
comment.c DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax 2001-10-03 20:54:22 +00:00
copy.c Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
creatinh.c Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 2001-08-16 20:38:56 +00:00
dbcommands.c Commit Karel's patch. 2001-09-06 04:57:30 +00:00
define.c Mention createlang when language not installed, per problem report. 2001-10-13 01:35:25 +00:00
explain.c EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
indexcmds.c Allow concurrent index creation for the same table. 2001-10-24 09:28:31 +00:00
proclang.c Allow a non-superuser database owner to vacuum all tables in his 2001-06-13 21:44:41 +00:00
remove.c DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax 2001-10-03 20:54:22 +00:00
rename.c Make ALTER TABLE RENAME COLUMN update column names of indexes that 2001-10-08 18:40:04 +00:00
sequence.c Replace useless strcasecmp's by strcmp's. 2001-09-19 09:48:42 +00:00
trigger.c Ensure that all TransactionId comparisons are encapsulated in macros 2001-08-23 23:06:38 +00:00
user.c Replace useless strcasecmp's by strcmp's. 2001-09-19 09:48:42 +00:00
vacuum.c Fix comment, add Assert. 2001-09-04 19:12:05 +00:00
vacuumlazy.c Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
variable.c Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
view.c Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 2001-08-16 20:38:56 +00:00