Commit Graph

287 Commits (325bc54eed4ea0836a0bb715bb18342f0c1c668a)

Author SHA1 Message Date
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for 24 years ago
Bruce Momjian 43a3543a4e Authentication improvements: 24 years ago
Tom Lane 653556cc26 If presented db path has a trailing slash, remove it to avoid generating 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
Tom Lane 9facc585ad Fix use of 'char' to hold result of getc, per bug report forwarded by 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 861a679fc1 Set optreset on platforms that have it before launching postmaster 25 years ago
Tom Lane 6430e6e283 Ensure that all startup paths (postmaster, standalone postgres, or 25 years ago
Tatsuo Ishii f426465ba9 Add a new function "pg_client_encoding" which returns the current client 25 years ago
Peter Eisentraut c0d4d5473a Make the world somewhat safe for (not from) DELETE FROM pg_shadow; 25 years ago
Tatsuo Ishii ab9b6c45cf Add conver/convert2 functions. They are similar to the SQL99's convert. 25 years ago
Tom Lane 80185f4b5b Seems like a bad idea to free() a string we are about to use in an 25 years ago
Peter Eisentraut f487e3da68 Check that the data directory does not have group or world access; remove 25 years ago
Tom Lane c8fe66dfb2 Don't go into infinite loop if /home/postgres/testversion/data directory is not writable. 25 years ago
Peter Eisentraut 9b4bfbdc2c Handle reading of startup packet and authentication exchange after forking 25 years ago
Tom Lane c9499e68da has_table_privilege functions from Joe Conway (with some kibitzing from 25 years ago
Tom Lane df3f152ed7 Don't assume free(NULL) is OK. Yes, I know ANSI C says it is. 25 years ago
Tom Lane 1173344e74 Adjust WAL code so that checkpoints truncate the xlog at the previous 25 years ago
Tom Lane c6b1ef8fe7 Check for malloc failure. 25 years ago
Tom Lane a9da3fed30 Suppress compiler warnings about pid_t vs int. 25 years ago
Peter Eisentraut 1c1c58c76c Add SET SESSION AUTHORIZATION command. 25 years ago
Tom Lane fbee97664e getdatabaseencoding() and PG_encoding_to_char() were being sloppy about 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 4bd983bf34 Patches from Cyril Velter to make shared-memory-conflict-detection code 25 years ago
Tom Lane 4d14fe0048 XLOG (and related) changes: 25 years ago
Tom Lane 1dc3051088 Re-read Unix-socket lock file every so often (every CheckPoint interval, 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 25 years ago
Tom Lane 2912c287fe Fix spelling errors in error message. 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Peter Eisentraut abfb417574 Make the backend grok relative paths for the data directory by converting 25 years ago
Peter Eisentraut 457ac0331c Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. 26 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 26 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 26 years ago
Peter Eisentraut a30bc7c75a Remove dangling else warning (Cyrillic recode stuff) 26 years ago
Peter Eisentraut 6fb9d2e347 Version number now set in configure, available through Makefile.global 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 26 years ago
Tatsuo Ishii 832877e95a Modify getdatabaseencoding(), pg_encoding_to_char() 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian 560e196bdd The latest source does not compile on Solaris 7 due to 26 years ago
Tatsuo Ishii 6c25ea2342 Fix minor comple error 26 years ago
Tatsuo Ishii 5eb1d0deb1 Add builtin functions: 26 years ago
Peter Eisentraut 46a28f1b14 Fixed everything in and surrounding createdb and dropdb to make it more 26 years ago
Tatsuo Ishii 10283ee6a4 Move SetPidFile() and firends to utils/init/miscinit.c from 26 years ago