Commit Graph

86 Commits (1a6bb6d877f60c377635c4e83a1b75ca2f437951)

Author SHA1 Message Date
Tom Lane 1a6bb6d877 Allow a non-superuser database owner to vacuum all tables in his 25 years ago
Peter Eisentraut 2e1579a99f Make bootstrap debug messages more readable. Clean up some clutter. 25 years ago
Peter Eisentraut 1c1c58c76c Add SET SESSION AUTHORIZATION command. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 4d14fe0048 XLOG (and related) changes: 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 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 6ce0ed2813 Make critical sections (elog->crash) and interrupt holdoff sections 25 years ago
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Tom Lane cb7ce7d0e3 Fix recent breakage of query-cancel logic, see my pghackers message 25 years ago
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 25 years ago
Bruce Momjian 74dc04a034 Move connection defines to miscadmin.h. 25 years ago
Bruce Momjian 3f1998727d here is a patch for formatting.c (to_char/timestampt()), for 7.1 25 years ago
Peter Eisentraut a70e74b060 Put external declarations into header files. 25 years ago
Bruce Momjian 026643a6e7 Rename PortName to PortNumber. 25 years ago
Tom Lane ebb0a20149 Keep track of the last active slot in the shared ProcState array, so 25 years ago
Peter Eisentraut abfb417574 Make the backend grok relative paths for the data directory by converting 26 years ago
Tatsuo Ishii 2af8b963f1 Add runtime configuration option "silent_mode". 26 years ago
Peter Eisentraut 457ac0331c Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. 26 years ago
Peter Eisentraut ffd9aaa0a9 A bit of cleanup after SSL patch. Add it to config file, improve 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 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Peter Eisentraut 6fb9d2e347 Version number now set in configure, available through Makefile.global 26 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Bruce Momjian e362d4e1ea #include cleanups 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
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Tom Lane 22a517a40c Repair problems with overrun of timezone name length. Increase MAXTZLEN 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian c969e2662f 1. miscadmin.h needs to include sys/types.h for a definition of pid_t 26 years ago
Hiroshi Inoue 5525297465 Change cancel while waiting-for-lock stuff. 26 years ago
Hiroshi Inoue a60c9e33e9 fix the TODO 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 533d516629 Removed MBFLAGS from makefiles since it's now done in include/config.h. 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 85b309ee8f Add SetPidFile() and friends. 26 years ago
Tom Lane ecd0bfa81a Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 27 years ago
Bruce Momjian ae61ef34bd Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean 27 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 27 years ago
Bruce Momjian d62a7ac6d3 Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. 27 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 27 years ago
Tom Lane 642d21a59b Move default NBuffers setting into config.h, and rename it 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
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago