| Commit message (Expand) | Author | Age |
* | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 |
* | Refactor the index AM API slightly: move currentItemData and | Neil Conway | 2007-01-20 |
* | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut | 2007-01-20 |
* | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut | 2007-01-19 |
* | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera | 2007-01-19 |
* | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane | 2007-01-17 |
* | Implement width_bucket() for the float8 data type. | Neil Conway | 2007-01-16 |
* | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 |
* | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 |
* | Use XML output escaping also in XMLFOREST. | Peter Eisentraut | 2007-01-12 |
* | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 |
* | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 |
* | Use libxml's xmlwriter API for producing XML elements, instead of doing | Peter Eisentraut | 2007-01-10 |
* | Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris, | Tom Lane | 2007-01-10 |
* | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 |
* | Enable another five tuple status bits by using the high bits of the | Bruce Momjian | 2007-01-09 |
* | Add GUC log_temp_files to log the use of temporary files. | Bruce Momjian | 2007-01-09 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian | 2007-01-05 |
* | Fix some small typos in comments. Greg Stark | Tom Lane | 2007-01-04 |
* | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 |
* | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 |
* | Widen the money type to 64 bits. | D'Arcy J.M. Cain | 2007-01-03 |
* | finite() no longer used; remove finite() platform-specific | Bruce Momjian | 2007-01-02 |
* | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | De-escape XML names when reverse-compiling XML expressions. | Peter Eisentraut | 2006-12-29 |
* | Add send and recv functions for xml type. | Peter Eisentraut | 2006-12-28 |
* | Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with | Tom Lane | 2006-12-28 |
* | Fix failure due to accessing an already-freed tuple descriptor in a plan | Tom Lane | 2006-12-26 |
* | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane | 2006-12-24 |
* | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 |
* | Suppress various compiler warnings in new xml code. | Tom Lane | 2006-12-23 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Catalog version bump for SQL/XML changes. | Peter Eisentraut | 2006-12-21 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 |
* | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 |
* | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 |
* | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 |
* | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 |
* | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane | 2006-12-04 |
* | Stamp 8.2, except configure.in. | Bruce Momjian | 2006-12-02 |
* | Mark to_char(timestamp without timezone) as stable, not immutable, since its | Tom Lane | 2006-11-28 |
* | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 |
* | update for rc1REL8_2_RC1 | PostgreSQL Daemon | 2006-11-25 |
* | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 |
* | Update lock comments for concurrent index creation, analyze. | Bruce Momjian | 2006-11-23 |