Commit Graph

785 Commits (051a4f233f707a56130f44b4b3940eecc91c9c91)

Author SHA1 Message Date
Tom Lane 3b6cbce458 Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 24 years ago
Tom Lane dc6b4deb97 Require ownership permission for CREATE INDEX, per bug report. 24 years ago
Thomas G. Lockhart cd8b354971 Honor the typmod field for time zone intervals. 24 years ago
Tom Lane 969cc16c69 Enforce restriction that COPY DELIMITERS string must be exactly one 24 years ago
Tom Lane f4bd04bb67 Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier 24 years ago
Tom Lane dae887abfe Remove now-dead code for processing CONSTR_UNIQUE nodes in 24 years ago
Thomas G. Lockhart d90b5d06ba Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognized 24 years ago
Tom Lane 604f54cd27 Some minor tweaks of REINDEX processing: grab exclusive lock a little 24 years ago
Tom Lane 7c50767f08 Remove 'triggered data change violation' error check, per recent 24 years ago
Bruce Momjian a83bd89d00 Indent new rename.c for Tom Lane. 24 years ago
Tom Lane f14fdad858 Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. 24 years ago
Tom Lane 8bfc437301 Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Tom Lane fb5f1b2c13 Merge three existing ways of signaling postmaster from child processes, 24 years ago
Tom Lane 8a069abd18 Fix pg_pwd caching mechanism, which was broken by changes to fork 24 years ago
Tom Lane 7d05310828 Fix problem reported by Alex Korn: if a relation has been dropped and 24 years ago
Tom Lane 7663e6bb70 Reject tabs and linefeeds in usernames and passwords that are being 24 years ago
Bruce Momjian 4911c85e86 Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Tom Lane 22d9e91219 Fix a couple of places where lack of parenthesization of a cast 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Hiroshi Inoue 0450331526 Allow concurrent index creation for the same table. 24 years ago
Tom Lane 01b73d3f27 Fix foreign keys on system columns. 24 years ago
Thomas G. Lockhart 9310075a13 Accept an INTERVAL argument for SET TIME ZONE per SQL99. 24 years ago
Bruce Momjian dac9f40ba8 Mention createlang when language not installed, per problem report. 24 years ago
Tom Lane f9e6e27c87 Break transformCreateStmt() into multiple routines and make 24 years ago
Tom Lane b6a7948294 Make ALTER TABLE RENAME COLUMN update column names of indexes that 24 years ago
Tom Lane 8a52b893b3 Further cleanup of dynahash.c API, in pursuit of portability and 24 years ago
Tom Lane 03b0a589d1 Consider interpreting a function call as a trivial (binary-compatible) 24 years ago
Tom Lane 2e5fda7b7e DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax 24 years ago
Tom Lane f2c657375d Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function 24 years ago
Tom Lane 499abb0c0f Implement new 'lightweight lock manager' that's intermediate between 24 years ago
Tom Lane c969fed7ec Give VACUUM its own GUC parameter for memory usage, rather than 24 years ago
Peter Eisentraut 9e774ca45e Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug 24 years ago
Peter Eisentraut 3baf7400d9 Replace useless strcasecmp's by strcmp's. 24 years ago
Tom Lane 89fa551808 EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 24 years ago
Peter Eisentraut c0d4d5473a Make the world somewhat safe for (not from) DELETE FROM pg_shadow; 24 years ago
Tom Lane 02b1a7fd51 Clean up some confusion about where and how to set whereToSendOutput. 24 years ago
Bruce Momjian bd9b32803b Here is my much-promised patch to let people add UNIQUE constraints after 24 years ago
Tatsuo Ishii 227767112c Commit Karel's patch. 24 years ago
Tom Lane 6c91eef7b7 Fix handling of pg_type.typdefault per bug report from Dave Blasby. 24 years ago
Tom Lane 936114a019 Fix comment, add Assert. 24 years ago
Tom Lane bc7d37a525 Transaction IDs wrap around, per my proposal of 13-Aug-01. More 24 years ago
Tom Lane 7326e78c42 Ensure that all TransactionId comparisons are encapsulated in macros 24 years ago
Tom Lane f933766ba7 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 24 years ago
Bruce Momjian da45a0bdb7 Add 4-byte MD5 salt. 24 years ago
Tom Lane d4f4b971a4 Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 24 years ago
Bruce Momjian d4fb1b2388 Move md5.h contents to crypt.h. 24 years ago
Bruce Momjian 38bb1abcda Use MD5 for wire protocol encryption for >= 7.2 client/server. 24 years ago
Tom Lane 1b5cffacdf Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 24 years ago