| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add contrib/pg_freespacemap to display free space map information. | Bruce Momjian | 2006-02-12 | 2 | -97/+110 |
| * | Fix more fallout from line-wrap patch, to wit, arbitrarily changing | Tom Lane | 2006-02-12 | 1 | -3/+13 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 22 | -70/+507 |
| * | Undo changes of trailing space in recently-committed expected files. | Tom Lane | 2006-02-12 | 2 | -163/+163 |
| * | Restore previous psql behavior of not printing useless trailing spaces | Tom Lane | 2006-02-12 | 1 | -4/+8 |
| * | Please find enclosed a patch that lets you use \c to connect | Bruce Momjian | 2006-02-12 | 2 | -25/+89 |
| * | Actually there's a better way to do this, which is to count tuples | Tom Lane | 2006-02-12 | 1 | -25/+13 |
| * | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 | 7 | -30/+101 |
| * | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 | 9 | -9/+432 |
| * | o Improve psql's handling of multi-line statements | Bruce Momjian | 2006-02-11 | 6 | -23/+125 |
| * | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 | 4 | -263/+374 |
| * | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 | 7 | -65/+29 |
| * | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 | 7 | -29/+65 |
| * | Update catalog version for INET additions. | Bruce Momjian | 2006-02-11 | 1 | -2/+2 |
| * | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 | 6 | -4/+380 |
| * | Clean up signedness warnings and 64-bit bugs in recent psql printing | Tom Lane | 2006-02-10 | 2 | -27/+35 |
| * | Make it possible to run initdb from an admin account on Windows, | Tom Lane | 2006-02-10 | 1 | -1/+138 |
| * | Enable pg_ctl to give up admin privileges when starting the server under | Tom Lane | 2006-02-10 | 1 | -27/+219 |
| * | Check that SID is enabled while checking for Windows admin privileges. | Tom Lane | 2006-02-10 | 1 | -3/+3 |
| * | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 | 5 | -248/+50 |
| * | Fix psql after newline patch for calloc(0). | Bruce Momjian | 2006-02-10 | 1 | -1/+4 |
| * | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 | 6 | -404/+712 |
| * | This fixes pg_dump so that when using the '-O' no owners option it does | Bruce Momjian | 2006-02-09 | 1 | -2/+2 |
| * | Provide the libpq error message when PQputline or PQendcopy fails. | Tom Lane | 2006-02-09 | 1 | -3/+5 |
| * | Use "bitwise" rather than "binary for AND/OR descriptions in \d, to | Bruce Momjian | 2006-02-09 | 1 | -19/+19 |
| * | C++ comments are verboten. Per gripe from Kris Jurka. | Tom Lane | 2006-02-09 | 1 | -1/+0 |
| * | Reject out-of-range dates in date_in(). | Tom Lane | 2006-02-09 | 1 | -1/+6 |
| * | Fix broken non-YYDEBUG case. | Tom Lane | 2006-02-09 | 1 | -1/+5 |
| * | Added just another test case. | Michael Meskes | 2006-02-08 | 10 | -65/+133 |
| * | 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 |