Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Change tar -T file to tar `cat file` for BSD tar. | Bruce Momjian | 2001-09-30 | |
| | ||||
* | Change tar -c -f to -cf for BSD tar. | Bruce Momjian | 2001-09-30 | |
| | ||||
* | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane | 2001-09-30 | |
| | | | | | | | | | upper limit on what we will believe from sysconf(_SC_OPEN_MAX). The default value is 1000, so that under ordinary conditions it won't affect the behavior. But on platforms where the kernel promises far more than it can deliver, this can be used to prevent running out of file descriptors. See numerous past discussions, eg, pgsql-hackers around 23-Dec-2000. | |||
* | Use <mediaobject> instead of <graphic> for forward compatibility. Be more | Peter Eisentraut | 2001-09-30 | |
| | | | | | flexible about the extension of the graphic files, allow for other formats in print output. (Generating these formats is not implemented yet.) | |||
* | Fix *.gif expansion to be empty when no gif files are used. | Peter Eisentraut | 2001-09-30 | |
| | ||||
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | |
| | | | | | | | | | existing lock manager and spinlocks: it understands exclusive vs shared lock but has few other fancy features. Replace most uses of spinlocks with lightweight locks. All remaining uses of spinlocks have very short lock hold times (a few dozen instructions), so tweak spinlock backoff code to work efficiently given this assumption. All per my proposal on pghackers 26-Sep-01. | |||
* | Fix markup to allow compilation. The chapters on failure and recovery | Thomas G. Lockhart | 2001-09-28 | |
| | | | | need more work, but at least they have something now. | |||
* | Add information on new timestamp and timestamptz data types. | Thomas G. Lockhart | 2001-09-28 | |
| | | | | Start chapter on recovery techniques. Still needs work for release. | |||
* | Remove useless LockDisable() function and associated overhead, per my | Tom Lane | 2001-09-27 | |
| | | | | proposal of 26-Aug. | |||
* | Rename collect_* options to more user-friendly names. | Peter Eisentraut | 2001-09-23 | |
| | ||||
* | One more LIMIT doc update. | Bruce Momjian | 2001-09-23 | |
| | ||||
* | Add mention of log file rotation with mention of syslog SIGHUP capability. | Bruce Momjian | 2001-09-23 | |
| | ||||
* | Implement TODO item: | Bruce Momjian | 2001-09-23 | |
| | | | | | | * Change LIMIT val,val to offset,limit to match MySQL Documentation updates too. | |||
* | Update anoncvs info, per Marc. | Bruce Momjian | 2001-09-23 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2001-09-23 | |
| | ||||
* | Fix 6.4.* release dates, pointed out by Tom Lane. | Bruce Momjian | 2001-09-22 | |
| | ||||
* | WAL file numbers: Sequenatial -> ever-increasing | Bruce Momjian | 2001-09-22 | |
| | ||||
* | Suggest running ldconfig after installation if available. | Peter Eisentraut | 2001-09-21 | |
| | ||||
* | For consistency with the rest of PostgreSQL, rename BLOBs to large objects | Peter Eisentraut | 2001-09-21 | |
| | | | | in messages and documentation. | |||
* | Add 'reload' option to pg_ctl to send SIGHUP to the postmaster. | Tom Lane | 2001-09-21 | |
| | ||||
* | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane | 2001-09-21 | |
| | | | | (salts were always zero!?), add much missing documentation. | |||
* | Readd test/regress/README file, this time with a well-defined and simple | Peter Eisentraut | 2001-09-21 | |
| | | | | rule to remake it when necessary. | |||
* | Add an overall timeout on the client authentication cycle, so that | Tom Lane | 2001-09-21 | |
| | | | | | | | a hung client or lost connection can't indefinitely block a postmaster child (not to mention the possibility of deliberate DoS attacks). Timeout is controlled by new authentication_timeout GUC variable, which I set to 60 seconds by default ... does that seem reasonable? | |||
* | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane | 2001-09-21 | |
| | | | | | piggybacking on SortMem. Add documentation for some recently-added GUC parameters that had so far escaped it. | |||
* | Document the sign() function. | Peter Eisentraut | 2001-09-20 | |
| | ||||
* | Provide tunable knob for x = NULL -> x IS NULL transformation, default to off. | Peter Eisentraut | 2001-09-20 | |
| | ||||
* | Generate index.html as the root file name of the documentation set, | Peter Eisentraut | 2001-09-18 | |
| | | | | | | | | | | | | | rather than making index.html a symlink to the autogenerated name. Fixes fatal problems with tar programs that don't handle symlinks very well (MacOS X). (The names user.html, admin.html, etc. are still available as make targets, but they aren't packaged anymore.) Use the manifest file that the stylesheets generate as the file list for packaging. Put graphics in the right place while building, not while packaging, so you can actually look at them after building. | |||
* | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane | 2001-09-18 | |
| | | | | | counts alongside the planner's estimates. By Martijn van Oosterhout, with some further work by Tom Lane. | |||
* | Unify the zip rules and variables. | Peter Eisentraut | 2001-09-17 | |
| | ||||
* | Update documentation's info about location of our CVSROOT. | Tom Lane | 2001-09-16 | |
| | ||||
* | Update intro in face of TOAST. | Peter Eisentraut | 2001-09-16 | |
| | ||||
* | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut | 2001-09-16 | |
| | | | | | | | | | under libdir, for a cleaner separation in the installation layout and compatibility with binary packaging standards. Point backend's default search location there. The contrib modules are also installed in the said location, giving them the benefit of the default search path as well. No changes in user interface nevertheless. | |||
* | Point to HISTORY File for current info. | Bruce Momjian | 2001-09-16 | |
| | ||||
* | Add list of 7.2 changes in preparation for beta. | Bruce Momjian | 2001-09-16 | |
| | ||||
* | updates | Peter Eisentraut | 2001-09-15 | |
| | ||||
* | Markup examples as examples. | Peter Eisentraut | 2001-09-15 | |
| | ||||
* | Markup examples as examples. Fix formatting of examples. | Peter Eisentraut | 2001-09-15 | |
| | ||||
* | Some formatting changes, add CSS stylesheet. Include indexes in | Peter Eisentraut | 2001-09-14 | |
| | | | | documentation tarball builds. | |||
* | Add semicolon | Tatsuo Ishii | 2001-09-14 | |
| | ||||
* | Fix typo. | Tatsuo Ishii | 2001-09-14 | |
| | ||||
* | Fix exmaple | Tatsuo Ishii | 2001-09-14 | |
| | | | | Tatsuo Ishii | |||
* | Fix show message | Tatsuo Ishii | 2001-09-14 | |
| | | | | Tatsuo Ishii | |||
* | Add semicolon | Tatsuo Ishii | 2001-09-14 | |
| | | | | Tatsuo Ishii | |||
* | Example rules do not work. | Tatsuo Ishii | 2001-09-14 | |
| | | | | | | | | | | | | | | CREATE RULE bad_rule_combination_1 AS ON SELECT TO emp DO INSTEAD SELECT * FROM toyemp; CREATE RULE bad_rule_combination_2 AS ON SELECT TO toyemp DO INSTEAD SELECT * FROM emp; Tatsuo Ishii | |||
* | Add semicolon | Tatsuo Ishii | 2001-09-14 | |
| | ||||
* | Add semicolon | Tatsuo Ishii | 2001-09-14 | |
| | | | | Tatsuo Ishii | |||
* | Update compatibility information. | Peter Eisentraut | 2001-09-13 | |
| | ||||
* | Update compatibility information. | Peter Eisentraut | 2001-09-13 | |
| | ||||
* | Update compatibility information. | Peter Eisentraut | 2001-09-13 | |
| | ||||
* | Replace ASCII-quotes with proper markup. | Peter Eisentraut | 2001-09-13 | |
| |