| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't create $DESTDIR/include/internal/lib, as it is no longer used. | Neil Conway | 2004-11-03 | 1 | -2/+2 |
| * | Tab completion for CREATE TABLESPACE arguments. Patch by Joachim Wieland. | Peter Eisentraut | 2004-11-02 | 1 | -5/+24 |
| * | Translation updates | Peter Eisentraut | 2004-11-02 | 8 | -1128/+1007 |
| * | Translation updates | Peter Eisentraut | 2004-11-02 | 17 | -4335/+4562 |
| * | Add comment to postmaster.c that get_progname() will call exit if it | Bruce Momjian | 2004-11-02 | 1 | -2/+3 |
| * | Add comment about memory failure of get_progname exiting the postmaster: | Bruce Momjian | 2004-11-02 | 1 | -2/+2 |
| * | timestamptz_trunc() should only recalculate the timezone when truncating | Tom Lane | 2004-11-01 | 1 | -2/+15 |
| * | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane | 2004-11-01 | 3 | -80/+171 |
| * | That's just the lovely way windows handles a "segfault". Gotta be really | Bruce Momjian | 2004-11-01 | 3 | -4/+11 |
| * | Update comment to point to proper file. | Bruce Momjian | 2004-11-01 | 1 | -2/+2 |
| * | fixed bug in segfault REVOKE statement | Dave Cramer | 2004-11-01 | 1 | -3/+9 |
| * | Adjust use of sizeof(EXE). | Bruce Momjian | 2004-11-01 | 1 | -4/+4 |
| * | Clarify coding of .exe patch | Bruce Momjian | 2004-11-01 | 1 | -4/+4 |
| * | Use psql -q option instead of 2>/dev/null during first invocation | Tom Lane | 2004-10-31 | 1 | -13/+13 |
| * | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane | 2004-10-30 | 7 | -69/+264 |
| * | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 | 4 | -23/+49 |
| * | Change COMMIT back to the old behavior of emitting command tag COMMIT, | Tom Lane | 2004-10-30 | 1 | -6/+6 |
| * | Translation update | Peter Eisentraut | 2004-10-30 | 1 | -122/+131 |
| * | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane | 2004-10-29 | 1 | -19/+20 |
| * | No need to set errorMessage length --- already set in goto target. | Bruce Momjian | 2004-10-29 | 1 | -4/+1 |
| * | Fix failure to think clearly about encoding conversion errors in COPY. | Tom Lane | 2004-10-29 | 1 | -31/+22 |
| * | Set errorMessage length in PQrequestCancel() in all places. | Bruce Momjian | 2004-10-29 | 1 | -1/+4 |
| * | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane | 2004-10-29 | 1 | -10/+34 |
| * | Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi. | Tom Lane | 2004-10-28 | 1 | -150/+125 |
| * | Fix to_number for the case of a trailing S. | Tom Lane | 2004-10-28 | 3 | -46/+139 |
| * | Translation update | Peter Eisentraut | 2004-10-28 | 1 | -252/+10635 |
| * | Translation updates | Peter Eisentraut | 2004-10-28 | 3 | -292/+737 |
| * | Translation updates | Peter Eisentraut | 2004-10-28 | 10 | -2524/+4100 |
| * | Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose() | Neil Conway | 2004-10-28 | 1 | -109/+40 |
| * | On Windows, force a checkpoint just before dropping a database's physical | Tom Lane | 2004-10-28 | 2 | -11/+20 |
| * | Have pg_ctl status always output to stdout, even stopped status, not stderr. | Bruce Momjian | 2004-10-27 | 1 | -4/+4 |
| * | Fix Cygwin compile for timezone. | Bruce Momjian | 2004-10-27 | 2 | -3/+7 |
| * | When displaying a Var that is a reference to a column of an unnamed join, | Tom Lane | 2004-10-27 | 2 | -4/+27 |
| * | Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus. | Bruce Momjian | 2004-10-27 | 2 | -15/+24 |
| * | Translation update | Peter Eisentraut | 2004-10-27 | 1 | -1024/+1024 |
| * | Add a missing dependency: the "install" target requires "all" to have | Neil Conway | 2004-10-27 | 1 | -2/+2 |
| * | New translation | Peter Eisentraut | 2004-10-27 | 2 | -2/+2673 |
| * | Translation updates | Peter Eisentraut | 2004-10-27 | 6 | -438/+486 |
| * | Translation update | Peter Eisentraut | 2004-10-27 | 1 | -183/+177 |
| * | Translation updates | Peter Eisentraut | 2004-10-27 | 5 | -13/+2282 |
| * | Translation updates | Peter Eisentraut | 2004-10-27 | 7 | -2035/+2219 |
| * | Translation updates | Peter Eisentraut | 2004-10-27 | 7 | -14145/+17117 |
| * | Trivial fix: clarify a comment. | Neil Conway | 2004-10-27 | 1 | -2/+2 |
| * | Add reminder to update copyright in sgml file. | Bruce Momjian | 2004-10-26 | 2 | -3/+3 |
| * | Make heap_fetch API more consistent by having the buffer remain pinned | Tom Lane | 2004-10-26 | 3 | -28/+31 |
| * | In the new dispensation where REINDEX doesn't take exclusive lock on | Tom Lane | 2004-10-25 | 1 | -7/+17 |
| * | Update copyright information in documentation. Also, add a note | Neil Conway | 2004-10-25 | 1 | -0/+1 |
| * | Remove three unnecessary casts from a pointer type to char * when calling | Neil Conway | 2004-10-25 | 2 | -5/+5 |
| * | Fix tyop in comment. | Neil Conway | 2004-10-25 | 1 | -1/+1 |
| * | Make error message more verbose, in hopes of avoiding misunderstandings | Tom Lane | 2004-10-25 | 1 | -4/+6 |