| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ancient hack to work around a peculiarity of libcurses on HPUX. | Tom Lane | 2006-02-07 | 1 | -9/+3 |
| * | Source code cleanup. | Bruce Momjian | 2006-02-07 | 1 | -19/+19 |
| * | I think that NUMERIC datatype has a problem in the performance that | Bruce Momjian | 2006-02-07 | 1 | -39/+73 |
| * | Make --version option print fixed program name. | Peter Eisentraut | 2006-02-07 | 1 | -2/+2 |
| * | Fix HTML alignment in PQprint. | Bruce Momjian | 2006-02-07 | 1 | -8/+8 |
| * | Improve the tests to see if ScalarArrayOpExpr is strict. Original coding | Tom Lane | 2006-02-06 | 1 | -5/+59 |
| * | Fix PQprint HTML tag, "centre" -> "center". | Bruce Momjian | 2006-02-06 | 1 | -4/+4 |
| * | Fix pg_restore to properly discard COPY data when trying to continue | Tom Lane | 2006-02-05 | 3 | -14/+30 |
| * | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 | 8 | -273/+114 |
| * | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane | 2006-02-04 | 4 | -63/+90 |
| * | Added C bit fields to ecpg parser | Michael Meskes | 2006-02-04 | 6 | -22/+69 |
| * | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 | 7 | -8/+99 |
| * | Issue a warning if a change-on-restart-only postgresql.conf value is | Peter Eisentraut | 2006-02-04 | 1 | -1/+48 |
| * | In ecpg, automatically double single quotes in $$ strings because | Bruce Momjian | 2006-02-04 | 2 | -29/+30 |
| * | Update Makefile for new thread_test location. | Bruce Momjian | 2006-02-04 | 1 | -3/+3 |
| * | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian | 2006-02-04 | 4 | -23/+2 |
| * | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane | 2006-02-03 | 10 | -388/+888 |
| * | Update tested AIX memset platforms. | Bruce Momjian | 2006-02-03 | 1 | -2/+3 |
| * | Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off | Bruce Momjian | 2006-02-03 | 3 | -8/+18 |
| * | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian | 2006-02-03 | 4 | -17/+10 |
| * | Prevent COPY from using newline or carriage return as delimiter or null. | Bruce Momjian | 2006-02-03 | 1 | -1/+20 |
| * | Improve tab whitespace in file. | Bruce Momjian | 2006-02-03 | 1 | -141/+142 |
| * | More spacing cleanups. | Bruce Momjian | 2006-02-02 | 1 | -35/+35 |
| * | Source code alignment fixes for preproc.y. | Bruce Momjian | 2006-02-01 | 1 | -676/+656 |
| * | More alignment improvements. | Bruce Momjian | 2006-02-01 | 1 | -4/+4 |
| * | Make pgc.l source code alignment consistent. | Bruce Momjian | 2006-02-01 | 1 | -220/+224 |
| * | Add code comment about Linux stack randomization and shared memory. | Bruce Momjian | 2006-02-01 | 1 | -2/+13 |
| * | Fix const cast in get_progname(). | Bruce Momjian | 2006-02-01 | 1 | -2/+2 |
| * | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian | 2006-02-01 | 4 | -27/+25 |
| * | Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane | 2006-01-31 | 1 | -2/+10 |
| * | Restructure planner's handling of inheritance. Rather than processing | Tom Lane | 2006-01-31 | 18 | -511/+1045 |
| * | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane | 2006-01-30 | 1 | -9/+37 |
| * | When building a bitmap scan, must copy the bitmapqualorig expression tree | Tom Lane | 2006-01-29 | 1 | -1/+7 |
| * | Fix Assert that's no longer correct now that RowCompareExpr is indexable. | Tom Lane | 2006-01-29 | 1 | -8/+4 |
| * | Fix code that checks to see if an index can be considered to match the query's | Tom Lane | 2006-01-29 | 3 | -12/+20 |
| * | Undo perl's nasty locale setting on Windows. Since we can't do that as | Andrew Dunstan | 2006-01-28 | 1 | -1/+84 |
| * | Per a bug report from Theo Schlossnagle, plperl_return_next() leaks | Neil Conway | 2006-01-28 | 1 | -68/+113 |
| * | Tweak initdb to reduce verbosity of progress messages, by printing just | Tom Lane | 2006-01-27 | 1 | -6/+5 |
| * | Suppress signed-vs-unsigned-char warning. | Tom Lane | 2006-01-26 | 1 | -2/+2 |
| * | Fix display of whole-row Var appearing at the top level of a SELECT list. | Tom Lane | 2006-01-26 | 1 | -25/+56 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 11 | -138/+237 |
| * | Remove the no-longer-useful HashItem/HashItemData level of structure. | Tom Lane | 2006-01-25 | 7 | -98/+34 |
| * | Remove the no-longer-useful BTItem/BTItemData level of structure, and | Tom Lane | 2006-01-25 | 8 | -263/+180 |
| * | Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant | Tom Lane | 2006-01-25 | 1 | -7/+7 |
| * | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 | 11 | -142/+996 |
| * | Update regression error message for NUMERIC range overflow. Display "1" | Bruce Momjian | 2006-01-25 | 1 | -2/+2 |
| * | Update regression error message for NUMERIC range overflow. Display "1" | Bruce Momjian | 2006-01-25 | 1 | -3/+6 |
| * | Improve error message when NUMERIC precision is exceeded. | Bruce Momjian | 2006-01-25 | 1 | -3/+3 |
| * | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane | 2006-01-24 | 2 | -6/+6 |
| * | - Synced parser and keyword list. | Michael Meskes | 2006-01-24 | 5 | -12/+185 |