| Age | Commit message (Expand) | Author |
| 2001-06-24 | Back out BYTEA binary compatibility changes. | Bruce Momjian |
| 2001-06-23 | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian |
| 2001-06-23 | Add TEMPORARY sequences and have SERIAL on a temp table have a temporary | Bruce Momjian |
| 2001-06-22 | The new files for statistical system views. | Jan Wieck |
| 2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
| 2001-06-22 | Add support to lock manager for conditionally locking a lock (ie, | Tom Lane |
| 2001-06-21 | Remove unused include file for long-dead flavors of locking. | Tom Lane |
| 2001-06-20 | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut |
| 2001-06-19 | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane |
| 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-16 | Tweak startup sequence so that running out of PROC array slots is | Tom Lane |
| 2001-06-16 | It turns out that the relcache thinks it can distinguish different | Tom Lane |
| 2001-06-14 | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane |
| 2001-06-13 | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane |
| 2001-06-13 | Fix for duplicate oids just introduced in patch. Don't think it needs | Bruce Momjian |
| 2001-06-13 | Attached is a patch adding following functions: | Bruce Momjian |
| 2001-06-13 | Remove some dead code, simplify calling convention. | Tom Lane |
| 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-11 | The attached patch enables PostgreSQL CVS to build cleanly under Cygwin | Bruce Momjian |
| 2001-06-11 | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane |
| 2001-06-11 | Make planner compute the number of hash buckets the same way that | Tom Lane |
| 2001-06-10 | Mark inet,cidr,macaddr '=' operators as mergejoinable. | 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-09 | Add #define for OID of type macaddr. | Tom Lane |
| 2001-06-09 | Remove RelationGetBufferWithBuffer(), which is horribly confused about | 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-05 | Improve planning of OR indexscan plans: for quals like | Tom Lane |
| 2001-06-05 | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane |
| 2001-06-04 | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian |
| 2001-06-03 | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut |
| 2001-06-02 | Tweak sorting so that nulls appear at the front of a descending sort | Tom Lane |
| 2001-06-02 | Native Language Support (NLS) | Peter Eisentraut |
| 2001-06-01 | Remove fastpath.c's lame attempt at caching function lookup info across | Tom Lane |
| 2001-06-01 | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane |
| 2001-05-31 | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane |