Commit Graph

96 Commits (e90dbd27b1efbe1d1fdb373eeccb43303f256256)

Author SHA1 Message Date
Tom Lane 87d00363cb Make PUBLIC an unreserved word (in fact, not a keyword at all), 24 years ago
Bruce Momjian 43a3543a4e Authentication improvements: 24 years ago
Tom Lane 1dbf8aa7a8 pg_class has a relnamespace column. You can create and access tables 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Peter Eisentraut 1aac2c852a User and database-specific session defaults for run-time configuration 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 7663e6bb70 Reject tabs and linefeeds in usernames and passwords that are being 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Peter Eisentraut 3baf7400d9 Replace useless strcasecmp's by strcmp's. 24 years ago
Peter Eisentraut c0d4d5473a Make the world somewhat safe for (not from) DELETE FROM pg_shadow; 24 years ago
Bruce Momjian da45a0bdb7 Add 4-byte MD5 salt. 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 3284758a17 Remove grammar restrictions on order of optional clauses in CREATE GROUP. 24 years ago
Tom Lane 320b6db090 Changes from Vince Vielhaber to allow the optional clauses of CREATE 24 years ago
Tom Lane c9499e68da has_table_privilege functions from Joe Conway (with some kibitzing from 24 years ago
Tom Lane 1d584f97b9 Clean up various to-do items associated with system indexes: 24 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 786f1a59cd Fix all the places that called heap_update() and heap_delete() without 25 years ago
Bruce Momjian 5088f0748a Change lcons(x, NIL) to makeList(x) where appropriate. 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane ee0bcb8c5e Fix missing CommandCounterIncrement in DROP USER. 25 years ago
Peter Eisentraut 457ac0331c Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. 25 years ago
Tom Lane 4c8d2f7f7b Clean up callers of AllocateFile and BasicOpenFile to ensure that 25 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 25 years ago
Tom Lane 1afdccc8b2 Missed some array updates ... 25 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 25 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 25 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 25 years ago
Peter Eisentraut c7558b3bae Relaxed pickiness about user and group commands in transaction blocks. 25 years ago
Bruce Momjian 3357e1d29e Back out pg_shadow changes to allow create table and locking permissions. 25 years ago
Bruce Momjian 85add42a57 I have large database and with this DB work more users and I very need 25 years ago
Tom Lane ae526b4070 Another round of updates for new fmgr, mostly in the datetime code. 25 years ago
Tom Lane b659ab07a2 Create an fd.c entry point that is just like plain open(2) except that 25 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 25 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 years ago
Tom Lane 570a58f427 Don't leak a file descriptor when updating pg_pwd file. Also, check for 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 84b9507f78 Remove another incorrect UserAbortTransactionBlock() call. 26 years ago
Tom Lane 6124c674ce Silence gcc warning about uninitialized var. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 4ceb2d0cb6 * User management commands no longer user pg_exec_query_dest -> more robust 26 years ago
Jan Wieck 3e99158548 update_pg_pwd() is an AR trigger. Corrected return type. 26 years ago