| Age | Commit message (Expand) | Author |
| 2001-05-03 | Permission checking wasn't quite right for insert/update/delete rules, | Tom Lane |
| 2001-05-03 | apply a little patch: | Bruce Momjian |
| 2001-05-03 | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane |
| 2001-05-03 | Permissions were not checked correctly when one view invokes another. | Tom Lane |
| 2001-05-03 | Improve list. | Bruce Momjian |
| 2001-05-03 | Updates for 7.1.1. Not done yet. | Bruce Momjian |
| 2001-05-03 | Correct pg_description entry for type macaddr. | Tom Lane |
| 2001-05-03 | Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill.... | Tom Lane |
| 2001-05-02 | Previous commit mistakenly converted all newlines to DOS style (CR/LF). | Tom Lane |
| 2001-05-02 | Add note explaining why inserts take longer as tables grow. Also suggest | D'Arcy J.M. Cain |
| 2001-05-02 | Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code works | D'Arcy J.M. Cain |
| 2001-05-01 | Synced gram.y and preproc.y. | Tom Lane |
| 2001-05-01 | Allow a string argument to the EXTRACT() function. | Thomas G. Lockhart |
| 2001-05-01 | 1) fix bugs reported by Andrea Aime. | Hiroshi Inoue |
| 2001-04-30 | exec_move_row() should be more forgiving of tuples with a different | Tom Lane |
| 2001-04-30 | Suppress pull-up of subqueries that are in the nullable side of an outer | Tom Lane |
| 2001-04-29 | Add missing Unicode support for Cyrillic encodings. | Tatsuo Ishii |
| 2001-04-26 | Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't think | Tom Lane |
| 2001-04-25 | Tweak nestloop costing to weight restart cost of inner path more heavily. | Tom Lane |
| 2001-04-25 | - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly | Philip Warner |
| 2001-04-24 | Undo pgindent brain damage, so that node type numbers can once again be | Tom Lane |
| 2001-04-23 | Behave sanely when database name is omitted from command line. | Tom Lane |
| 2001-04-23 | Send 'cd' output to /dev/null. | Peter Eisentraut |
| 2001-04-23 | compatible_oper needs to do ReleaseSysCache in one path to avoid | Tom Lane |
| 2001-04-23 | 1) Decrease the size of needlessly large buffers. For example, it | Hiroshi Inoue |
| 2001-04-23 | A patch to fix the following bugs. | Hiroshi Inoue |
| 2001-04-22 | Don't bomb out on indexes on system attributes other than 'oid'. | Tom Lane |
| 2001-04-21 | Remove useless setuid() call, instead add a check that real and effective | Tom Lane |
| 2001-04-21 | Make sure that the postmaster options (from postmaster.opts[.default] or | Peter Eisentraut |
| 2001-04-19 | Add extern int optreset declaration, per bug report from <info@decc.nl>. | Peter Eisentraut |
| 2001-04-19 | Fix "off by VARHDRSZ" bug in (Cyrillic) recode support. | Peter Eisentraut |
| 2001-04-19 | Kluge solution for Alex Pilosov's report of problems with whole-tuple | Tom Lane |
| 2001-04-19 | Add a crash gurard to pg_encoding_mblen in case of an invalid encoding | Tatsuo Ishii |
| 2001-04-18 | Further tweaking of error messages for cases involving attributes & | Tom Lane |
| 2001-04-18 | Repair misbehavior of \! with immediately following argument that contains | Peter Eisentraut |
| 2001-04-18 | Make the world safe for passing whole rows of views to functions. This | Tom Lane |
| 2001-04-18 | Make rule lister do the right thing with Vars representing whole tuples. | Tom Lane |
| 2001-04-17 | The renewal of README thanks to Dave Page. | Hiroshi Inoue |
| 2001-04-17 | Add some defenses to guard against case where a rule refers to a table | Tom Lane |
| 2001-04-16 | Avoid reversing user-given order of WHERE clauses while attaching clauses | Tom Lane |
| 2001-04-16 | Correction for mathematical properties in Unicode converison maps. | Tatsuo Ishii |
| 2001-04-16 | getdatabaseencoding() and PG_encoding_to_char() were being sloppy about | Tom Lane |
| 2001-04-16 | Remove error report from pq_endmessage when pq_putmessage fails. The | Tom Lane |
| 2001-04-15 | Add LDFLAGS_SL to AIX shlib building command, per report from | Tom Lane |
| 2001-04-15 | Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ON | Tom Lane |
| 2001-04-15 | Prevent generation of invalid plans for RIGHT or FULL joins with multiple | Tom Lane |
| 2001-04-15 | If the password prompt goes to stderr, then the trailing newline should | Peter Eisentraut |
| 2001-04-14 | Work with Readline 4.2. | Peter Eisentraut |
| 2001-04-14 | Add debug_query_string global variable for pgmonitor and debugging use. | Bruce Momjian |
| 2001-04-14 | - Get view OID based on rule OID not base table OID | Philip Warner |