| Commit message (Expand) | Author | Age | Files | Lines |
| * | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane | 2002-11-06 | 1 | -2/+16 |
| * | Code review for recent patch to allow ALTER TABLE ADD COLUMN when | Tom Lane | 2002-11-02 | 1 | -15/+32 |
| * | During swap_relfilenodes, swap relation size statistic fields along with | Tom Lane | 2002-11-02 | 1 | -1/+15 |
| * | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 | 1 | -6/+26 |
| * | Fix permissions-checking bugs and namespace-search-path bugs in | Tom Lane | 2002-11-02 | 1 | -28/+12 |
| * | Reduce messages associated with shell-type function arguments/results | Tom Lane | 2002-11-01 | 1 | -7/+7 |
| * | Fix miscalculation of remaining free space during tuple chain moving. | Tom Lane | 2002-10-31 | 1 | -8/+8 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 4 | -38/+41 |
| * | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian | 2002-10-21 | 1 | -12/+38 |
| * | Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real | Tom Lane | 2002-10-21 | 1 | -5/+3 |
| * | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane | 2002-10-21 | 1 | -65/+142 |
| * | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane | 2002-10-19 | 2 | -2/+11 |
| * | Back out Alvaro's patch until regression tests pass. | Bruce Momjian | 2002-10-19 | 1 | -38/+7 |
| * | Fix compile failure caused by new patch. | Bruce Momjian | 2002-10-19 | 1 | -2/+2 |
| * | > Huh, I don't know where I got the idea you were (or someone else was?) | Bruce Momjian | 2002-10-19 | 1 | -7/+38 |
| * | Add missing #include <errno.h>. | Tom Lane | 2002-10-19 | 1 | -1/+2 |
| * | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 | 2 | -45/+164 |
| * | As Niel so nicely pointed out this morning, the output of EXPLAIN | Bruce Momjian | 2002-10-14 | 1 | -1/+7 |
| * | Lock on the rule relation wasn't removed after adding the comment. | Bruce Momjian | 2002-10-09 | 1 | -3/+3 |
| * | Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks | Tom Lane | 2002-10-04 | 1 | -1/+14 |
| * | Require superuser privilege to create a binary-compatible cast, per | Tom Lane | 2002-10-04 | 1 | -1/+28 |
| * | Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that | Tom Lane | 2002-10-03 | 1 | -4/+43 |
| * | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 | 1 | -26/+3 |
| * | ARGH! | Tom Lane | 2002-09-27 | 1 | -18/+38 |
| * | Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, | Tom Lane | 2002-09-23 | 1 | -1/+2 |
| * | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other | Tom Lane | 2002-09-23 | 3 | -3/+39 |
| * | Get rid of bogus use of heap_mark4update in reindex operations (cf. | Tom Lane | 2002-09-23 | 2 | -5/+5 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 3 | -21/+72 |
| * | Move most of the error checking for foreign-key constraints out of | Tom Lane | 2002-09-22 | 1 | -251/+516 |
| * | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 | 5 | -66/+201 |
| * | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane | 2002-09-20 | 2 | -68/+72 |
| * | Code review for check-domain-constraints-in-COPY patch. Do correct thing | Tom Lane | 2002-09-20 | 1 | -64/+84 |
| * | Change domain patch to COERCE_IMPLICIT_CAST, per Tom. | Bruce Momjian | 2002-09-20 | 1 | -2/+2 |
| * | Fix compile error from Rod's patch. | Bruce Momjian | 2002-09-20 | 1 | -3/+3 |
| * | Fixed this problem and added regression tests in domain.sql. | Bruce Momjian | 2002-09-20 | 1 | -10/+72 |
| * | > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the | Bruce Momjian | 2002-09-20 | 1 | -9/+2 |
| * | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane | 2002-09-19 | 1 | -21/+6 |
| * | Department of second thoughts: suppressing implicit casts everywhere in | Tom Lane | 2002-09-19 | 2 | -7/+8 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 2 | -29/+54 |
| * | Fix for rare race-condition-like failure: if a backend receives SIGUSR2 | Tom Lane | 2002-09-16 | 1 | -1/+5 |
| * | Cast functions can be immutable or stable. | Peter Eisentraut | 2002-09-15 | 1 | -3/+3 |
| * | Cosmetic fixes from Neil Conway. | Tom Lane | 2002-09-14 | 1 | -4/+4 |
| * | Translation updates | Peter Eisentraut | 2002-09-14 | 1 | -3/+7 |
| * | Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures --- | Tom Lane | 2002-09-12 | 1 | -2/+2 |
| * | Remove heap_mark4update from AlterTableCreateToastTable. This has | Tom Lane | 2002-09-06 | 1 | -37/+15 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 27 | -929/+999 |
| * | Arrange for the default permissions on a database to allow temp table | Tom Lane | 2002-09-03 | 1 | -2/+7 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 1 | -2/+2 |
| * | Workaround for format strings that are concatenated from macros | Peter Eisentraut | 2002-09-03 | 1 | -15/+48 |
| * | Code review and documentation updates for indisclustered patch. | Tom Lane | 2002-09-03 | 1 | -15/+16 |