]> granicus.if.org Git - postgresql/history - src
pg_restore -jN does not equate "multiple jobs", so partly revert the
[postgresql] / src /
2009-04-14 Alvaro Herrerapg_restore -jN does not equate "multiple jobs", so...
2009-04-13 Alvaro HerreraMake new strings more alike previously existing messages.
2009-04-12 Andrew DunstanFix logic to detect conflicts or blocks involving exclu...
2009-04-11 Tom LaneFix pg_dumpall so that when --clean is specified, it...
2009-04-11 Alvaro HerreraMake string more alike other similar messages.
2009-04-11 Peter EisentrautMessage fix
2009-04-11 Peter EisentrautMessage improvement
2009-04-10 Marc G. Fourniercommit and tag beta1 REL8_4_BETA1
2009-04-09 Bruce MomjianNo more need to update FAQs.
2009-04-09 Peter EisentrautAdd URL for config.guess/sub updates
2009-04-09 Tom LaneUpdate time zone data files to tzdata release 2009e...
2009-04-09 Peter EisentrautTranslation updates for 8.4 beta
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-09 Tom LaneTreat EOF like \n for line-counting purposes in ParseCo...
2009-04-09 Tom LaneFix the plpgsql memory leak exhibited in bug #4677...
2009-04-08 Tom LaneRemove psql's ancient hack that suppressed functions...
2009-04-08 Tom LaneAllow leading and trailing spaces around NaN in numeric_in.
2009-04-08 Peter EisentrautXMLATTRIBUTES() should send the attribute values through
2009-04-08 Heikki LinnakangasQuote string literals correctly in the new CREATE SERVE...
2009-04-08 Heikki LinnakangasOops, mustn't call textdomain() when compiling without...
2009-04-08 Heikki LinnakangasTell gettext which codeset to use by calling bind_textd...
2009-04-08 Bruce MomjianImprove tab completion for \ef.
2009-04-07 Bruce MomjianRevert addition of units to GUC descriptions; doesn...
2009-04-07 Bruce MomjianMore GUC units doc updates.
2009-04-07 Magnus HaganderSupport Perl 5.10 and TCL 8.5 in MSVC builds.
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-04-06 Bruce MomjianAdd unit documentation for various postgresql.conf...
2009-04-06 Peter EisentrautAdd entry in the encoding number to OS name table for...
2009-04-06 Bruce MomjianProperly align equals signs in new postgresql.conf...
2009-04-06 Bruce MomjianDocument in postgresql.conf that the default units for
2009-04-06 Bruce MomjianDisplay postgresql.conf unit options in an easier-to...
2009-04-06 Bruce MomjianAdjust psql tab completion for new \d 'S' flag behavior...
2009-04-06 Teodor SigaevFix 'all at one page bug' in picksplit method of R...
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-05 Tom LaneChange cardinality() into a C-code function, instead...
2009-04-05 Tom LaneMake ExecInitExpr build the list of SubPlans found...
2009-04-05 Tom LaneChange EXPLAIN output so that subplans and initplans...
2009-04-05 Teodor SigaevFix infinite loop while checking of partial match in...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-04-05 Tom LaneI had always wondered why pg_config.h.win32 claimed...
2009-04-04 Tom LaneHmm, baiji thinks we need explicit 'extern' here.
2009-04-04 Tom LaneMake an attempt at fixing our current Solaris 11 breaka...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
2009-04-04 Tom LaneRewrite interval_hash() so that the hashcodes are equal...
2009-04-04 Alvaro HerreraDisallow setting fillfactor for TOAST tables.
2009-04-04 Tom LaneImprove obsolete comment.
2009-04-04 Tom LaneMake \dt \di and friends more consistent about the...
2009-04-03 Tom LaneAdd missing help output for \ef option. Andrew Gierth
2009-04-03 Tom LaneUse (unsigned char) cast in argument of pg_tolower...
2009-04-03 Tom LaneAdd a comment documenting the question of whether Prefe...
2009-04-03 Tom LaneDefend against possible crash if a plpython function...
2009-04-03 Magnus HaganderMake directory name comparisons on Win32 case insensitive.
2009-04-02 Tom LaneRefactor ExecProject and associated routines so that...
2009-04-02 Bruce MomjianRevert DTrace patch from Robert Lor
2009-04-02 Tom LaneMinor code beautification/consolidation.
2009-04-02 Bruce MomjianGive a better error message when trying to change
2009-04-02 Bruce MomjianHave PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.
2009-04-02 Bruce MomjianAdd support for additional DTrace probes.
2009-04-02 Bruce MomjianDo not show information_schema in \d* commands, unless...
2009-04-02 Tom LaneFix SetClientEncoding() to maintain a cache of previous...
2009-04-02 Bruce MomjianChange psql \d* display so 'S' _or_ a pattern include...
2009-04-02 Tom LaneFix GUC's reports of assign_hook failure to always...
2009-04-02 Tom Laneplpgsql's exec_simple_cast_value() mistakenly supposed...
2009-04-01 Tom LaneImprove pg_dump's query for retrieving BLOB comments...
2009-04-01 Heikki LinnakangasUpdate comment to reflect that LC_COLLATE and LC_CTYPE...
2009-04-01 Tom LaneRemove last references to the crypt auth method, per...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-31 Magnus HaganderDon't crash initdb when we fail to get the current...
2009-03-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
2009-03-31 Heikki LinnakangasFix a rare race condition when commit_siblings > 0...
2009-03-31 Tom LaneAdd PQinitOpenSSL() function to support applications...
2009-03-30 Tom LaneFix window function plan generation to cope with volati...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2009-03-28 Bruce MomjianClarify variable naming: pq_initssllib -> pq_init_ssl_lib
2009-03-28 Bruce MomjianBetter document PQinitSSL(0) behavior in regards to...
2009-03-27 Tom LaneAdd an errdetail explaining why we reject infinite...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-03-27 Tom LaneTeach reindex_index() to clear pg_index.indcheckxmin...
2009-03-27 Heikki LinnakangasFix tab completion of ANALYZE VERBOSE <tab>. It was...
2009-03-26 Peter EisentrautGettext plural support
2009-03-26 Tom LaneAdjust phrasing of complaints about multi-byte COPY...
2009-03-26 Tom LaneIf we expect a hash join to be performed in multiple...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-03-25 Peter EisentrautUse double quotes instead of single quotes.
2009-03-25 Peter EisentrautComplete list of valid fork names, and use double quotes.
2009-03-25 Peter EisentrautUpdate line count for \? output (obtained from wc -l)
2009-03-25 Peter EisentrautIn the \? output, align the columns consistently.
2009-03-25 Peter EisentrautPolish SQL/MED terminology
2009-03-25 Peter EisentrautNo period if it's not a sentence
2009-03-24 Tom LaneInstall a search tree depth limit in GIN bulk-insert...
2009-03-24 Tom LaneFix stupid parenthesization mistake. Per bug #4728...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-03-24 Peter EisentrautFix my typo
2009-03-23 Andrew DunstanRemove munging of xml and xpath params to xpath()....
2009-03-23 Tom LaneConst-ify the parse table passed to fillRelOptions...
2009-03-23 Peter EisentrautAdd expected file for locale-enabled installations.
2009-03-23 Tom LaneMore fixes for 8.4 DTrace probes. Remove useless BUFFE...
2009-03-22 Tom LaneAdd isExtend to the parameters of the buffer_read_start...
2009-03-22 Tom LaneClean up pg_SSPI_error() coding a little bit: make...
next