Commit Graph

61 Commits (b601c8d8828ee02ffb195dead82b233b9572fe32)

Author SHA1 Message Date
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
Tom Lane 939229904a Clean up some minor gcc warnings. 26 years ago
Bruce Momjian 99b8f84511 Here's the Create/Alter/Drop Group stuff that's been really overdue. I 26 years ago
Bruce Momjian 549a8ba59a > From what I gather, this should be a little cleaner because the 26 years ago
Bruce Momjian f5a613c0ed >From what I gather, this should be a little cleaner because the 26 years ago
Bruce Momjian bcaabc5698 Depending on my interpreting (and programming) skills, this might solve 26 years ago
Bruce Momjian cb00b7faa5 I'm in TODO mood today ... 26 years ago
Bruce Momjian 1f64926953 Fix compile error on older patch. 26 years ago
Bruce Momjian eebfb9baa5 create/alter user extension 26 years ago
Bruce Momjian 74f418eb9a Add pg_statistic index, add missing Hiroshi file. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Tom Lane d8ba3dfb0b Change backend-side COPY to write files with permissions 644 not 666 26 years ago
Bruce Momjian 74a263ed34 Fix to give super user and createdb user proper update catalog rights. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian 44763a2b23 Make usecatupd disabled for normal users, and allow normal users to 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Tom Lane 97c52abcc5 Repair problems with omitted password and VALID UNTIL 27 years ago
Bruce Momjian 89b762e509 Fix snprintf with strings, and nextval('"Aa"'); 27 years ago
Bruce Momjian 434762b559 Here is a patch. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Marc G. Fournier 9396802f14 more cleanups...of note, appendStringInfo now performs like sprintf(), 27 years ago
Marc G. Fournier df1468e251 Many more cleanups... 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 27 years ago
Marc G. Fournier 5979d73841 From: t-ishii@sra.co.jp 27 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 27 years ago
Bruce Momjian a576a60e3f Show backend status on ps command line. Remove unused args from 27 years ago
Bruce Momjian ba1d990cf7 pg_user cleanup. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago