| Commit message (Expand) | Author | Age |
* | Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node | Tom Lane | 2003-11-24 |
* | Simplify loop test to avoid bug in AIX compiler, per Andreas. | Tom Lane | 2003-10-18 |
* | Adjust display of actual runtimes in EXPLAIN output to use three fractional | Tom Lane | 2003-10-17 |
* | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane | 2003-10-16 |
* | Back out makeNode() patch to fix gcc 3.3.1 warning. | Bruce Momjian | 2003-10-13 |
* | Adjust setRelhassubclassInRelation() to not perform actual heap_update | Tom Lane | 2003-10-13 |
* | Use makeNode() to allocate structures that have to be cast to Node *, | Bruce Momjian | 2003-10-12 |
* | Back out -fstrict-aliasing void* casting. | Bruce Momjian | 2003-10-11 |
* | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian | 2003-10-11 |
* | 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 bit more locking to vac_update_relstats and vac_update_dbstats | 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 |
* | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 |
* | Improve context display for failures during COPY IN, as recently | Tom Lane | 2003-09-29 |
* | Eliminate another gratuitous message wording difference. | Peter Eisentraut | 2003-09-29 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | 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 |
* | Putting back the previous change must be the first thing. | Hiroshi Inoue | 2003-09-23 |
* | 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 |
* | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane | 2003-09-15 |
* | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 |
* | 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 |
* | 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 |
* | Guard against pgindent changing =- to = -. | Bruce Momjian | 2003-08-30 |
* | Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer. | Tom Lane | 2003-08-28 |
* | Attached is a (very small) patch to make analyze display some | Bruce Momjian | 2003-08-26 |
* | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut | 2003-08-24 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane | 2003-08-13 |
* | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane | 2003-08-11 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | 2003-08-01 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |