| Commit message (Expand) | Author | Age | Files | Lines |
| * | The Makefile was invoking perl scripts as ./script.pl. This fails when | Peter Eisentraut | 2006-02-24 | 1 | -8/+8 |
| * | Make restricted_exec feature for Windows more robust by using the environment | Andrew Dunstan | 2006-02-24 | 1 | -17/+12 |
| * | make initdb -U username work as advertised; back out bogus patch at rev 1.42 | Andrew Dunstan | 2006-02-24 | 1 | -10/+10 |
| * | Cleanup the usage of ScanDirection: use the symbolic names for the | Neil Conway | 2006-02-21 | 3 | -48/+30 |
| * | Fix old pg_dump oversight: default values for domains really need to be dumped | Tom Lane | 2006-02-21 | 1 | -24/+66 |
| * | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane | 2006-02-21 | 1 | -31/+1 |
| * | Fix three Python reference leaks in PLy_traceback(). This would result | Neil Conway | 2006-02-20 | 1 | -4/+6 |
| * | Update obsolete comment. | Tom Lane | 2006-02-19 | 1 | -7/+4 |
| * | Modify logtape.c so that the initial LogicalTapeSetCreate call only | Tom Lane | 2006-02-19 | 1 | -26/+57 |
| * | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane | 2006-02-19 | 3 | -63/+169 |
| * | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 | 15 | -47/+231 |
| * | ' is not valid HTML 4.01, so print the plain character instead. | Peter Eisentraut | 2006-02-18 | 1 | -4/+1 |
| * | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 | 52 | -1434/+1449 |
| * | Mark unescape_single_char() "static": as far as I can see this function | Neil Conway | 2006-02-18 | 1 | -3/+3 |
| * | Fix typo in comment. | Neil Conway | 2006-02-17 | 1 | -3/+5 |
| * | Change MemSet to use long instead of int32, for better performance on | Peter Eisentraut | 2006-02-16 | 1 | -13/+13 |
| * | Repair --single-transaction patch so it handles blobs correctly. | Tom Lane | 2006-02-14 | 1 | -11/+27 |
| * | Move btbulkdelete's vacuum_delay_point() call to a place in the loop where | Tom Lane | 2006-02-14 | 1 | -3/+7 |
| * | Add some missing vacuum_delay_point calls in GIST vacuuming. | Tom Lane | 2006-02-14 | 1 | -4/+8 |
| * | AllocSetStats should probably be using unsigned format to show space totals. | Tom Lane | 2006-02-14 | 1 | -2/+2 |
| * | Add positive defense against trying to connect when the connection | Tom Lane | 2006-02-13 | 2 | -5/+16 |
| * | IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT, | Tom Lane | 2006-02-13 | 1 | -5/+5 |
| * | Place function names in first column for consistency. | Bruce Momjian | 2006-02-13 | 1 | -6/+11 |
| * | Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row | Tom Lane | 2006-02-13 | 1 | -7/+17 |
| * | Fix build failure when not USE_READLINE. Sergey E. Koposov | Tom Lane | 2006-02-13 | 1 | -5/+5 |
| * | Revert because C locale uses "" for thousands_sep, meaning "n/a", while | Bruce Momjian | 2006-02-12 | 1 | -5/+4 |
| * | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 | 4 | -11/+22 |
| * | Throw a warning rather than an error on invalid character from UTF8 to | Bruce Momjian | 2006-02-12 | 1 | -3/+5 |
| * | Back out patch pending review. | Bruce Momjian | 2006-02-12 | 1 | -73/+27 |
| * | > I've now tested this patch at home w/ 8.2HEAD and it seems to fix the | Bruce Momjian | 2006-02-12 | 1 | -27/+73 |
| * | Support "" for thousands separator and plus sign in to_char(), per | Bruce Momjian | 2006-02-12 | 1 | -4/+5 |
| * | Remove LEFT part of JOIN to pg_roles because of optimizer limitation: | Bruce Momjian | 2006-02-12 | 1 | -5/+5 |
| * | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 | 9 | -432/+9 |
| * | Update release checlist. | Bruce Momjian | 2006-02-12 | 1 | -11/+10 |
| * | Improve tab completion macro for default keywords. | Bruce Momjian | 2006-02-12 | 1 | -4/+2 |
| * | When performing a parallel build (make -j N) with ./configure | Bruce Momjian | 2006-02-12 | 1 | -2/+2 |
| * | List psql tab completion for various default keywords. | Bruce Momjian | 2006-02-12 | 1 | -18/+36 |
| * | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane | 2006-02-12 | 3 | -90/+146 |
| * | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 | 10 | -8/+225 |
| * | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian | 2006-02-12 | 3 | -18/+117 |
| * | Use 0x01 for newlines in saved history. It was determined to be not | Bruce Momjian | 2006-02-12 | 1 | -3/+12 |
| * | Clean up plpgsql grammar to make sure that check_assignable() is applied | Tom Lane | 2006-02-12 | 1 | -6/+39 |
| * | Allow to_char() to print localized month and day names. | Bruce Momjian | 2006-02-12 | 1 | -20/+233 |
| * | As part of previous commit, add pg_restore option: | Bruce Momjian | 2006-02-12 | 1 | -2/+1 |
| * | Add psql option: | Bruce Momjian | 2006-02-12 | 7 | -20/+49 |
| * | 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 |