| Commit message (Expand) | Author | Age |
* | Code cleanup: remove 3 duplicate static function declarations. | Neil Conway | 2005-06-24 |
* | More trivial dead code removal: in int_to_roman(), checking for "num == -1" | Neil Conway | 2005-06-22 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 |
* | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian | 2005-06-15 |
* | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 |
* | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 |
* | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane | 2005-06-10 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 |
* | Replace the parser's namespace tree (which formerly had the same | Tom Lane | 2005-06-05 |
* | Fix NUMERIC modulus to properly truncate division in computation. | Bruce Momjian | 2005-06-04 |
* | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 |
* | patternsel() was improperly stripping RelabelType from the derived | Tom Lane | 2005-06-01 |
* | Teach ruleutils to drill down into RECORD-type Vars in the same way | Tom Lane | 2005-05-31 |
* | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway | 2005-05-30 |
* | Fix longstanding oversight in ruleutils.c: it doesn't regurgitate | Tom Lane | 2005-05-30 |
* | Change the UNKNOWN type to have an internal representation matching | Tom Lane | 2005-05-30 |
* | Marginal hack to save a little bit of time in bpcharin() when typmod is -1, | Tom Lane | 2005-05-29 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Display only 9 subsecond digits instead of 10 for time values, for | Bruce Momjian | 2005-05-27 |
* | Back out part of patch that should be applied later. | Bruce Momjian | 2005-05-27 |
* | Fix compile of entab to use stdarg.h. Clean up includes. | Bruce Momjian | 2005-05-27 |
* | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 |
* | Back out: | Bruce Momjian | 2005-05-26 |
* | Display only 9 not 10 digits of precision for timestamp values when | Bruce Momjian | 2005-05-26 |
* | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 |
* | At the head of wchareq, length of (multibyte) character is compared by | Bruce Momjian | 2005-05-25 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 |
* | Remove more extraneous parentheses in date/time functions. | Bruce Momjian | 2005-05-24 |
* | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 |
* | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 |
* | Remove unnecessary parentheses in datetime/timestamp code. | Bruce Momjian | 2005-05-23 |
* | Remove excess parens, use Abs instead of : ?. | Bruce Momjian | 2005-05-21 |
* | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 |
* | Extend the pg_locks system view so that it can fully display all lock | Tom Lane | 2005-05-17 |
* | This patch reduces the size of the message header used by statistics | Neil Conway | 2005-05-11 |
* | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 |
* | Complete the following TODO items: | Neil Conway | 2005-05-09 |
* | Add comment on C locale test for upper/lower/initcap(). | Bruce Momjian | 2005-05-07 |
* | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Make record_out and record_send extract type information from the passed | Tom Lane | 2005-04-30 |
* | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway | 2005-04-30 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 |
* | Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison | Tom Lane | 2005-04-23 |
* | Fix mis-display of negative fractional seconds in interval values for | Tom Lane | 2005-04-20 |
* | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian | 2005-04-19 |