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