| Commit message (Expand) | Author | Age |
* | 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 |
* | Improve error message for cp or rm failur during create/drop database, | Tom Lane | 2003-09-10 |
* | Add HINT if CREATE FUNCTION specifies a valid language, but the language | Bruce Momjian | 2003-09-10 |
* | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 |
* | Update comments about how locale settings are handled. | Tom Lane | 2003-09-09 |
* | Avoid using s_addr as a local variable name, to work around broken | Tom Lane | 2003-09-08 |
* | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane | 2003-09-07 |
* | Remove check on source address of a statistics packet. Check was broken | Tom Lane | 2003-09-07 |
* | Make the default pg_hba.conf include an entry for ::1 only if configure | Tom Lane | 2003-09-07 |
* | load_file() has to remove pre-existing shlibs that match the new file | Tom Lane | 2003-09-07 |
* | Make all valid uses of the COLLATE clause yield the same result: a syntax | Peter Eisentraut | 2003-09-06 |
* | Second try at IPv4-to-v6 mapping code; avoid assuming that the struct | Tom Lane | 2003-09-05 |
* | Allow IPv4-format entries in pg_hba.conf to match IPv6 connections | Tom Lane | 2003-09-05 |