| Commit message (Expand) | Author | Age |
* | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera | 2008-10-20 |
* | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev | 2008-10-20 |
* | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane | 2008-10-17 |
* | Add a new column to pg_am to specify whether an index AM supports backward | Tom Lane | 2008-10-17 |
* | Improve comments about RelOptInfo.reltargetlist. | Tom Lane | 2008-10-17 |
* | Improve headeline generation. Now headline can contain | Teodor Sigaev | 2008-10-17 |
* | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev | 2008-10-17 |
* | Extend the date type to support infinity and -infinity, analogously to | Tom Lane | 2008-10-14 |
* | Implement comparison of generic records (composite types), and invent a | Tom Lane | 2008-10-13 |
* | Un-break non-NLS builds. | Tom Lane | 2008-10-09 |
* | Fix two flaws in comments I just introduced, pointed out by Tom. | Alvaro Herrera | 2008-10-09 |
* | Improve the recently-added code for inlining set-returning functions so that | Tom Lane | 2008-10-09 |
* | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera | 2008-10-09 |
* | Modify the parser's error reporting to include a specific hint for the case | Tom Lane | 2008-10-08 |
* | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane | 2008-10-07 |
* | Fix up ruleutils.c for CTE features. The main problem was that | Tom Lane | 2008-10-06 |
* | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane | 2008-10-06 |
* | Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came | Tom Lane | 2008-10-06 |
* | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas | 2008-10-06 |
* | Add columns boot_val and reset_val to the pg_settings view, to expose | Magnus Hagander | 2008-10-06 |
* | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas | 2008-10-06 |
* | Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as | Tom Lane | 2008-10-06 |
* | Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, | Peter Eisentraut | 2008-10-05 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Add relation fork support to pg_relation_size() function. You can now pass | Heikki Linnakangas | 2008-10-03 |
* | Improve tuplestore.c to support multiple concurrent read positions. | Tom Lane | 2008-10-01 |
* | Forgot to bump catalog version in the commit of FSM rewrite. | Heikki Linnakangas | 2008-09-30 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Add hooks to let plugins override the planner's lookups in pg_statistic. | Tom Lane | 2008-09-28 |
* | Establish the rule that array types should have the same typdelim as their | Tom Lane | 2008-09-25 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Create a selectivity estimation function for the text search @@ operator. | Tom Lane | 2008-09-19 |
* | Mark SessionReplicationRole as PGDLLIMPORT so it | Magnus Hagander | 2008-09-19 |
* | Allow ShowBufferUsage() to report the number of reads/writes that have | Tom Lane | 2008-09-17 |
* | Widen the nLocks counts in local lock tables from int to int64. This | Tom Lane | 2008-09-16 |
* | Fix caching of foreign-key-checking queries so that when a replan is needed, | Tom Lane | 2008-09-15 |
* | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 |
* | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander | 2008-09-15 |
* | Make our parsing of INTERVAL literals spec-compliant (or at least a heck of | Tom Lane | 2008-09-10 |
* | Add "source file" and "source line" information to each GUC variable. | Alvaro Herrera | 2008-09-10 |
* | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane | 2008-09-09 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane | 2008-09-06 |
* | If a loadable module has wrong values in its magic block, spell out | Tom Lane | 2008-09-03 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 |
* | In GCC-based builds, use a better newNode() macro that relies on GCC-specific | Tom Lane | 2008-08-29 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |