| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 2 | -5/+9 |
| * | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii | 2001-08-15 | 2 | -76/+207 |
| * | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 | 4 | -30/+161 |
| * | Add comparison operators and btree indexing support for type bytea. | Tom Lane | 2001-08-13 | 2 | -2/+276 |
| * | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane | 2001-08-12 | 1 | -2/+2 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 2 | -2/+26 |
| * | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut | 2001-08-09 | 1 | -8/+31 |
| * | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut | 2001-08-06 | 1 | -2/+6 |
| * | Seems like a bad idea to free() a string we are about to use in an | Tom Lane | 2001-08-06 | 1 | -9/+5 |
| * | Check that the data directory does not have group or world access; remove | Peter Eisentraut | 2001-08-06 | 2 | -22/+18 |
| * | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane | 2001-07-31 | 1 | -33/+4 |
| * | Improve documentation about reasoning behind the order of operations | Tom Lane | 2001-07-16 | 1 | -12/+19 |
| * | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 2 | -11/+110 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -2/+2 |
| * | TODO item: | Tatsuo Ishii | 2001-07-15 | 2 | -49/+104 |
| * | Add missing encode file. | Bruce Momjian | 2001-07-12 | 1 | -0/+346 |
| * | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 | 1 | -8/+133 |
| * | > > Put encode() into base system. Used part of Alex' patch | Bruce Momjian | 2001-07-11 | 1 | -2/+2 |
| * | Remove formatter's assumption that year would never exceed four digits. | Tom Lane | 2001-07-10 | 1 | -43/+13 |
| * | Remove unnecessarily enthusiastic parenthesizing in reverse-listing of | Tom Lane | 2001-07-10 | 1 | -11/+11 |
| * | Fix my old fault(returns auto variable reference). | Hiroshi Inoue | 2001-07-06 | 1 | -13/+7 |
| * | Added GUC configuration options to control access statistics. | Jan Wieck | 2001-07-05 | 2 | -1/+18 |
| * | Don't go into infinite loop if /home/postgres/testversion/data directory is n... | Tom Lane | 2001-07-03 | 1 | -4/+7 |
| * | Allow default transaction isolation level (a.k.a. set session | Peter Eisentraut | 2001-06-30 | 2 | -1/+32 |
| * | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 | 1 | -15/+97 |
| * | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 3 | -86/+42 |
| * | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 | 2 | -5/+333 |
| * | Suppress gcc warning. | Tom Lane | 2001-06-25 | 1 | -1/+2 |
| * | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian | 2001-06-23 | 1 | -3/+3 |
| * | The new files for statistical system views. | Jan Wieck | 2001-06-22 | 1 | -0/+376 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 5 | -20/+84 |
| * | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 | 2 | -24/+16 |
| * | Back out SET ALL patch because it is breaking things. | Bruce Momjian | 2001-06-19 | 1 | -2/+2 |
| * | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 | 1 | -21/+55 |
| * | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 | 2 | -577/+372 |
| * | RESET ALL secondary patch: | Bruce Momjian | 2001-06-18 | 1 | -2/+2 |
| * | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian | 2001-06-18 | 3 | -49/+49 |
| * | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane | 2001-06-18 | 4 | -156/+232 |
| * | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane | 2001-06-17 | 1 | -1/+29 |
| * | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 | 1 | -30/+38 |
| * | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 | 3 | -25/+424 |
| * | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 | 1 | -12/+44 |
| * | Attached is a patch adding following functions: | Bruce Momjian | 2001-06-13 | 1 | -1/+47 |
| * | Don't assume free(NULL) is OK. Yes, I know ANSI C says it is. | Tom Lane | 2001-06-13 | 1 | -6/+14 |
| * | Extend GUC concepts of parse_hook and assign_hook to all four supported | Tom Lane | 2001-06-12 | 1 | -117/+196 |
| * | Back out has_table_privilege patch. | Bruce Momjian | 2001-06-12 | 1 | -756/+1 |
| * | OK -- here's take #5. | Bruce Momjian | 2001-06-12 | 1 | -1/+756 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 3 | -62/+28 |
| * | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 | 2 | -69/+28 |
| * | Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. | Tom Lane | 2001-06-09 | 2 | -2/+74 |