| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 3 | -91/+54 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -2/+1 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -3/+1 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 7 | -9/+21 |
| * | Add () around define -1. | Bruce Momjian | 2000-06-14 | 1 | -2/+2 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 14 | -93/+98 |
| * | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 | 2 | -9/+5 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 12 | -966/+819 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -8/+8 |
| * | Update rule dumper for the brave new world of ONLY. | Tom Lane | 2000-06-10 | 1 | -8/+8 |
| * | The enclosed patch changes the behaviour of the "ordinal" ('TH') format for | Bruce Momjian | 2000-06-09 | 1 | -4/+7 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 11 | -1382/+1456 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 4 | -25/+41 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 14 | -1070/+1187 |
| * | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 | 1 | -6/+2 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 3 | -24/+47 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 6 | -21/+6 |
| * | Convert array_map to use new fmgr interface. | Tom Lane | 2000-05-29 | 2 | -57/+95 |
| * | Repair problems with overrun of timezone name length. Increase MAXTZLEN | Tom Lane | 2000-05-29 | 2 | -12/+9 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 3 | -161/+139 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 4 | -8/+21 |
| * | Reduce eqsel()'s fudge-factor for estimating the frequency of values | Tom Lane | 2000-05-26 | 1 | -3/+6 |
| * | Several compilation and run-time problems occur when building on SGI | Bruce Momjian | 2000-05-16 | 1 | -4/+4 |
| * | Tweak selectivity for area-based operators. Still a crock... | Tom Lane | 2000-05-13 | 1 | -3/+3 |
| * | Add new selectivity estimation functions for pattern-matching operators | Tom Lane | 2000-04-16 | 1 | -199/+1228 |
| * | Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. | Thomas G. Lockhart | 2000-04-14 | 2 | -13/+44 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 30 | -4402/+5024 |
| * | Further tweaking of indexscan cost estimates. | Tom Lane | 2000-04-09 | 1 | -3/+12 |
| * | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart | 2000-04-08 | 2 | -2/+942 |
| * | Update create_rule manual page. | Bruce Momjian | 2000-04-07 | 1 | -93/+360 |
| * | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 | 3 | -121/+423 |
| * | Tweak indexscan cost estimation: round estimated # of tuples visited up | Tom Lane | 2000-03-30 | 1 | -3/+5 |
| * | Change rules for interpreting date/time input to disallow 1 and 3 character | Thomas G. Lockhart | 2000-03-29 | 1 | -4/+13 |
| * | Rename bytea functions to not have upper-case letters in their names. | Tom Lane | 2000-03-24 | 1 | -52/+63 |
| * | Float-to-int conversion functions should return NULL when given NULL | Tom Lane | 2000-03-23 | 1 | -9/+9 |
| * | Improve selectivity estimation involving string constants: pay attention | Tom Lane | 2000-03-23 | 1 | -28/+96 |
| * | Reverse out BYTEA type coersion. | Bruce Momjian | 2000-03-20 | 1 | -2/+1 |
| * | Update for BYTEAOID. | Bruce Momjian | 2000-03-20 | 1 | -2/+2 |
| * | Add compatiblity information for bytea. | Bruce Momjian | 2000-03-20 | 1 | -2/+3 |
| * | cash_words_out function truncated its output by 1 character due to | Tom Lane | 2000-03-19 | 1 | -2/+2 |
| * | Clean up minor compiler warnings. | Tom Lane | 2000-03-18 | 1 | -2/+2 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 1 | -4/+4 |
| * | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart | 2000-03-16 | 1 | -66/+160 |
| * | Hi, | Bruce Momjian | 2000-03-16 | 1 | -198/+379 |
| * | Update comment obsoleted by Thomas's latest fixes. | Tom Lane | 2000-03-15 | 1 | -13/+4 |
| * | Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the | Tom Lane | 2000-03-15 | 1 | -41/+53 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 9 | -87/+579 |
| * | Extend numeric_round and numeric_trunc to accept negative scale inputs | Tom Lane | 2000-03-13 | 1 | -20/+79 |
| * | Remove unnecessary limitations on lengths of bpchar and varchar constants. | Tom Lane | 2000-03-13 | 1 | -25/+7 |