| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2000-08-23 | Fix several <ulink> tags which refer to e-mail addresses | Thomas G. Lockhart | |
| but were missing the "mailto:" prefix. Fix typo. Thanks to Neil Conway <nconway@klamath.dyndns.org> for the heads-up. | |||
| 2000-08-21 | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | |
| macros where appropriate (the code used to have several different ways of doing that, including Int32, Int8, UInt8, ...). Remove last few references to float32 and float64 typedefs --- it's all float4/float8 now. The typedefs themselves should probably stay in c.h for a release or two, though, to avoid breaking user-written C functions. | |||
| 2000-08-12 | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | |
| take 'em out of pg_operator. Also remove from scan.l's set of legal operator characters. Update documentation. | |||
| 2000-08-11 | Make debug_assertions default to ON, when compiled in at all, for | Tom Lane | |
| backwards compatibility with old behavior. | |||
| 2000-08-07 | Fix incorrect example of CAST syntax (was missing required parentheses). | Tom Lane | |
| 2000-08-07 | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | |
| that RAND_MAX applies to them, since it doesn't. Instead add a config.h parameter MAX_RANDOM_VALUE. This is currently set at 2^31-1 but could be auto-configured if that ever proves necessary. Also fix some outright bugs like calling srand() where srandom() is appropriate. | |||
| 2000-07-29 | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | |
| updated to new fmgr style. Deleted hoary old functions for compatibility with pre-6.1 representations of these datatypes. | |||
| 2000-07-27 | Update FAQ. | Bruce Momjian | |
| 2000-07-27 | Update FAQ. | Bruce Momjian | |
| 2000-07-27 | Update FAQ. | Bruce Momjian | |
| 2000-07-26 | Update FAQ. | Bruce Momjian | |
| 2000-07-26 | Update FAQ. | Bruce Momjian | |
| 2000-07-26 | Update FAQ. | Bruce Momjian | |
| 2000-07-24 | more doc cleanups | Bruce Momjian | |
| 2000-07-22 | Shed some light onto SysV IPC configuration. | Peter Eisentraut | |
| 2000-07-22 | typos | Peter Eisentraut | |
| 2000-07-22 | spell cleanups | Bruce Momjian | |
| 2000-07-22 | spell cleanups | Bruce Momjian | |
| 2000-07-22 | Cleanups | Bruce Momjian | |
| 2000-07-21 | More doc cleanups, from book. | Bruce Momjian | |
| 2000-07-21 | More doc cleanups | Bruce Momjian | |
| 2000-07-21 | Update for sh. | Bruce Momjian | |
| 2000-07-21 | cleanup | Bruce Momjian | |
| 2000-07-21 | cleanup | Bruce Momjian | |
| 2000-07-21 | Cleanup | Bruce Momjian | |
| 2000-07-21 | Cleanujp | Bruce Momjian | |
| 2000-07-21 | Cleanup | Bruce Momjian | |
| 2000-07-21 | reference page cleanup | Bruce Momjian | |
| 2000-07-21 | Clean up flags | Bruce Momjian | |
| 2000-07-21 | Fix postgres -A options flags | Bruce Momjian | |
| 2000-07-21 | Update installation instructions to new realities. Combined into one file. | Peter Eisentraut | |
| Improved automation of INSTALL file generation. | |||
| 2000-07-21 | Change > prompt to $ | Bruce Momjian | |
| 2000-07-21 | Change prompt % to $. | Bruce Momjian | |
| 2000-07-20 | Update FAQ. | Bruce Momjian | |
| 2000-07-20 | Update FAQ. | Bruce Momjian | |
| 2000-07-20 | Update FAQ. | Bruce Momjian | |
| 2000-07-20 | Update FAQ. | Bruce Momjian | |
| 2000-07-20 | Update FAQ. | Bruce Momjian | |
| 2000-07-20 | Update FAQ. | Bruce Momjian | |
| 2000-07-20 | Update FAQ. | Bruce Momjian | |
| 2000-07-17 | Correct erroneous explanation of DEADLOCK_TIMEOUT configuration setting. | Tom Lane | |
| 2000-07-17 | Update aggregate-function docs for STDDEV, VARIANCE. | Tom Lane | |
| 2000-07-17 | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | |
| There's now only one transition value and transition function. NULL handling in aggregates is a lot cleaner. Also, use Numeric accumulators instead of integer accumulators for sum/avg on integer datatypes --- this avoids overflow at the cost of being a little slower. Implement VARIANCE() and STDDEV() aggregates in the standard backend. Also, enable new LIKE selectivity estimators by default. Unrelated change, but as long as I had to force initdb anyway... | |||
| 2000-07-16 | Automatic dependency tracking | Peter Eisentraut | |
| The .DEFAULT rule in backend/Makefile is harmful -- removed. Replace `::' rules by `:'. | |||
| 2000-07-16 | Incorporate README.fsync into main documentation body | Peter Eisentraut | |
| 2000-07-15 | Revise locale and Kerberos documentation | Peter Eisentraut | |
| 2000-07-14 | Fix munged markup from previous commit. | Thomas G. Lockhart | |
| 2000-07-14 | Save changes from last docs release. | Thomas G. Lockhart | |
| 2000-07-14 | Add information on SET SESSION CHARACTERISTICS. | Thomas G. Lockhart | |
| Fix references to pg_hba.conf(5) since that is no longer a man page. Make minor repairs to "Compatibility" subsections. | |||
| 2000-07-14 | Update docs for TIME WITHOUT TIME ZONE. | Thomas G. Lockhart | |
| Add information on SET SESSION CHARACTERISTICS. Fix references to pg_hba.conf(5) since that is no longer a man page. | |||
