| Age | Commit message (Expand) | Author |
| 2001-09-06 | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane |
| 2001-08-27 | Remove unneeded/unportable extern. | Tom Lane |
| 2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
| 2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-15 | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii |
| 2001-08-14 | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane |
| 2001-08-13 | Add comparison operators and btree indexing support for type bytea. | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
| 2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
| 2001-07-12 | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane |
| 2001-07-11 | > > Put encode() into base system. Used part of Alex' patch | Bruce Momjian |
| 2001-07-10 | Ensure macros are adequately parenthesized. | Tom Lane |
| 2001-06-29 | Further work on connecting the free space map (which is still just a | Tom Lane |
| 2001-06-27 | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane |
| 2001-06-25 | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane |
| 2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
| 2001-06-19 | Fix badly broken RelationGetRelationName(). | Tom Lane |
| 2001-06-19 | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane |
| 2001-06-19 | Move temprel name define from temprel.h to rel.h. | Bruce Momjian |
| 2001-06-19 | Bring RelationGetRelationName into sync with new temp rel names. | Tom Lane |
| 2001-06-18 | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian |
| 2001-06-18 | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian |
| 2001-06-18 | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian |
| 2001-06-18 | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane |
| 2001-06-17 | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane |
| 2001-06-14 | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane |
| 2001-06-13 | Attached is a patch adding following functions: | Bruce Momjian |
| 2001-06-12 | Extend GUC concepts of parse_hook and assign_hook to all four supported | Tom Lane |
| 2001-06-12 | Back out has_table_privilege patch. | Bruce Momjian |
| 2001-06-12 | OK -- here's take #5. | Bruce Momjian |
| 2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
| 2001-06-09 | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut |
| 2001-06-09 | Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. | Tom Lane |
| 2001-06-08 | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut |
| 2001-06-07 | reset all: command line and .conf options change defaults | Bruce Momjian |
| 2001-06-07 | This adds unary plus capability. No grammar changes, per Tom's request. | Bruce Momjian |
| 2001-06-05 | Correct permissions-checking bugs associated with ancient decision to | Tom Lane |
| 2001-06-02 | Tweak sorting so that nulls appear at the front of a descending sort | Tom Lane |
| 2001-06-01 | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane |
| 2001-05-27 | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut |
| 2001-05-22 | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut |
| 2001-05-21 | Enhancement of SPI to get access to portals | Jan Wieck |
| 2001-05-09 | First cut at making indexscan cost estimates depend on correlation | Tom Lane |
| 2001-05-09 | Cause planner to make use of average-column-width statistic that is now | Tom Lane |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-05-03 | Consolidate several near-identical uses of mktime() into a single | Tom Lane |
| 2001-05-03 | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane |
| 2001-03-23 | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane |