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