aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix a rare race condition when commit_siblings > 0 and a transaction commitsHeikki Linnakangas2009-03-31
* Fix window function plan generation to cope with volatile sort expressions.Tom Lane2009-03-30
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Add an errdetail explaining why we reject infinite dates and timestampsTom Lane2009-03-27
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Teach reindex_index() to clear pg_index.indcheckxmin when possible.Tom Lane2009-03-27
* Gettext plural supportPeter Eisentraut2009-03-26
* Adjust phrasing of complaints about multi-byte COPY delimiter strings.Tom Lane2009-03-26
* If we expect a hash join to be performed in multiple batches, suppressTom Lane2009-03-26