| Commit message (Expand) | Author | Age |
* | Change the default value of max_prepared_transactions to zero, and add | Tom Lane | 2009-04-23 |
* | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas | 2009-04-22 |
* | Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just | Tom Lane | 2009-04-21 |
* | Fix obsolete cross-reference (this file isn't called alpha.c anymore) | Tom Lane | 2009-04-21 |
* | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane | 2009-04-19 |
* | Fix de-escaping checks so that we will reject \000 as well as other invalidly | Tom Lane | 2009-04-19 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 |
* | Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. | Tom Lane | 2009-04-17 |
* | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 |
* | Substitute extraneous underscores with spaces. | Alvaro Herrera | 2009-04-15 |
* | Add missing gettext calls around some strings. Also remove quotes around the | Alvaro Herrera | 2009-04-15 |
* | Add missing periods. | Alvaro Herrera | 2009-04-15 |
* | Fix broken {xufailed} production that made HEAD fail on | Tom Lane | 2009-04-14 |
* | Translation updates for 8.4 beta | Peter Eisentraut | 2009-04-09 |
* | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane | 2009-04-09 |
* | Treat EOF like \n for line-counting purposes in ParseConfigFile, | Tom Lane | 2009-04-09 |
* | Allow leading and trailing spaces around NaN in numeric_in. | Tom Lane | 2009-04-08 |
* | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut | 2009-04-08 |
* | Oops, mustn't call textdomain() when compiling without --enable-nls | Heikki Linnakangas | 2009-04-08 |
* | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas | 2009-04-08 |
* | Revert addition of units to GUC descriptions; doesn't affect | Bruce Momjian | 2009-04-07 |
* | More GUC units doc updates. | Bruce Momjian | 2009-04-07 |
* | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane | 2009-04-07 |
* | Add unit documentation for various postgresql.conf settings. | Bruce Momjian | 2009-04-06 |
* | Add entry in the encoding number to OS name table for KOI8-U. | Peter Eisentraut | 2009-04-06 |
* | Properly align equals signs in new postgresql.conf units comments. | Bruce Momjian | 2009-04-06 |
* | Document in postgresql.conf that the default units for | Bruce Momjian | 2009-04-06 |
* | Display postgresql.conf unit options in an easier-to-understand, | Bruce Momjian | 2009-04-06 |
* | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev | 2009-04-06 |
* | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 |
* | Change cardinality() into a C-code function, instead of a SQL-language | Tom Lane | 2009-04-05 |
* | Make ExecInitExpr build the list of SubPlans found in a plan tree in order | Tom Lane | 2009-04-05 |
* | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 |
* | Fix infinite loop while checking of partial match in pending list. | Teodor Sigaev | 2009-04-05 |
* | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 |
* | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 |
* | A session that does not have any live snapshots does not have to be waited for | Tom Lane | 2009-04-04 |
* | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane | 2009-04-04 |
* | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera | 2009-04-04 |
* | Add a comment documenting the question of whether PrefetchBuffer should | Tom Lane | 2009-04-03 |
* | Refactor ExecProject and associated routines so that fast-path code is used | Tom Lane | 2009-04-02 |
* | Revert DTrace patch from Robert Lor | Bruce Momjian | 2009-04-02 |
* | Give a better error message when trying to change | Bruce Momjian | 2009-04-02 |
* | Add support for additional DTrace probes. | Bruce Momjian | 2009-04-02 |
* | Fix SetClientEncoding() to maintain a cache of previously selected encoding | Tom Lane | 2009-04-02 |
* | Fix GUC's reports of assign_hook failure to always include the parameter value | Tom Lane | 2009-04-02 |
* | Update comment to reflect that LC_COLLATE and LC_CTYPE are now | Heikki Linnakangas | 2009-04-01 |
* | Remove last references to the crypt auth method, per Andreas Scherbaum. | Tom Lane | 2009-04-01 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Add a "relistemp" boolean column to pg_class, which is true for temporary | Tom Lane | 2009-03-31 |