| Commit message (Expand) | Author | Age |
* | Added hints about the reason, why the command string in | Jan Wieck | 2004-02-12 |
* | Use memmove() rather than memcpy() in set_var_from_var(). If this function | Neil Conway | 2004-02-04 |
* | pwd | Tom Lane | 2004-02-03 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | Add function (actually an int4 and an int8 version) that generates | Joe Conway | 2004-02-03 |
* | Avoid generating invalid character encoding sequences in make_greater_string. | Tom Lane | 2004-02-02 |
* | Make length() disregard trailing spaces in char(n) values, per discussion | Tom Lane | 2004-02-01 |
* | Micro-opt: replace calls like | Neil Conway | 2004-01-31 |
* | Fix text_position to not scan past end of source string in multibyte | Tom Lane | 2004-01-31 |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 |
* | Repair misestimation of indexscan CPU costs. When an indexqual contains | Tom Lane | 2004-01-17 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 |
* | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane | 2004-01-05 |
* | Using canonicalize_qual() to get rid of duplicate index predicate | Tom Lane | 2003-12-29 |
* | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 |
* | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 |
* | Back out: | Bruce Momjian | 2003-12-21 |
* | In my mind there were two categories of open issues | Bruce Momjian | 2003-12-20 |
* | Make to_hex() behave portably on negative input values (treat them as | Tom Lane | 2003-12-19 |
* | Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. | Tom Lane | 2003-12-17 |
* | Repair indexed bytea like operations, and related selectivity | Joe Conway | 2003-12-07 |
* | Code and docs review for numeric-factorial patch. | Tom Lane | 2003-12-02 |
* | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 |
* | netmask() and hostmask() functions should return maximum-length masklen, | Tom Lane | 2003-12-01 |
* | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway | 2003-11-30 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane | 2003-11-16 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Remove rcsid CVS header variable --- not used. | Bruce Momjian | 2003-11-10 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 |
* | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck | 2003-10-31 |
* | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 |
* | Avoid division by zero in estimate_num_groups() when table has no rows. | Tom Lane | 2003-10-16 |
* | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane | 2003-10-06 |
* | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | Tom Lane | 2003-10-04 |
* | When dumping CREATE INDEX, must show opclass name if the opclass isn't | Tom Lane | 2003-10-02 |
* | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 |
* | The brackets aren't put on the CHECK constraints properly. | Bruce Momjian | 2003-09-29 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hack | Tom Lane | 2003-09-28 |
* | 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 |
* | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 |
* | Okay, I've had it with mktime() bugs. While chasing Torello Querci's | Tom Lane | 2003-09-13 |
* | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 |
* | Repair problems with to_char() overrunning its input string. | Tom Lane | 2003-09-03 |
* | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 |