summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05I had always wondered why pg_config.h.win32 claimed that WindowsTom Lane
2009-04-05Remove contrib/intarray's definitions of the <@ and @> operators, so that theyTom Lane
2009-04-04Hmm, baiji thinks we need explicit 'extern' here.Tom Lane
2009-04-04Make an attempt at fixing our current Solaris 11 breakage: add a configureTom 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
2009-04-04Disallow setting fillfactor for TOAST tables.Alvaro Herrera
2009-04-04Improve obsolete comment.Tom Lane
2009-04-04Make \dt \di and friends more consistent about the treatment ofTom Lane
2009-04-04Minor wordsmithing on descriptions of some \d commands.Tom Lane
2009-04-03Add missing help output for \ef option. Andrew GierthTom Lane
2009-04-03Use (unsigned char) cast in argument of pg_tolower(). Maybe it works onTom Lane
2009-04-03Add a comment documenting the question of whether PrefetchBuffer shouldTom Lane
2009-04-03Defend against possible crash if a plpython function does not specify namesTom Lane
2009-04-03Make directory name comparisons on Win32 case insensitive.Magnus Hagander
2009-04-02Document that Solaris can't use effective_io_concurrency because of anBruce Momjian
2009-04-02Refactor ExecProject and associated routines so that fast-path code is usedTom Lane
2009-04-02Revert DTrace patch from Robert LorBruce Momjian
2009-04-02Minor code beautification/consolidation.Tom Lane
2009-04-02Give a better error message when trying to changeBruce Momjian
2009-04-02Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.Bruce Momjian
2009-04-02Add support for additional DTrace probes.Bruce Momjian
2009-04-02Fix memory allocation for output of hstore type.Teodor Sigaev
2009-04-02Do not show information_schema in \d* commands, unless 'S' or pattern isBruce Momjian
2009-04-02Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane
2009-04-02Change psql \d* display so 'S' _or_ a pattern include system objects.Bruce Momjian
2009-04-02Fix GUC's reports of assign_hook failure to always include the parameter valueTom Lane
2009-04-02plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypassTom Lane
2009-04-01Improve pg_dump's query for retrieving BLOB comments to be more efficientTom Lane
2009-04-01Update comment to reflect that LC_COLLATE and LC_CTYPE are nowHeikki Linnakangas
2009-04-01Index some array functions, per Mario Splivalo.Tom Lane
2009-04-01Remove last references to the crypt auth method, per Andreas Scherbaum.Tom Lane
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2009-03-31Remove some "Other" sections in the release notes by putting the itemsBruce Momjian
2009-03-31Modify the relcache to record the temp status of both local and nonlocalTom Lane
2009-03-31Don't crash initdb when we fail to get the current username.Magnus Hagander
2009-03-31Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane
2009-03-31Fix a rare race condition when commit_siblings > 0 and a transaction commitsHeikki Linnakangas
2009-03-31Update release note introductory description.Bruce Momjian
2009-03-31Add PQinitOpenSSL() function to support applications that use libcryptoTom Lane
2009-03-31More new subsections in release notes.Bruce Momjian
2009-03-30More release note changes, including a lower level of subsections.Bruce Momjian
2009-03-30More release note adjustments, reordering.Bruce Momjian