summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
...
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-128-230/+264
* Partially revert my patch of 2008-11-12 that installed a limit on the numberTom Lane2009-05-111-21/+18
* Support SSL certificate chains in the server certificate file.Magnus Hagander2009-05-111-4/+3
* Make a marginal performance improvement in predicate_implied_by andTom Lane2009-05-101-7/+41
* Fix cost_nestloop and cost_hashjoin to model the behavior of semi and antiTom Lane2009-05-093-95/+386
* Add an option to AlterTableCreateToastTable() to allow its caller to forceTom Lane2009-05-075-17/+29
* Ooops ... make_outerjoininfo wasn't actually enforcing the join orderTom Lane2009-05-071-2/+4
* Request XLOG switch before writing checkpoint in pg_start_backup(). OtherwiseHeikki Linnakangas2009-05-071-1/+14
* Tweak distribute_qual_to_rels so that when we decide a pseudoconstant qualTom Lane2009-05-061-1/+4
* Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane2009-05-061-10/+28
* Tweak a comment to agree a bit better with the new dispensation thatTom Lane2009-05-051-4/+6
* Minor improvement: avoid assuming that GetLastError value cannot beTom Lane2009-05-051-6/+7
* Make new complaint about unsafe Unicode literals include an error location.Tom Lane2009-05-051-3/+4
* Install an atexit(2) callback that ensures that proc_exit's cleanup processingTom Lane2009-05-051-40/+123
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-055-88/+265
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-054-18/+21
* Update comment for _bt_relandgetbuf.Tom Lane2009-05-051-3/+7
* Disable the use of Unicode escapes in string constants (U&'') whenPeter Eisentraut2009-05-051-1/+6
* Avoid integer overflow in the loop that extracts histogram entries fromTom Lane2009-05-051-4/+28
* Make the win32 shared memory code try 10 times instead of one ifMagnus Hagander2009-05-051-34/+34
* Call SetLastError(0) before calling the file mapping functionsMagnus Hagander2009-05-041-1/+7
* Fix missed usage of DLNewElem()Tom Lane2009-05-041-3/+4
* Avoid a memory allocation in the backend startup code, to avoid having to checkAlvaro Herrera2009-05-041-4/+4
* Fix assign_pgstat_temp_directory() to ensure the directory path isTom Lane2009-05-031-8/+17
* Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings.Tatsuo Ishii2009-05-036-11/+397
* Install some simple defenses in postmaster startup to help ensure a usefulTom Lane2009-05-022-17/+87
* When checking for datetime field overflow, we should allow a fractional-secondTom Lane2009-05-011-11/+10
* Improve pull_up_subqueries logic so that it doesn't insert unnecessaryTom Lane2009-04-282-69/+145
* Move SERVER to the right place in the alphabetically sorted keyword list.Heikki Linnakangas2009-04-281-2/+2
* Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane2009-04-251-3/+32
* Fix some more 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane2009-04-241-1/+10
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-242-46/+48
* Suppress some 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane2009-04-231-1/+3
* Don't use the result of strcmp as if it were a boolean.Tom Lane2009-04-231-3/+3
* varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas2009-04-231-2/+3
* Change the default value of max_prepared_transactions to zero, and addTom Lane2009-04-234-9/+21
* After archive recovery, mark the last WAL segment from the parent timelineHeikki Linnakangas2009-04-221-1/+13
* Remove the long-obsolete homebrew dl*() functions for AIX, in favor of justTom Lane2009-04-213-827/+26
* Fix obsolete cross-reference (this file isn't called alpha.c anymore)Tom Lane2009-04-211-3/+5
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-191-1/+31
* Fix de-escaping checks so that we will reject \000 as well as other invalidlyTom Lane2009-04-192-26/+28
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-1911-37/+55
* Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka.Tom Lane2009-04-171-2/+2
* Fix planner to restore its previous level of intelligence about pushingTom Lane2009-04-167-63/+113
* Substitute extraneous underscores with spaces.Alvaro Herrera2009-04-151-4/+4
* Add missing gettext calls around some strings. Also remove quotes around theAlvaro Herrera2009-04-151-6/+7
* Add missing periods.Alvaro Herrera2009-04-151-3/+3
* Fix broken {xufailed} production that made HEAD fail onTom Lane2009-04-141-3/+9
* Translation updates for 8.4 betaPeter Eisentraut2009-04-098-23414/+45948
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-091-23/+1