| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 3 | -14/+14 |
* | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane | 2002-05-21 | 1 | -18/+2 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 3 | -55/+35 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 2 | -83/+44 |
* | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 | 2 | -8/+7 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 3 | -253/+3 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 9 | -20/+673 |
* | Enforce EXECUTE privilege for aggregate functions. | Tom Lane | 2002-04-29 | 1 | -1/+10 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 1 | -1/+2 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 2 | -14/+18 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 2 | -4/+6 |
* | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 2 | -4/+4 |
* | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 | 1 | -2/+2 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -20/+77 |
* | Update comment to clarify fetch limit and LIMIT. | Bruce Momjian | 2002-04-08 | 1 | -2/+3 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -3/+3 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -6/+10 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -7/+10 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 2 | -6/+7 |
* | Remove long-dead 'fix for SELECT NULL' to stop current coredump. | Tom Lane | 2002-03-21 | 1 | -3/+2 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -3/+2 |
* | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 | 1 | -21/+16 |
* | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 | 1 | -3/+2 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 | 2 | -4/+4 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 5 | -11/+11 |
* | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane | 2002-03-01 | 1 | -77/+41 |
* | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 3 | -102/+74 |
* | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 2 | -5/+5 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 5 | -299/+105 |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -1/+4 |
* | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane | 2002-02-14 | 1 | -7/+24 |
* | Repair problems with EvalPlanQual where target table is scanned as | Tom Lane | 2002-02-11 | 2 | -47/+64 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 | 1 | -3/+5 |
* | SPI_cursor_open must copy by-reference parameter values into the | Tom Lane | 2002-01-03 | 1 | -6/+28 |
* | Insert CommandCounterIncrement call into SPI_cursor_open. | Tom Lane | 2001-11-21 | 1 | -1/+4 |
* | Repair crash in EvalPlanQual of query involving nestloop with inner | Tom Lane | 2001-11-12 | 1 | -2/+9 |
* | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 | 1 | -10/+3 |
* | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane | 2001-11-05 | 1 | -1/+35 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 8 | -18/+19 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 31 | -411/+301 |
* | Make SPI's column-accessing functions work for system columns as well as | Tom Lane | 2001-10-23 | 1 | -21/+61 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 1 | -5/+3 |
* | Keep the contents of ItemPointerData not the pointers so that | Hiroshi Inoue | 2001-09-29 | 1 | -16/+11 |
* | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane | 2001-09-21 | 1 | -44/+61 |
* | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane | 2001-09-18 | 7 | -40/+176 |
* | Suppress compiler warning. | Tom Lane | 2001-09-17 | 1 | -2/+2 |
* | Apply 7.1.3 changes to the current tree also. | Hiroshi Inoue | 2001-09-08 | 1 | -1/+2 |
* | Make hashjoin give the right answer with toasted input data. | Tom Lane | 2001-08-13 | 1 | -18/+32 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -2/+2 |
* | Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not | Tom Lane | 2001-08-06 | 1 | -9/+11 |