]> granicus.if.org Git - postgresql/history - src
Add alternative expected output files for cs_CZ locale for btree_gist and
[postgresql] / src /
2009-05-08 Bruce MomjianAdd missing third argument to open().
2009-05-08 Bruce Momjian'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrato...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-05-07 Tom LaneOoops ... make_outerjoininfo wasn't actually enforcing...
2009-05-07 Heikki LinnakangasRequest XLOG switch before writing checkpoint in pg_sta...
2009-05-06 Tom LaneTweak distribute_qual_to_rels so that when we decide...
2009-05-06 Tom LaneModify CREATE DATABASE to enforce that the source datab...
2009-05-06 Tom LaneFix ecpg tests for change that disallowed Unicode liter...
2009-05-05 Tom LaneTweak a comment to agree a bit better with the new...
2009-05-05 Tom LaneMinor improvement: avoid assuming that GetLastError...
2009-05-05 Tom LaneMake new complaint about unsafe Unicode literals includ...
2009-05-05 Tom LaneInstall an atexit(2) callback that ensures that proc_ex...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-05-05 Tom LaneInsert CHECK_FOR_INTERRUPTS() calls into btree and...
2009-05-05 Tom LaneUpdate comment for _bt_relandgetbuf.
2009-05-05 Peter EisentrautDisable the use of Unicode escapes in string constants...
2009-05-05 Tom LaneAvoid integer overflow in the loop that extracts histog...
2009-05-05 Magnus HaganderMake the win32 shared memory code try 10 times instead...
2009-05-05 Tom LaneCode review for \df rewrite: fix assorted bugs, make...
2009-05-04 Heikki LinnakangasFix the query used for \d against 8.2 and 8.3 servers.
2009-05-04 Magnus HaganderUpdate no longer current comments in header.
2009-05-04 Magnus HaganderCall SetLastError(0) before calling the file mapping...
2009-05-04 Peter EisentrautReplace a couple of references to files that no longer...
2009-05-04 Tom LaneFix missed usage of DLNewElem()
2009-05-04 Alvaro HerreraAvoid a memory allocation in the backend startup code...
2009-05-03 Tom LaneFix pg_resetxlog to remove archive status files along...
2009-05-03 Tom LaneFix assign_pgstat_temp_directory() to ensure the direct...
2009-05-03 Tom LaneFix already-obsolete hint message ... sslverify paramet...
2009-05-03 Tatsuo IshiiUpdate UTF-8 <--> EUC_KR, JOHAB, UHC mappings.
2009-05-02 Tom LaneInstall some simple defenses in postmaster startup...
2009-05-02 Tom LaneWe don't need major_release_split any more.
2009-05-02 Tom LaneFix plpgsql's EXIT so that an EXIT without a label...
2009-05-01 Tom LaneFix a couple of cases where the plpgsql grammar looked...
2009-05-01 Tom LaneWhen checking for datetime field overflow, we should...
2009-04-30 Heikki LinnakangasClean up check_keywords.pl script, making it 'strict...
2009-04-29 Heikki LinnakangasAdd check_keyword.pl script to perform some basic sanit...
2009-04-28 Tom LaneImprove pull_up_subqueries logic so that it doesn't...
2009-04-28 Heikki LinnakangasMove SERVER to the right place in the alphabetically...
2009-04-28 Bruce MomjianIn VACUUM, FREEZE must be before ANALYZE; fix this...
2009-04-26 Tom LaneRemove Windows-specific definition of S_ISDIR(). This...
2009-04-25 Tom LaneFix the handling of sub-SELECTs appearing in the argume...
2009-04-24 Tom LaneFix some more 'variable may be used uninitialized'...
2009-04-24 Magnus HaganderRemove sslverify parameter again, replacing it with...
2009-04-24 Magnus HaganderMove gettext encoding names into encnames.c, so we...
2009-04-23 Tom LaneSuppress some 'variable may be used uninitialized'...
2009-04-23 Tom LaneDon't use the result of strcmp as if it were a boolean.
2009-04-23 Heikki Linnakangasvarstr_cmp and any comparison function that piggybacks...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-04-22 Heikki LinnakangasAfter archive recovery, mark the last WAL segment from...
2009-04-22 Bruce MomjianUse brackets in psql \df \? help.
2009-04-21 Tom LaneRemove the long-obsolete homebrew dl*() functions for...
2009-04-21 Tom LaneFix obsolete cross-reference (this file isn't called...
2009-04-21 Bruce MomjianImprove psql \df error handling.
2009-04-21 Bruce MomjianMerge psql \df options into a single \? line, and updat...
2009-04-21 Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-04-20 Magnus HaganderRead nls.nk files to determine the proper name of NLS...
2009-04-19 Tom LaneAssorted portability fixes for Borland C, from Pavel...
2009-04-19 Tom LaneRethink the idea of having plpgsql depend on parser...
2009-04-19 Tom LaneFix de-escaping checks so that we will reject \000...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-04-19 Tom LaneRevise plpgsql's scanner to process comments and string...
2009-04-17 Tom LaneBump disable_cost up from 1e8 to 1e10, per gripe from...
2009-04-16 Tom LaneFix planner to restore its previous level of intelligen...
2009-04-16 Alvaro HerreraFix the regression test error message for array_fill...
2009-04-15 Alvaro HerreraSubstitute extraneous underscores with spaces.
2009-04-15 Alvaro HerreraAdd missing gettext calls around some strings. Also...
2009-04-15 Alvaro HerreraAdd missing periods.
2009-04-14 Tom LaneFix broken {xufailed} production that made HEAD fail on
2009-04-14 Bruce MomjianAdd libpq error message text on how to handle missing...
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...
next