| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 | 1 | -2/+2 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 4 | -386/+389 |
* | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane | 2005-06-26 | 1 | -6/+27 |
* | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 | 1 | -25/+173 |
* | Code cleanup: remove 3 duplicate static function declarations. | Neil Conway | 2005-06-24 | 1 | -4/+1 |
* | More trivial dead code removal: in int_to_roman(), checking for "num == -1" | Neil Conway | 2005-06-22 | 1 | -6/+2 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 | 1 | -8/+4 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 | 1 | -12/+18 |
* | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian | 2005-06-15 | 4 | -112/+127 |
* | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 | 1 | -1/+7 |
* | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 1 | -15/+107 |
* | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane | 2005-06-10 | 1 | -7/+6 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -36/+37 |
* | Replace the parser's namespace tree (which formerly had the same | Tom Lane | 2005-06-05 | 1 | -7/+3 |
* | Fix NUMERIC modulus to properly truncate division in computation. | Bruce Momjian | 2005-06-04 | 1 | -19/+22 |
* | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 | 1 | -2/+15 |
* | patternsel() was improperly stripping RelabelType from the derived | Tom Lane | 2005-06-01 | 1 | -8/+10 |
* | Teach ruleutils to drill down into RECORD-type Vars in the same way | Tom Lane | 2005-05-31 | 1 | -32/+188 |
* | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway | 2005-05-30 | 1 | -65/+131 |
* | Fix longstanding oversight in ruleutils.c: it doesn't regurgitate | Tom Lane | 2005-05-30 | 1 | -1/+23 |
* | Change the UNKNOWN type to have an internal representation matching | Tom Lane | 2005-05-30 | 1 | -32/+17 |
* | Marginal hack to save a little bit of time in bpcharin() when typmod is -1, | Tom Lane | 2005-05-29 | 1 | -48/+50 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 1 | -5/+1 |
* | Display only 9 subsecond digits instead of 10 for time values, for | Bruce Momjian | 2005-05-27 | 1 | -7/+4 |
* | Back out part of patch that should be applied later. | Bruce Momjian | 2005-05-27 | 1 | -4/+7 |
* | Fix compile of entab to use stdarg.h. Clean up includes. | Bruce Momjian | 2005-05-27 | 1 | -7/+4 |
* | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 | 5 | -17/+12 |
* | Back out: | Bruce Momjian | 2005-05-26 | 1 | -3/+3 |
* | Display only 9 not 10 digits of precision for timestamp values when | Bruce Momjian | 2005-05-26 | 1 | -3/+3 |
* | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 | 4 | -73/+74 |
* | At the head of wchareq, length of (multibyte) character is compared by | Bruce Momjian | 2005-05-25 | 1 | -5/+11 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 2 | -22/+22 |
* | Remove more extraneous parentheses in date/time functions. | Bruce Momjian | 2005-05-24 | 4 | -158/+154 |
* | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 | 4 | -45/+45 |
* | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 | 4 | -133/+133 |
* | Remove unnecessary parentheses in datetime/timestamp code. | Bruce Momjian | 2005-05-23 | 2 | -327/+330 |
* | Remove excess parens, use Abs instead of : ?. | Bruce Momjian | 2005-05-21 | 1 | -8/+8 |
* | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 | 1 | -5/+24 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -2/+2 |
* | Extend the pg_locks system view so that it can fully display all lock | Tom Lane | 2005-05-17 | 1 | -21/+95 |
* | This patch reduces the size of the message header used by statistics | Neil Conway | 2005-05-11 | 1 | -3/+17 |
* | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 | 1 | -3/+12 |
* | Complete the following TODO items: | Neil Conway | 2005-05-09 | 1 | -1/+118 |
* | Add comment on C locale test for upper/lower/initcap(). | Bruce Momjian | 2005-05-07 | 1 | -4/+16 |
* | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 | 1 | -12/+3 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 | 4 | -36/+17 |
* | Make record_out and record_send extract type information from the passed | Tom Lane | 2005-04-30 | 1 | -27/+9 |
* | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway | 2005-04-30 | 1 | -11/+11 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 | 1 | -14/+18 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -13/+13 |