| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 | 1 | -99/+130 |
| * | Clarify some error messages about duplicate things. | Peter Eisentraut | 2007-06-03 | 1 | -5/+5 |
| * | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 3 | -19/+213 |
| * | Minimal message corrections found by spell checker. | Peter Eisentraut | 2007-06-02 | 1 | -3/+3 |
| * | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane | 2007-06-01 | 1 | -39/+49 |
| * | Make some messages more consistent | Peter Eisentraut | 2007-05-31 | 1 | -2/+2 |
| * | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 | 3 | -45/+74 |
| * | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane | 2007-05-25 | 2 | -47/+70 |
| * | Fix dumb compile error in the last patch. | Alvaro Herrera | 2007-05-19 | 1 | -1/+2 |
| * | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera | 2007-05-18 | 2 | -10/+30 |
| * | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera | 2007-05-17 | 3 | -11/+18 |
| * | Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to | Alvaro Herrera | 2007-05-16 | 1 | -3/+3 |
| * | Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary since | Tom Lane | 2007-05-14 | 1 | -3/+4 |
| * | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane | 2007-05-12 | 2 | -8/+58 |
| * | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 | 2 | -21/+64 |
| * | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 | 2 | -85/+166 |
| * | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane | 2007-05-04 | 1 | -1/+28 |
| * | Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid | Tom Lane | 2007-05-02 | 1 | -2/+14 |
| * | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 | 2 | -36/+8 |
| * | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 4 | -135/+43 |
| * | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 | 1 | -73/+80 |
| * | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 | 2 | -2/+73 |
| * | Silence compiler warnings, per Bruce. | Alvaro Herrera | 2007-04-19 | 2 | -4/+4 |
| * | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera | 2007-04-18 | 2 | -2/+92 |
| * | Update docs/error message for CSV quote/escape --- must be ASCII. | Bruce Momjian | 2007-04-18 | 1 | -3/+3 |
| * | Update error message for COPY with a multi-byte delimiter. | Bruce Momjian | 2007-04-18 | 1 | -2/+2 |
| * | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 | 1 | -1/+4 |
| * | Make plancache store cursor options so it can pass them to planner during | Tom Lane | 2007-04-16 | 1 | -1/+4 |
| * | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 | 4 | -12/+12 |
| * | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane | 2007-04-12 | 1 | -1/+4 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 3 | -7/+41 |
| * | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane | 2007-04-08 | 2 | -66/+95 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -3/+3 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 3 | -24/+130 |
| * | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 | 2 | -57/+75 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 2 | -27/+141 |
| * | Fix plancache so that any required replanning is done with the same | Tom Lane | 2007-03-23 | 1 | -3/+7 |
| * | Allow DROP TABLESPACE to succeed (with a warning) if the pg_tblspc symlink | Tom Lane | 2007-03-22 | 1 | -2/+15 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 2 | -33/+164 |
| * | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane | 2007-03-14 | 1 | -2/+44 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 12 | -506/+570 |
| * | Fix vac_update_relstats to ensure it always sends a relcache inval message, | Tom Lane | 2007-03-08 | 1 | -2/+12 |
| * | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian | 2007-03-06 | 3 | -154/+5 |
| * | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway | 2007-03-03 | 1 | -19/+7 |
| * | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane | 2007-02-23 | 1 | -130/+51 |
| * | Change Agg and Group nodes so that Vars contained in their targetlists | Tom Lane | 2007-02-22 | 1 | -27/+41 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 1 | -17/+7 |
| * | Update new optional VACUUM FULL hint for translations, per Alvaro. | Bruce Momjian | 2007-02-21 | 1 | -5/+5 |
| * | Move increase FSM warning to after lazy_truncate_heap() because the | Bruce Momjian | 2007-02-21 | 1 | -8/+11 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 4 | -111/+107 |