Commit Graph

72 Commits (9b4bfbdc2cd74342d9febb74c93acad1d4de84ca)

Author SHA1 Message Date
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. 25 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 25 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 25 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
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
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 69817665cb Final cleanup 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane cf1478982c Modify backend switch parsing to prevent 'insecure' switches 27 years ago
Tom Lane b5bcef683b Fix some miscellaneous places that were using raw open() or 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 27 years ago
Thomas G. Lockhart 60ed8bbe75 Fix up warning and error messages to use single-quotes aroun strings. 27 years ago