aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add an option to AlterTableCreateToastTable() to allow its caller to forceTom Lane2009-05-07
* Ooops ... make_outerjoininfo wasn't actually enforcing the join orderTom Lane2009-05-07
* Request XLOG switch before writing checkpoint in pg_start_backup(). OtherwiseHeikki Linnakangas2009-05-07
* Tweak distribute_qual_to_rels so that when we decide a pseudoconstant qualTom Lane2009-05-06
* Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane2009-05-06
* Tweak a comment to agree a bit better with the new dispensation thatTom Lane2009-05-05
* Minor improvement: avoid assuming that GetLastError value cannot beTom Lane2009-05-05
* Make new complaint about unsafe Unicode literals include an error location.Tom Lane2009-05-05
* Install an atexit(2) callback that ensures that proc_exit's cleanup processingTom Lane2009-05-05
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-05
* Update comment for _bt_relandgetbuf.Tom Lane2009-05-05
* Disable the use of Unicode escapes in string constants (U&'') whenPeter Eisentraut2009-05-05
* Avoid integer overflow in the loop that extracts histogram entries fromTom Lane2009-05-05
* Make the win32 shared memory code try 10 times instead of one ifMagnus Hagander2009-05-05
* Call SetLastError(0) before calling the file mapping functionsMagnus Hagander2009-05-04
* Fix missed usage of DLNewElem()Tom Lane2009-05-04
* Avoid a memory allocation in the backend startup code, to avoid having to checkAlvaro Herrera2009-05-04
* Fix assign_pgstat_temp_directory() to ensure the directory path isTom Lane2009-05-03
* Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings.Tatsuo Ishii2009-05-03
* Install some simple defenses in postmaster startup to help ensure a usefulTom Lane2009-05-02
* When checking for datetime field overflow, we should allow a fractional-secondTom Lane2009-05-01
* Improve pull_up_subqueries logic so that it doesn't insert unnecessaryTom Lane2009-04-28
* Move SERVER to the right place in the alphabetically sorted keyword list.Heikki Linnakangas2009-04-28
* Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane2009-04-25
* Fix some more 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane2009-04-24
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-24
* Suppress some 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane2009-04-23
* Don't use the result of strcmp as if it were a boolean.Tom Lane2009-04-23
* varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas2009-04-23
* 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