| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support explicit placement of the temporary-table schema within search_path. | Tom Lane | 2007-04-20 | 2 | -29/+181 |
| * | Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESET | Neil Conway | 2007-04-12 | 1 | -13/+3 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 1 | -1/+21 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -2/+2 |
| * | Check length of enum literals on definition and input to make sure they will ... | Andrew Dunstan | 2007-04-02 | 1 | -1/+14 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 6 | -41/+183 |
| * | Update SQL conformance for SQL to XML mappings | Peter Eisentraut | 2007-04-01 | 1 | -18/+18 |
| * | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander | 2007-03-30 | 1 | -1/+11 |
| * | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 | 1 | -5/+4 |
| * | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 | 1 | -1/+12 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 1 | -7/+31 |
| * | Clean up the representation of special snapshots by including a "method | Tom Lane | 2007-03-25 | 2 | -5/+9 |
| * | Fix plancache so that any required replanning is done with the same | Tom Lane | 2007-03-23 | 1 | -105/+270 |
| * | Add new columns for tuple statistics on a database level to | Magnus Hagander | 2007-03-16 | 1 | -2/+7 |
| * | Fix for COPY-after-truncate feature. | Bruce Momjian | 2007-03-03 | 1 | -1/+2 |
| * | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway | 2007-03-03 | 1 | -3/+2 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -2/+2 |
| * | Allow information schema definitions to work without requiring implicit | Peter Eisentraut | 2007-02-27 | 1 | -8/+8 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 7 | -141/+105 |
| * | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -3/+3 |
| * | Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It | Peter Eisentraut | 2007-02-06 | 2 | -8/+7 |
| * | Update SQL conformance information about XML features. | Peter Eisentraut | 2007-02-03 | 2 | -7/+62 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 4 | -8/+8 |
| * | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 | 1 | -1/+4 |
| * | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 | 1 | -1/+35 |
| * | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 | 2 | -4/+10 |
| * | Fix incorrect permissions check in information_schema.key_column_usage view: | Tom Lane | 2007-01-16 | 1 | -5/+5 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 2 | -8/+19 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 21 | -42/+42 |
| * | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 | 1 | -2/+4 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 2 | -2/+32 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 4 | -106/+280 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -1/+2 |
| * | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 | 1 | -27/+6 |
| * | Message fix | Peter Eisentraut | 2006-11-16 | 1 | -2/+2 |
| * | Fix errors in key_column_usage.position_in_unique_constraint column recently | Tom Lane | 2006-11-10 | 1 | -11/+32 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -32/+27 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 1 | -5/+1 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 11 | -191/+197 |
| * | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 1 | -5/+6 |
| * | Add a couple of information functions to support direct checks on whether | Tom Lane | 2006-09-14 | 2 | -12/+29 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 2 | -13/+4 |
| * | Fix information_schema.key_column_usage to show correct value of | Tom Lane | 2006-09-04 | 1 | -5/+12 |
| * | Sequences were not being shown due to the use of lowercase 's' instead | Bruce Momjian | 2006-09-04 | 1 | -3/+10 |
| * | Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION | Tom Lane | 2006-08-31 | 1 | -6/+6 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 2 | -19/+398 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 2 | -100/+120 |
| * | Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for | Alvaro Herrera | 2006-08-20 | 2 | -115/+254 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -2/+3 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -2/+2 |