| Commit message (Expand) | Author | Age |
* | Translation updates | Dennis Bjorklund | 2004-09-01 |
* | Cast _timezone to int from time_t for Cygwin. | Bruce Momjian | 2004-09-01 |
* | src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/; | Bruce Momjian | 2004-09-01 |
* | needs_toast_table() should ignore dropped columns. | Tom Lane | 2004-08-31 |
* | Code review for recent changes in guc-file.l. Avoid multiple frees, | Tom Lane | 2004-08-31 |
* | Code review for various recent GUC hacking. Don't elog(ERROR) when | Tom Lane | 2004-08-31 |
* | Fix unintended assignment of sequences to the containing schema's | Tom Lane | 2004-08-31 |
* | FlushRelationBuffers was also being a bit cavalier about whether the | Tom Lane | 2004-08-31 |
* | copy_relation_data was mistakenly assuming that the source relation | Tom Lane | 2004-08-31 |
* | Define lstat with parameters, rather than just redefining the symbol. | Bruce Momjian | 2004-08-31 |
* | Fix typo in lstat() macro exposed by new tablespace code. | Bruce Momjian | 2004-08-31 |
* | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane | 2004-08-31 |
* | Improve spinlock selftest to make it able to detect misdeclaration of | Tom Lane | 2004-08-30 |
* | slock_t must be int not char for MIPS. 7.4 got this right, but the | Tom Lane | 2004-08-30 |
* | Fix obviously-utterly-untested noTocComments code. | Tom Lane | 2004-08-30 |
* | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane | 2004-08-30 |
* | Fix failure to advance nextXID beyond subtransactions whose XIDs appear | Tom Lane | 2004-08-30 |
* | Tweak md.c logic to cope with the situation where WAL replay tries to | Tom Lane | 2004-08-30 |
* | Dept. of second thoughts: it'd be a good idea to flush buffers | Tom Lane | 2004-08-30 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 |
* | Update typedefs with /lib info. | Bruce Momjian | 2004-08-29 |
* | Widen xl_len field of XLogRecord header to 32 bits, so that we'll have | Tom Lane | 2004-08-29 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update with new typedefs. Remove java and c++ parts of readme. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix for postmaster.c function win32_waitpid(int *exitstatus) call to | Bruce Momjian | 2004-08-29 |
* | Adjust regression expected file for new grant language hint. | Bruce Momjian | 2004-08-29 |
* | Add hint about using GRANT with non-trusted languages. | Bruce Momjian | 2004-08-29 |
* | Several Cygwin fixes pointed out by Reini Urban. | Bruce Momjian | 2004-08-29 |
* | Add comment on palloc use and DLLIMPORT> | Bruce Momjian | 2004-08-29 |
* | >>> I understand your disliking of non-posix stuff. OTOH, | Bruce Momjian | 2004-08-29 |
* | The attached patch improves pg_ctl's win32 service code to eliminate | Bruce Momjian | 2004-08-28 |
* | > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: | Bruce Momjian | 2004-08-28 |
* | Fix high-bit comparison compiler warning in pg_dump. | Bruce Momjian | 2004-08-28 |
* | Add regression tests for ALTER INDEX. | Bruce Momjian | 2004-08-28 |
* | Now that TransactionIdDidAbort doesn't think it should try to modify | Tom Lane | 2004-08-28 |
* | Propogate pg_ctl -D to the postmaster for command-line identification. | Bruce Momjian | 2004-08-28 |
* | Add missing Assert to make TransactionIdDidAbort more consistent with | Tom Lane | 2004-08-28 |
* | Rearrange order of operations in heap_drop_with_catalog and index_drop | Tom Lane | 2004-08-28 |
* | > > Another issue is that when installing the Postgres service with | Bruce Momjian | 2004-08-28 |
* | Use dynamic buffer for token buffer in win32 admin check | Bruce Momjian | 2004-08-28 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 |
* | Further tightening of the array literal parser. Prevent junk | Joe Conway | 2004-08-28 |
* | Can't truncate pg_subtrans during a recovery checkpoint --- subtrans | Tom Lane | 2004-08-28 |
* | Add missing semicolon; some bison versions warn of this. | Tom Lane | 2004-08-28 |
* | Fix Windows emulation of kill(pid, 0). This will now succeed, but only | Tom Lane | 2004-08-27 |
* | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 |
* | Fix user locks. Broken some time ago for all platforms by Windows-related | Tom Lane | 2004-08-26 |
* | Improve some comments. | Tom Lane | 2004-08-26 |