Age | Commit message (Expand) | Author |
2000-06-02 | Correct portability problem introduced by yours truly --- I used a | Tom Lane |
2000-06-02 | Keep CVS quiet about derived file guc-file.c. | Tom Lane |
2000-06-01 | The definition for "ProcessConfigFile()" in guc-file.l does not match | Bruce Momjian |
2000-06-01 | Simplify overly-clever Make rule, which evidently confuses at least | Tom Lane |
2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane |
2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
2000-05-29 | Convert array_map to use new fmgr interface. | Tom Lane |
2000-05-29 | Tweak fmgrtab generation so that the F_XXX macros that give OIDs for | Tom Lane |
2000-05-29 | Repair problems with overrun of timezone name length. Increase MAXTZLEN | Tom Lane |
2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
2000-05-28 | Install fmgr rewrite doc as README file. | Tom Lane |
2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
2000-05-26 | Reduce eqsel()'s fudge-factor for estimating the frequency of values | Tom Lane |
2000-05-26 | Fix too long syslog message problem | Tatsuo Ishii |
2000-05-22 | I am attempting to integrate postgres (v 7.0) with an open source | Bruce Momjian |
2000-05-21 | Repair memory leaks that caused CacheCxt to grow without bound. We | Tom Lane |
2000-05-21 | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane |
2000-05-20 | Clean up grotty references to CacheCxt (externs inside functions, | Tom Lane |
2000-05-20 | Enhance multibyte support. | Tatsuo Ishii |
2000-05-16 | Several compilation and run-time problems occur when building on SGI | Bruce Momjian |
2000-05-16 | Remove configure check for how to abbreviate 'tr A-Z a-z', and instead | Tom Lane |
2000-05-13 | Tweak selectivity for area-based operators. Still a crock... | Tom Lane |
2000-05-05 | Make the indexes on pg_group be shared system relations. | Tom Lane |
2000-05-02 | Modify getdatabaseencoding(), pg_encoding_to_char() | Tatsuo Ishii |
2000-04-20 | Clean up const-vs-not-const compiler warning in MULTIBYTE code. | Tom Lane |
2000-04-16 | Add new selectivity estimation functions for pattern-matching operators | Tom Lane |
2000-04-15 | elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any | Tom Lane |
2000-04-14 | Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. | Thomas G. Lockhart |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-04-10 | The constant in backend/utils/misc/trace.c, line 32 limits the length of | Bruce Momjian |
2000-04-09 | Further tweaking of indexscan cost estimates. | Tom Lane |
2000-04-08 | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart |
2000-04-07 | Update create_rule manual page. | Bruce Momjian |
2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
2000-03-31 | Fix low-probability bug in relcache startup: write_irels wrote the | Tom Lane |
2000-03-30 | Tweak indexscan cost estimation: round estimated # of tuples visited up | Tom Lane |
2000-03-29 | Change rules for interpreting date/time input to disallow 1 and 3 character | Thomas G. Lockhart |
2000-03-24 | Rename bytea functions to not have upper-case letters in their names. | Tom Lane |
2000-03-23 | Float-to-int conversion functions should return NULL when given NULL | Tom Lane |
2000-03-23 | Improve selectivity estimation involving string constants: pay attention | Tom Lane |
2000-03-20 | Reverse out BYTEA type coersion. | Bruce Momjian |
2000-03-20 | Update for BYTEAOID. | Bruce Momjian |
2000-03-20 | Add compatiblity information for bytea. | Bruce Momjian |
2000-03-19 | cash_words_out function truncated its output by 1 character due to | Tom Lane |
2000-03-18 | Clean up minor compiler warnings. | Tom Lane |
2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
2000-03-16 | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart |
2000-03-16 | Hi, | Bruce Momjian |