Commit Graph

480 Commits (d57dcbf33e9ac698c6aa0e72deee56f6977f9fd8)

Author SHA1 Message Date
Bruce Momjian d57dcbf33e Fix error message wording 26 years ago
Tom Lane 610abfd57b Do table renaming in a sane order: physical file rename must happen 26 years ago
Tatsuo Ishii 07d4d36aae On solaris, createdb/dropdb fails because of strange behavior of system(). 26 years ago
Tom Lane f923260ec8 Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with 26 years ago
Bruce Momjian 6108a7ed6a Change remove function warning for built-ins. 26 years ago
Bruce Momjian feaf1fc137 Throw NOTICE on built-in function removal 26 years ago
Tom Lane ba26aeebc1 Reduce COPY IN lock from AccessExclusive to a more reasonable 26 years ago
Bruce Momjian bdeeb4fe8a Finally fix LISTEN problem. 26 years ago
Bruce Momjian a28f117790 This is the second time I've answered this exact same problem in two 26 years ago
Tom Lane 475cb157b9 Squash some more CLUSTER bugs. Never has worked on multiple-column 26 years ago
Tom Lane 37c652f89b Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5. 26 years ago
Tom Lane 570a58f427 Don't leak a file descriptor when updating pg_pwd file. Also, check for 26 years ago
Hiroshi Inoue 56e09ddf0c change reindex ERROR/NOTICE message 26 years ago
Tom Lane f46c1f1e33 Check that user-specified opclass in CREATE INDEX corresponds to operators 26 years ago
Tom Lane 97f0521d8e Produce an appropriate error message when opclass is not supported by 26 years ago
Tom Lane 8c3b52e7b2 Allow COPY WITH OIDS to system OID values --- rely on unique indexes to 26 years ago
Tom Lane a6acf1a06a Show failing OID in 'cache lookup failed' messages. 26 years ago
Jan Wieck 3e00c9db4a Fixed CREATE TYPE to recognize changed parsenodes 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Thomas G. Lockhart a349733bbb Add transcendental math functions (sine, cosine, etc) 26 years ago
Bruce Momjian 65ea4f677f Allow vacuum of temporary tables 26 years ago
Tom Lane eace269b47 Repair assert failure in tuple-chain-moving logic (introduced by yours 26 years ago
Peter Eisentraut 4579e68db2 Updated user's guide to match new psql's output format 26 years ago
Bruce Momjian 4ddc50dffa Hmm, absolute pathnames for the copy makes sense. I'll whip up that 26 years ago
Tom Lane 0e314d747e Add safety check on expression nesting depth. Default value is set by 26 years ago
Tom Lane 341b328b18 Fix a bunch of minor portability problems and maybe-bugs revealed by 26 years ago
Tom Lane 84b9507f78 Remove another incorrect UserAbortTransactionBlock() call. 26 years ago
Tom Lane fe189063b8 Remove gratuitous and incorrect begin/commit transaction calls in 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Hiroshi Inoue fd9ff86bd9 Trial implementation of ALTER DROP COLUMN. 26 years ago
Tom Lane 84a89e24ee Repair access-to-already-freed-memory error recently introduced into 26 years ago
Jan Wieck b1e4b56144 Changed execution time of ON <event> RESTRICT referential 26 years ago
Tom Lane 18baa9790e Looks like I broke SET variable = DEFAULT awhile ago. Ooops. 26 years ago
Tom Lane 4926709563 Fix longstanding bug that kept functional indexes from working when you 26 years ago
Hiroshi Inoue a5e944580f Add the check CommonSpecialPortal in use(my fault) 26 years ago
Hiroshi Inoue 4b4dbf8cba Fix "Invalid XID in t_cmin" error in vacuum. 26 years ago
Tom Lane f46571165d Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Tom Lane b1577a7c78 New cost model for planning, incorporating a penalty for random page 26 years ago
Tom Lane 6124c674ce Silence gcc warning about uninitialized var. 26 years ago
Tom Lane 16620abe12 Removed unused var to silence gcc warning. 26 years ago
Thomas G. Lockhart a344a6e7b5 Carry column aliases from the parser frontend. Enables queries like 26 years ago
Bruce Momjian a2226ad237 contrib-array.patch 26 years ago
Bruce Momjian 77d31cf3c1 2. trigger.c fails to compile due to a syntax error. It contains 26 years ago
Tom Lane 1960f4be14 Ooops ... 'char c' can hold a char, but it can't hold EOF ... 26 years ago
Jan Wieck 4acf890948 Removed special hack causing ON UPDATE NO ACTION trigger to 26 years ago
Jan Wieck 582ec175c9 Small bugfix for DROP TABLE if table is self-referenced by 26 years ago
Jan Wieck ddd596d386 Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo). 26 years ago
Tom Lane a152ebeec6 Fix problems seen in parallel regress tests when SI buffer overruns (causing 26 years ago
Peter Eisentraut 2b84cbb60f A few minor psql enhancements 26 years ago