| Commit message (Expand) | Author | Age |
* | The brackets aren't put on the CHECK constraints properly. | Bruce Momjian | 2003-09-29 |
* | This patch fixes an obvious bug in the "should I print the duration of | Bruce Momjian | 2003-09-29 |
* | I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStrings | Bruce Momjian | 2003-09-29 |
* | Adjust the new Norwegian translation for some of the easier message | Peter Eisentraut | 2003-09-29 |
* | Eliminate another gratuitous message wording difference. | Peter Eisentraut | 2003-09-29 |
* | New Norwegian translation by Trond Endrestøl, actually made for 7.3, but | Peter Eisentraut | 2003-09-29 |
* | New translations | Peter Eisentraut | 2003-09-29 |
* | Fix broken definition of :print: character class, per Bruno Wolff. | Tom Lane | 2003-09-29 |
* | Translation update | Peter Eisentraut | 2003-09-29 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane | 2003-09-28 |
* | Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hack | Tom Lane | 2003-09-28 |
* | Fix typo in message. | Tom Lane | 2003-09-27 |
* | You can't NLS-enable a program component by just putting gettext() around | Peter Eisentraut | 2003-09-27 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Translation update | Peter Eisentraut | 2003-09-26 |
* | Fix tid scan evaluation of non-constant TID values; can't try to do it | Tom Lane | 2003-09-26 |
* | Make the world safe (more or less) for dropped columns in plpgsql rowtypes. | Tom Lane | 2003-09-25 |
* | tlist_matches_tupdesc() needs to defend itself against dropped columns. | Tom Lane | 2003-09-25 |
* | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 |
* | Fix grammatical error introduced into error message. | Tom Lane | 2003-09-25 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 |
* | Tweak generic_type_consistency routines to avoid loss of functionality | Tom Lane | 2003-09-23 |
* | _SPI_cursor_operation forgot to check for failure return from | Tom Lane | 2003-09-23 |
* | Putting back the previous change must be the first thing. | Hiroshi Inoue | 2003-09-23 |
* | HeapTupleSatisfiesVacuum() needs to be more careful about the | Tom Lane | 2003-09-22 |
* | Arrange to align shared disk buffers on at least 32-byte boundaries, | Tom Lane | 2003-09-21 |
* | Fix a batch of speling misteaks identified by Peter's spell-checker tool. | Tom Lane | 2003-09-20 |
* | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane | 2003-09-19 |
* | Seems like a bad idea that REINDEX TABLE supports (or thinks it does) | Tom Lane | 2003-09-19 |
* | Disallow converting a table to a view if it has triggers, indexes, or | Tom Lane | 2003-09-17 |
* | Since SPI_modifytuple's natts argument is the number of attributes to be | Tom Lane | 2003-09-16 |
* | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane | 2003-09-15 |
* | Improve a couple of error messages per suggestions from Alvaro Herrera. | Tom Lane | 2003-09-15 |
* | Translation updates | Peter Eisentraut | 2003-09-15 |
* | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 |
* | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 |
* | Run distprep target before creating list of files that contain translatable | Peter Eisentraut | 2003-09-14 |
* | Reconsider placement of MemoryContextCheck() call --- do after commit, | Tom Lane | 2003-09-14 |
* | Avoid corner cases where aset.c would unnecessarily make malloc() | Tom Lane | 2003-09-13 |
* | Okay, I've had it with mktime() bugs. While chasing Torello Querci's | Tom Lane | 2003-09-13 |
* | When I sent in the sslmode patch I forgot to update the | Bruce Momjian | 2003-09-13 |
* | Revert to our pre-7.4 behavior of identifying Unix-socket connections in | Tom Lane | 2003-09-12 |
* | Someone (possibly me) foolishly reduced the response for failing | Tom Lane | 2003-09-12 |
* | Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment. | Bruce Momjian | 2003-09-12 |
* | Message in the other exit from acquire_sample_rows(), as per update | Tom Lane | 2003-09-11 |
* | Try to make recently-added analyze log message look something like | Tom Lane | 2003-09-11 |
* | Consistenly lowercase GUC variable names, in docs and error messages. | Bruce Momjian | 2003-09-11 |
* | Fix missed message update, per Alvaro Herrera. | Tom Lane | 2003-09-11 |