summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2009-05-03Fix assign_pgstat_temp_directory() to ensure the directory path isTom Lane
2009-05-03Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings.Tatsuo Ishii
2009-05-02Install some simple defenses in postmaster startup to help ensure a usefulTom Lane
2009-05-01When checking for datetime field overflow, we should allow a fractional-secondTom Lane
2009-04-28Improve pull_up_subqueries logic so that it doesn't insert unnecessaryTom Lane
2009-04-28Move SERVER to the right place in the alphabetically sorted keyword list.Heikki Linnakangas
2009-04-25Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane
2009-04-24Fix some more 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane
2009-04-24Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander
2009-04-23Suppress some 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane
2009-04-23Don't use the result of strcmp as if it were a boolean.Tom Lane
2009-04-23varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas
2009-04-23Change the default value of max_prepared_transactions to zero, and addTom Lane
2009-04-22After archive recovery, mark the last WAL segment from the parent timelineHeikki Linnakangas
2009-04-21Remove the long-obsolete homebrew dl*() functions for AIX, in favor of justTom Lane
2009-04-21Fix obsolete cross-reference (this file isn't called alpha.c anymore)Tom Lane
2009-04-19Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane
2009-04-19Fix de-escaping checks so that we will reject \000 as well as other invalidlyTom Lane
2009-04-19Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane
2009-04-17Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka.Tom Lane
2009-04-16Fix planner to restore its previous level of intelligence about pushingTom Lane
2009-04-15Substitute extraneous underscores with spaces.Alvaro Herrera
2009-04-15Add missing gettext calls around some strings. Also remove quotes around theAlvaro Herrera
2009-04-15Add missing periods.Alvaro Herrera
2009-04-14Fix broken {xufailed} production that made HEAD fail onTom Lane
2009-04-09Translation updates for 8.4 betaPeter Eisentraut
2009-04-09Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane
2009-04-09Treat EOF like \n for line-counting purposes in ParseConfigFile,Tom Lane
2009-04-08Allow leading and trailing spaces around NaN in numeric_in.Tom Lane
2009-04-08XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut
2009-04-08Oops, mustn't call textdomain() when compiling without --enable-nlsHeikki Linnakangas
2009-04-08Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas
2009-04-07Revert addition of units to GUC descriptions; doesn't affectBruce Momjian
2009-04-07More GUC units doc updates.Bruce Momjian
2009-04-07Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane
2009-04-06Add unit documentation for various postgresql.conf settings.Bruce Momjian
2009-04-06Add entry in the encoding number to OS name table for KOI8-U.Peter Eisentraut
2009-04-06Properly align equals signs in new postgresql.conf units comments.Bruce Momjian
2009-04-06Document in postgresql.conf that the default units forBruce Momjian
2009-04-06Display postgresql.conf unit options in an easier-to-understand,Bruce Momjian
2009-04-06Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev
2009-04-06Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas
2009-04-05Change cardinality() into a C-code function, instead of a SQL-languageTom Lane
2009-04-05Make ExecInitExpr build the list of SubPlans found in a plan tree in orderTom Lane
2009-04-05Change EXPLAIN output so that subplans and initplans (particularly CTEs)Tom Lane
2009-04-05Fix infinite loop while checking of partial match in pending list.Teodor Sigaev
2009-04-05Remove a boatload of useless definitions of 'int optreset'. If weTom Lane
2009-04-04Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane
2009-04-04A session that does not have any live snapshots does not have to be waited forTom Lane
2009-04-04Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane