| Commit message (Expand) | Author | Age |
* | Have log_min_duration_statement = 0 always print duration/statement. | Bruce Momjian | 2003-10-08 |
* | Fix binary_oper_exact() so that the heuristic 'an unknown literal on | Tom Lane | 2003-10-06 |
* | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane | 2003-10-06 |
* | Modify COPY FROM to match the null-value string against the column value | Tom Lane | 2003-10-06 |
* | Add a little more smarts to estimate_hash_bucketsize(): if there's no | Tom Lane | 2003-10-05 |
* | When revoking privileges from the owner, don't revoke the grant options, | Peter Eisentraut | 2003-10-05 |
* | Translation update | Peter Eisentraut | 2003-10-04 |
* | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | Tom Lane | 2003-10-04 |
* | Translation update | Peter Eisentraut | 2003-10-04 |
* | Fix log_duration and log_min_duration_statement to print properly, as | Bruce Momjian | 2003-10-04 |
* | Add GUC parameter check_function_bodies to control whether validation | Tom Lane | 2003-10-03 |
* | Add a bit more locking to vac_update_relstats and vac_update_dbstats | Tom Lane | 2003-10-02 |
* | When dumping CREATE INDEX, must show opclass name if the opclass isn't | Tom Lane | 2003-10-02 |
* | String fixes/improvements found by Alvaro Herrera | Peter Eisentraut | 2003-10-02 |
* | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 |
* | Remove NOTICE about foreign key creating implicit triggers, because it no | Peter Eisentraut | 2003-10-02 |
* | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 |
* | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 |
* | Improve context display for failures during COPY IN, as recently | Tom Lane | 2003-09-29 |
* | 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 |