Commit Graph

110 Commits (c91ceec21d357d6d857163d897ac75a79c883dee)

Author SHA1 Message Date
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 23 years ago
Tom Lane fac3dd56b3 Group-manipulating code neglected to fill in array element type, 23 years ago
Tom Lane 58de480999 Clean up comments to be careful about the distinction between variable- 23 years ago
Tom Lane 15fe086fba Restructure system-catalog index updating logic. Instead of having 23 years ago
Peter Eisentraut 739adf32ee Remove unused system table columns: 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Jan Wieck 469cb65aca Katherine Ward wrote: 23 years ago
Tom Lane 959e61e917 Remove global variable scanCommandId in favor of storing a command ID 23 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 23 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 23 years ago
Tom Lane 7677fe0aa6 Minor code cleanup. 24 years ago
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for 24 years ago
Bruce Momjian 108871f4fc Fix write of pg_pwd file for multiple users. Broken recently by my 24 years ago
Tom Lane 7de307f96c Move renametrig() from tablecmds.c to trigger.c --- if we're going to 24 years ago
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