Commit Graph

300 Commits (067701f57758f9baed5bd9d868539738d77bfa92)

Author SHA1 Message Date
Tom Lane 33875872fd Get rid of last few unadorned 'permission denied' messages. 23 years ago
Tom Lane 15ab7a8720 Where available, use utime() or utimes() to update the file mod time 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 23 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
Tatsuo Ishii 0345f58496 Implement DROP CONVERSION 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Jan Wieck 469cb65aca Katherine Ward wrote: 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Tom Lane 2822788993 Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION 24 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 24 years ago
Tom Lane 91fc10fdac Fix compile errors in CYR_RECODE code, per report from Oliver Elphick. 24 years ago
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