| Commit message (Expand) | Author | Age |
* | Fix a typo in a comment. Heikki Linnakangas. | Neil Conway | 2007-03-05 |
* | Split _bt_insertonpg to two functions. | Bruce Momjian | 2007-03-03 |
* | Fix for COPY-after-truncate feature. | Bruce Momjian | 2007-03-03 |
* | Remove undo information from pg_controldata --- never used. | Bruce Momjian | 2007-03-03 |
* | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 |
* | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway | 2007-03-03 |
* | Add GUC log_lock_waits to log long wait times. | Bruce Momjian | 2007-03-03 |
* | Make log_min_error_statement put LOG level at the same priority as | Tom Lane | 2007-03-02 |
* | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane | 2007-03-02 |
* | Fix miscalculation of stats collector's write delay, introduced in revision 1... | Tom Lane | 2007-03-01 |
* | Fix markQueryForLocking() to work correctly in the presence of nested views. | Tom Lane | 2007-03-01 |
* | Fix date/time formats for XML Schema output. | Peter Eisentraut | 2007-03-01 |
* | Remove temporary Windows-specific debugging code. | Magnus Hagander | 2007-02-28 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Allow information schema definitions to work without requiring implicit | Peter Eisentraut | 2007-02-27 |
* | Get rid of the separate EState for subplans, and just let them share the | Tom Lane | 2007-02-27 |
* | Put back copyObject() call I removed in a fit of brain fade. This one | Tom Lane | 2007-02-25 |
* | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane | 2007-02-23 |
* | Move BLCKSZ < 1024 check to guc.c. | Bruce Momjian | 2007-02-23 |
* | Change Agg and Group nodes so that Vars contained in their targetlists | Tom Lane | 2007-02-22 |
* | Fix bug I introduced in recent patch to make hash joins discard null tuples | Tom Lane | 2007-02-22 |
* | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 |
* | Update new optional VACUUM FULL hint for translations, per Alvaro. | Bruce Momjian | 2007-02-21 |
* | Move increase FSM warning to after lazy_truncate_heap() because the | Bruce Momjian | 2007-02-21 |
* | btree source code cleanups: | Bruce Momjian | 2007-02-21 |
* | Add configure --enable-profiling to enable GCC profiling. Patches from | Bruce Momjian | 2007-02-21 |
* | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 |
* | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian | 2007-02-19 |
* | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 |
* | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane | 2007-02-19 |
* | Fix portal management code to support non-default command completion tags for | Tom Lane | 2007-02-18 |
* | Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy and | Tom Lane | 2007-02-17 |
* | Remove rint() for to_char MS and US output. We can't us rint() because | Bruce Momjian | 2007-02-17 |
* | Cleanup of to_char() patch. | Bruce Momjian | 2007-02-17 |
* | Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, | Bruce Momjian | 2007-02-17 |
* | Teach find_nonnullable_rels to handle OR cases: if every arm of an OR | Tom Lane | 2007-02-16 |
* | Fix new RI operator selection code to do the right thing when working with | Tom Lane | 2007-02-16 |
* | Reduce the amount of memory "clobbered" for every process title change, | Bruce Momjian | 2007-02-16 |
* | Adjust the definition of is_pushed_down so that it's always true for INNER | Tom Lane | 2007-02-16 |
* | Better fix for determining minimum and maximum int64 values that doesn't | Peter Eisentraut | 2007-02-16 |
* | Code review for SSLKEY patch. | Tom Lane | 2007-02-16 |
* | Fix // comment | Peter Eisentraut | 2007-02-16 |
* | Add stdint.h include | Peter Eisentraut | 2007-02-16 |
* | Functions for mapping table data and table schemas to XML (a.k.a. XML export) | Peter Eisentraut | 2007-02-16 |
* | Fix another problem in 8.2 changes that allowed "one-time" qual conditions to | Tom Lane | 2007-02-16 |
* | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 |
* | SSL improvements: | Bruce Momjian | 2007-02-16 |
* | Remove useless database name from bootstrap argument processing (including | Alvaro Herrera | 2007-02-16 |
* | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane | 2007-02-16 |
* | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 |