| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back-patch tz name length fixes into REL7_0. | Tom Lane | 2000-05-29 | 1 | -3/+3 |
| * | Update so init displays status with setproctitle too, like the rest of them. | Bruce Momjian | 2000-05-24 | 1 | -0/+1 |
| * | Make setproctitle update for every query. | Bruce Momjian | 2000-05-24 | 1 | -4/+3 |
| * | Comment out no-op ps updates for setproctitle(), until we figure out | Bruce Momjian | 2000-05-23 | 1 | -2/+2 |
| * | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane | 2000-05-21 | 2 | -2/+4 |
| * | this fixes the bug where setting the entry in he process table no longer works | Marc G. Fournier | 2000-05-12 | 1 | -1/+21 |
| * | Add new selectivity estimation functions for pattern-matching operators | Tom Lane | 2000-04-16 | 1 | -10/+58 |
| * | Fix spelling of "millennium". | Thomas G. Lockhart | 2000-04-14 | 1 | -4/+4 |
| * | A few more macro cleanups | Bruce Momjian | 2000-04-12 | 1 | -2/+5 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 29 | -377/+394 |
| * | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart | 2000-04-08 | 2 | -1/+89 |
| * | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 | 2 | -3/+23 |
| * | Fix up comments where had been uglified by the automated reformatter. | Thomas G. Lockhart | 2000-03-27 | 1 | -12/+7 |
| * | Rename bytea functions to not have upper-case letters in their names. | Tom Lane | 2000-03-24 | 1 | -8/+8 |
| * | >> 5. empty define that results in an empty but terminated line ( ; ) | Bruce Momjian | 2000-03-23 | 1 | -2/+2 |
| * | Clean up minor compiler warnings. | Tom Lane | 2000-03-18 | 1 | -2/+2 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 6 | -227/+55 |
| * | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck | 2000-02-27 | 1 | -1/+17 |
| * | Add Assert() to check for trying to heap_close a relation when the | Tom Lane | 2000-02-27 | 1 | -2/+4 |
| * | Shared-memory hashtables have non-extensible directories, which means | Tom Lane | 2000-02-26 | 1 | -13/+14 |
| * | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane | 2000-02-24 | 1 | -83/+88 |
| * | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 | 3 | -8/+8 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -1/+5 |
| * | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane | 2000-02-17 | 1 | -3/+12 |
| * | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 | 7 | -490/+742 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -5/+9 |
| * | contrib-array.patch | Bruce Momjian | 2000-02-13 | 1 | -1/+1 |
| * | Add btree indexing of boolean values | Bruce Momjian | 2000-02-10 | 1 | -1/+4 |
| * | I'm sending patch with new version of to_char numbers formatting. | Bruce Momjian | 2000-02-08 | 2 | -8/+15 |
| * | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 | 2 | -25/+33 |
| * | Delete unused and long-dead header file. | Tom Lane | 2000-01-29 | 1 | -24/+0 |
| * | Add: | Bruce Momjian | 2000-01-26 | 37 | -74/+111 |
| * | as attache of this mail is patch (to the main tree) with to_char's | Bruce Momjian | 2000-01-25 | 1 | -0/+31 |
| * | Made abstime/reltime use int4 instead of time_t (TODO item) | Peter Eisentraut | 2000-01-24 | 1 | -7/+8 |
| * | First cut at making useful selectivity estimates for range queries | Tom Lane | 2000-01-24 | 1 | -5/+6 |
| * | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane | 2000-01-23 | 1 | -6/+4 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -10/+20 |
| * | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 | 4 | -19/+19 |
| * | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane | 2000-01-17 | 1 | -38/+19 |
| * | Included all yacc and lex files into the distribution. | Peter Eisentraut | 2000-01-16 | 1 | -2/+2 |
| * | Clean up problems with rounding/overflow code in NUMERIC, particularly | Tom Lane | 2000-01-15 | 1 | -7/+17 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+2 |
| * | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 | 2 | -3/+9 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 2 | -15/+15 |
| * | Improve cache invalidation handling. Eespecially | Hiroshi Inoue | 2000-01-10 | 1 | -1/+9 |
| * | Sorry, that I send this letter/patch again, but previous sending is | Bruce Momjian | 2000-01-07 | 1 | -0/+46 |
| * | Changed "triggered data change violation" detection code | Jan Wieck | 2000-01-06 | 1 | -1/+3 |
| * | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 1 | -2/+2 |
| * | Update length of timestamp to 30. | Bruce Momjian | 2000-01-02 | 1 | -1/+1 |