| Commit message (Expand) | Author | Age |
* | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut | 2008-10-27 |
* | Allow EXPLAIN on CREATE TABLE AS. | Peter Eisentraut | 2008-10-27 |
* | Feature list update | Peter Eisentraut | 2008-10-27 |
* | Better solution to the IN-list issue: instead of having an arbitrary cutoff, | Tom Lane | 2008-10-26 |
* | Be a little smarter about qual handling for semi-joins: a qual that mentions | Tom Lane | 2008-10-25 |
* | Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" | Tom Lane | 2008-10-25 |
* | Reduce the memory footprint of large pending-trigger-event lists, as per my | Tom Lane | 2008-10-24 |
* | Replace now unnecessary goto statements by using return directly. | Magnus Hagander | 2008-10-24 |
* | Remove a "TODO-list" structure at the top of the file, referring back | Magnus Hagander | 2008-10-24 |
* | Remove large parts of the old SSL readme, that consisted of a couple | Magnus Hagander | 2008-10-24 |
* | Fix an oversight in two different recent patches: nodes that support SRFs | Tom Lane | 2008-10-23 |
* | Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was | Tom Lane | 2008-10-23 |
* | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander | 2008-10-23 |
* | Feature T173 "Extended LIKE clause in table definition" is supported | Peter Eisentraut | 2008-10-23 |
* | Feature T401 is not listed in the SQL standard. Must have been a mistake. | Peter Eisentraut | 2008-10-23 |
* | When estimating without benefit of MCV lists (suggesting that one or both | Tom Lane | 2008-10-23 |
* | Dept of better ideas: refrain from creating the planner's placeholder_list | Tom Lane | 2008-10-22 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 |
* | SQL:2008 alternative syntax for LIMIT/OFFSET: | Peter Eisentraut | 2008-10-22 |
* | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 |
* | Use format_type_be() instead of TypeNameToString() for some more user-facing | Peter Eisentraut | 2008-10-21 |
* | Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE | Peter Eisentraut | 2008-10-21 |
* | Properly access a buffer's LSN using existing access macros instead of abusing | Alvaro Herrera | 2008-10-20 |
* | These functions no longer return a value, per complaint from gothic_moth via | Alvaro Herrera | 2008-10-20 |
* | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera | 2008-10-20 |
* | Remove support of backward scan in GiST. Per discussion | Teodor Sigaev | 2008-10-20 |
* | SQL 200N -> SQL:2003 | Peter Eisentraut | 2008-10-20 |
* | Feature T411 is not found in SQL:2003 or 2008 anymore, so it must have been | Peter Eisentraut | 2008-10-20 |
* | Feature T152 "DISTINCT predicate with negation" is supported. | Peter Eisentraut | 2008-10-20 |
* | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev | 2008-10-20 |
* | Feature F402 "Named column joins for LOBs, arrays, and multisets" is | Peter Eisentraut | 2008-10-20 |
* | AS is no longer required in SELECT list | Peter Eisentraut | 2008-10-20 |
* | Fix broken SQL features data, per buildfarm results. | Tom Lane | 2008-10-18 |
* | Update feature list for SQL:2008. | Peter Eisentraut | 2008-10-18 |
* | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane | 2008-10-17 |
* | Refactor some duplicate code to set up formatted_log_time and | Alvaro Herrera | 2008-10-17 |
* | Add a new column to pg_am to specify whether an index AM supports backward | Tom Lane | 2008-10-17 |
* | Salvage a little bit of work from a failed patch: simplify and speed up | Tom Lane | 2008-10-17 |
* | Improve headeline generation. Now headline can contain | Teodor Sigaev | 2008-10-17 |
* | Fix small bug in headline generation. | Teodor Sigaev | 2008-10-17 |
* | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev | 2008-10-17 |
* | Fix a small memory leak in ExecReScanAgg() in the hashed aggregation case. | Neil Conway | 2008-10-16 |
* | Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number | Tom Lane | 2008-10-16 |
* | Make the system-attributes loop in AddNewAttributeTuples depend on | Tom Lane | 2008-10-14 |
* | Add a defense to prevent storing pseudo-type data into index columns. | Tom Lane | 2008-10-14 |
* | Ensure that CLUSTER leaves the toast table and index with consistent names, | Alvaro Herrera | 2008-10-14 |
* | Extend the date type to support infinity and -infinity, analogously to | Tom Lane | 2008-10-14 |
* | Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than | Tom Lane | 2008-10-14 |
* | Fix oversight in the relation forks patch: forgot to copy fork number to | Heikki Linnakangas | 2008-10-14 |
* | Implement comparison of generic records (composite types), and invent a | Tom Lane | 2008-10-13 |