| Commit message (Expand) | Author | Age | Files | Lines |
| * | Translation update | Peter Eisentraut | 2004-06-13 | 1 | -106/+107 |
| * | Code review for recently-added network functions. Get it to work when | Tom Lane | 2004-06-13 | 3 | -119/+160 |
| * | ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const, | Bruce Momjian | 2004-06-11 | 1 | -14/+12 |
| * | StrategyDirtyBufferList wasn't being careful to honor max_buffers limit. | Tom Lane | 2004-06-11 | 1 | -3/+7 |
| * | Use sizeof() rather than strlen() in array size. | Bruce Momjian | 2004-06-11 | 1 | -2/+2 |
| * | Add some code to Assert that when we release pin on a buffer, we are | Tom Lane | 2004-06-11 | 3 | -3/+29 |
| * | Cleanup use of Win32 START by using "" for title. No need for temp | Bruce Momjian | 2004-06-11 | 1 | -51/+13 |
| * | Add URL about Win32 quoting behavior. | Bruce Momjian | 2004-06-11 | 1 | -1/+4 |
| * | Another fix for Win32 START. | Bruce Momjian | 2004-06-11 | 1 | -3/+3 |
| * | The attached tiny patch removes spurious carriage returns that might be | Bruce Momjian | 2004-06-11 | 1 | -2/+2 |
| * | >> It certainly doesn't. There still was a bug with the locale stuff, | Bruce Momjian | 2004-06-11 | 2 | -3/+11 |
| * | This patch updates pgpipe() on win32 to log exactly which part of the | Bruce Momjian | 2004-06-11 | 1 | -7/+32 |
| * | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 13 | -78/+229 |
| * | More restructuring to use Win32 START with paths needing quotes. | Bruce Momjian | 2004-06-11 | 1 | -4/+51 |
| * | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian | 2004-06-10 | 9 | -47/+77 |
| * | More quoting cleanups for Win32's pg_ctl. | Bruce Momjian | 2004-06-10 | 1 | -4/+4 |
| * | Adjust cost_nonsequential_access() to have more reasonable behavior | Tom Lane | 2004-06-10 | 1 | -8/+9 |
| * | Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too. | Tom Lane | 2004-06-10 | 1 | -1/+3 |
| * | Fix oversight in recent ALTER TABLE improvements. We now support | Tom Lane | 2004-06-10 | 1 | -15/+26 |
| * | Use /B to start so a new window isn't created, per Andrew Dunstan. | Bruce Momjian | 2004-06-10 | 1 | -4/+4 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 20 | -441/+426 |
| * | Add START background code for another code path, per Andrew Dunstan. | Bruce Momjian | 2004-06-10 | 1 | -1/+5 |
| * | Use START for pg_ctl background runs on Win32, from Magnus. | Bruce Momjian | 2004-06-10 | 1 | -2/+6 |
| * | Translation update | Peter Eisentraut | 2004-06-10 | 2 | -142/+173 |
| * | New translation | Peter Eisentraut | 2004-06-10 | 2 | -2/+9658 |
| * | Handle multiple double-quoted strings using Win32's system() call. | Bruce Momjian | 2004-06-10 | 4 | -17/+32 |
| * | Add pg_ctl native language files for Russian. | Bruce Momjian | 2004-06-10 | 2 | -0/+412 |
| * | Add regression tests for CSV COPY format. | Bruce Momjian | 2004-06-09 | 2 | -0/+32 |
| * | Fix slightly-wrong syntax error messages from bootstrap parser, as per | Tom Lane | 2004-06-09 | 1 | -4/+4 |
| * | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 | 24 | -563/+1389 |
| * | Use single quotes around pg_dump call from pg_dumpall. | Bruce Momjian | 2004-06-09 | 1 | -2/+2 |
| * | Use single quotes for pg_ctl system call. | Bruce Momjian | 2004-06-09 | 1 | -3/+3 |
| * | Add time.h to pg_dumpall. | Bruce Momjian | 2004-06-09 | 1 | -1/+2 |
| * | Use mkstemp instead of mktemp in thread test, per Jan. | Bruce Momjian | 2004-06-09 | 1 | -4/+7 |
| * | Previous code cleanup was for bufpage.c, not bufmgr.c. | Bruce Momjian | 2004-06-09 | 1 | -13/+11 |
| * | Add missing check for too-few-inputs when replacing a zero-dimensional | Tom Lane | 2004-06-08 | 1 | -1/+7 |
| * | Stylistic changes in bufmgr.c | Bruce Momjian | 2004-06-08 | 1 | -28/+29 |
| * | vacuum.c refactoring | Bruce Momjian | 2004-06-08 | 1 | -436/+589 |
| * | Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. | Bruce Momjian | 2004-06-08 | 3 | -10/+10 |
| * | Have strerror_r return "Unknown error". | Bruce Momjian | 2004-06-08 | 1 | -3/+2 |
| * | Fix strerror_r by checking return type from configure. | Bruce Momjian | 2004-06-07 | 2 | -6/+14 |
| * | Add start/stop times for pg_dump/pg_dumpall when verbose output is used. | Bruce Momjian | 2004-06-07 | 2 | -2/+59 |
| * | Dept of second thoughts: don't use the new wide-character upper/lower | Tom Lane | 2004-06-06 | 1 | -93/+99 |
| * | Add some regression tests for composite-type operations. | Tom Lane | 2004-06-06 | 4 | -2/+191 |
| * | Allow use of table rowtypes directly as column types of other tables. | Tom Lane | 2004-06-06 | 2 | -16/+98 |
| * | Minor catalog cleanups for composite-type stuff. Adjust signatures shown | Tom Lane | 2004-06-06 | 5 | -28/+34 |
| * | Add binary I/O support for composite types. | Tom Lane | 2004-06-06 | 1 | -28/+291 |
| * | Remove finger from dike: composite types are now allowed as table columns. | Tom Lane | 2004-06-06 | 1 | -6/+4 |
| * | Preliminary support for composite type I/O; just text for now, | Tom Lane | 2004-06-06 | 1 | -11/+357 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 24 | -377/+323 |