| Commit message (Expand) | Author | Age | Files | Lines |
| * | Whoops, missed converting the other sleep() call to pg_usleep(). | Tom Lane | 2004-11-18 | 1 | -2/+2 |
| * | Force pg_database updates out to disk immediately after ALTER DATABASE; | Tom Lane | 2004-11-18 | 1 | -19/+47 |
| * | Fix off-by-one memory allocation, as reported by Rod Taylor. Also | Tom Lane | 2004-11-17 | 1 | -16/+17 |
| * | Use pg_usleep() not sleep(), per Andrew Dunstan. | Tom Lane | 2004-11-17 | 1 | -7/+6 |
| * | Minor adjustment of message style. | Tom Lane | 2004-11-17 | 1 | -3/+3 |
| * | Win32 build cleanups, from Andrew Dunstan. | Neil Conway | 2004-11-17 | 2 | -3/+8 |
| * | Remove debugging printf from #ifdef WIN32 section. | Neil Conway | 2004-11-17 | 1 | -2/+1 |
| * | Micro-optimization of markpos() and restrpos() in btree and hash indexes. | Neil Conway | 2004-11-17 | 2 | -12/+10 |
| * | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway | 2004-11-17 | 1 | -1/+9 |
| * | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane | 2004-11-17 | 4 | -237/+610 |
| * | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway | 2004-11-16 | 2 | -2/+41 |
| * | Translation update | Peter Eisentraut | 2004-11-16 | 4 | -3474/+3434 |
| * | Use dynamically-sized buffers in pgwin32_is_service(). | Tom Lane | 2004-11-16 | 1 | -36/+71 |
| * | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 | 1 | -1/+9 |
| * | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 | 5 | -349/+162 |
| * | There is no need for ReadBuffer() call sites to check that the returned | Neil Conway | 2004-11-14 | 4 | -46/+4 |
| * | > I think in addition the system global name "sharemem.1" should be made more | Bruce Momjian | 2004-11-12 | 1 | -2/+2 |
| * | Remember to close the file on failure (pretty much redundant, really, | Tom Lane | 2004-11-12 | 1 | -1/+2 |
| * | Un-break custom_variable_classes kluge ... mea culpa. | Tom Lane | 2004-11-11 | 1 | -11/+14 |
| * | Remove obsolete comment from btbuild() and hashbuild(): we no longer use | Neil Conway | 2004-11-11 | 2 | -12/+2 |
| * | Allow planner to fold "stable" functions to constants when forming | Tom Lane | 2004-11-09 | 1 | -16/+33 |
| * | Put in place some defenses against being fooled by accidental match of | Tom Lane | 2004-11-09 | 1 | -27/+85 |
| * | Translation updates | Peter Eisentraut | 2004-11-09 | 1 | -3125/+3164 |
| * | Clarify some error messages | Peter Eisentraut | 2004-11-09 | 5 | -19/+19 |
| * | Translation update | Peter Eisentraut | 2004-11-09 | 1 | -833/+812 |
| * | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane | 2004-11-09 | 2 | -70/+46 |
| * | Kris Jurka pointed out that the qualified_name production wasn't | Tom Lane | 2004-11-08 | 1 | -8/+32 |
| * | Fix unportable code in SockAddr_cidr_mask: you can't assume that | Tom Lane | 2004-11-08 | 1 | -19/+22 |
| * | Translation update | Peter Eisentraut | 2004-11-07 | 1 | -4057/+5595 |
| * | When implementing a coercion to a domain type with a combined | Tom Lane | 2004-11-06 | 4 | -20/+37 |
| * | Now that we advertize only CIDR address in pg_hba.conf, remove | Bruce Momjian | 2004-11-06 | 1 | -3/+0 |
| * | pred_test() logic was being too narrow-minded about where it might find | Tom Lane | 2004-11-05 | 1 | -8/+12 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 13 | -362/+214 |
| * | Small message clarifications | Peter Eisentraut | 2004-11-05 | 5 | -12/+13 |
| * | Translation update | Peter Eisentraut | 2004-11-05 | 1 | -3078/+4695 |
| * | Minor documentation updates from Simon Riggs. | Tom Lane | 2004-11-04 | 1 | -2/+2 |
| * | Translation updates | Peter Eisentraut | 2004-11-02 | 2 | -2792/+2790 |
| * | Add comment to postmaster.c that get_progname() will call exit if it | Bruce Momjian | 2004-11-02 | 1 | -2/+3 |
| * | 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 | 1 | -75/+65 |
| * | Update comment to point to proper file. | Bruce Momjian | 2004-11-01 | 1 | -2/+2 |
| * | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 | 3 | -22/+46 |
| * | Change COMMIT back to the old behavior of emitting command tag COMMIT, | Tom Lane | 2004-10-30 | 1 | -6/+6 |
| * | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane | 2004-10-29 | 1 | -19/+20 |
| * | Fix failure to think clearly about encoding conversion errors in COPY. | Tom Lane | 2004-10-29 | 1 | -31/+22 |
| * | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane | 2004-10-29 | 1 | -10/+34 |
| * | Fix to_number for the case of a trailing S. | Tom Lane | 2004-10-28 | 1 | -44/+137 |
| * | Translation update | Peter Eisentraut | 2004-10-28 | 1 | -252/+10635 |
| * | 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 |