]> granicus.if.org Git - postgresql/history - src/backend
Fix the plan-invalidation mechanism to treat regclass constants that refer to
[postgresql] / src / backend /
2007-08-31 Tom LaneApply a band-aid fix for the problem that 8.2 and up...
2007-08-31 Tom LaneExtend whole-row Var evaluation to cope with the case...
2007-08-31 Tom LaneInstall check_stack_depth() protection in two recursive...
2007-08-31 Tom LaneRewrite make_outerjoininfo's construction of min_leftha...
2007-08-30 Tom LaneFix int8mul so that overflow check is applied correctly...
2007-08-29 Tom LaneRelax permissions checks on dbsize functions, per discu...
2007-08-28 Tom LaneAdd a debug logging message when a resource manager...
2007-08-28 Tom LaneImprove behavior of log_lock_waits patch. Ensure that...
2007-08-27 Magnus HaganderFix generation of snowball_create.sql on msvc builds.
2007-08-27 Tom LaneFix a couple of misbehaviors rooted in the fact that...
2007-08-27 Tom LaneRemove the 'not in' operator (!!=). This was a hangove...
2007-08-27 Tom LaneRestrict pg_relation_size to relation owner, pg_databas...
2007-08-27 Tom LaneMake currtid() functions require SELECT privileges...
2007-08-26 Tom LaneMake ARRAY(SELECT ...) return an empty array, rather...
2007-08-25 Tom LaneFix brain fade in DefineIndex(): it was continuing...
2007-08-25 Tom LaneSimplify implementation of ts_debug() function ---...
2007-08-25 Tom LaneFix synonym-dict breakage introduced in last patch...
2007-08-25 Tom LaneRename built-in Snowball stemmer dictionaries to be...
2007-08-25 Tom LaneCleanup for some problems in tsearch patch:
2007-08-23 Andrew DunstanReduce memory requirements for writing CSVlogs, so...
2007-08-22 Tom LaneSuppress testing the options of CREATE TEXT SEARCH...
2007-08-22 Tom LaneFix VPATH-build problem in new tsearch makefile, per...
2007-08-22 Tom LaneRemove option to change parser of an existing text...
2007-08-22 Tom LaneWhoops, missed updating dsynonym_init for new dictionar...
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneSimplify CREATE TEXT SEARCH CONFIGURATION by eliminatin...
2007-08-21 Tom LaneAvoid using TEXT as a Bison symbol, since this provokes...
2007-08-21 Tom LaneRemove extraneous semicolon --- buildfarm member bear...
2007-08-21 Tom LaneFix cash_mul_int4 and cash_div_int4 for overenthusiasti...
2007-08-21 Tom LaneFix money type's send/receive functions to conform...
2007-08-21 Tom LaneFix potential access-off-the-end-of-memory in varbit_ou...
2007-08-21 Tom LaneSuppress uninitialized-variable warning.
2007-08-21 Tom LaneFix a small 64-bit problem in tsearch patch.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-15 Tom LaneArrange to cache a ResultRelInfo in the executor's...
2007-08-15 Tom LaneRepair problems occurring when multiple RI updates...
2007-08-14 Tom LaneFix oversight in async-commit patch: there were some...
2007-08-13 Tom LaneTEMPORARILY make synchronous_commit default to OFF...
2007-08-13 Tom LaneFix two bugs induced in VACUUM FULL by async-commit...
2007-08-12 Tom LaneRemove an "optimization" I installed in 2001, to make...
2007-08-12 Tom LaneIncrease the initial size of StringInfo buffers to...
2007-08-11 Tom LaneAvoid memory leakage across successive calls of regexp_...
2007-08-11 Tom LaneCode review for regexp_matches/regexp_split patch....
2007-08-09 Tom LaneRevise postmaster startup/shutdown logic to eliminate...
2007-08-08 Neil ConwayFix a gradual memory leak in ExecReScanAgg(). Because...
2007-08-08 Tom LaneFix thinko in multi-autovac-workers code: validity...
2007-08-07 Neil ConwayAdjust the output of MemoryContextStats() so that the...
2007-08-04 Tom LaneFix up bad layout of some comments (probably pg_indent...
2007-08-04 Tom LaneFix crash caused by log_timezone patch if we attempt...
2007-08-04 Tom LaneFix a problem in my recent patch to initialize cancel_k...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-08-03 Tom LaneFix some sloppiness in the recent multiple-autovacuum...
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-08-02 Andrew DunstanMake sure syslogPipe runs in binary mode on Windows...
2007-08-02 Neil ConwayFix a memory leak in tuplestore_end(). Unlikely to...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-07-31 Tom LaneIf we're gonna use ExecRelationIsTargetRelation here...
2007-07-31 Tom LaneFix security definer functions with polymorphic argumen...
2007-07-27 Neil ConwaySlight refactor for ExecOpenScanRelation(): we can use
2007-07-26 Tom LaneRemove FileUnlink(), which wasn't being used anywhere...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-07-25 Tom LaneSuppress warning when compiling with -DPROFILE_PID_DIR...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-24 Tom LaneFix predicate-proving logic to cope with binary-compati...
2007-07-24 Magnus HaganderSilence compiler warning on mingw
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-07-24 Alvaro HerreraSet a default autovacuum vacuum_cost_delay value of...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-21 Tom LaneFix elog.c to avoid infinite recursion (leading to...
2007-07-20 Tom LaneFix WAL replay of truncate operations to cope with...
2007-07-19 Tom LaneOn second thought, the tests for what to do with stderr...
2007-07-19 Tom LaneMake replace(), split_part(), and string_to_array(...
2007-07-19 Andrew DunstanOnly use the pipe chunking protocol if we know the...
2007-07-18 Tom LaneFix an old thinko in SS_make_initplan_from_plan, which...
2007-07-18 Bruce MomjianProperly adjust age() seconds to match the sign of...
2007-07-17 Tom LaneFix incorrect optimization of foreign-key checks. ...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-17 Tom LaneFix outfuncs.c to dump A_Const nodes representing NULLs...
2007-07-16 Tom LaneAdd comments spelling out why it's a good idea to relea...
2007-07-13 Tom LaneFix map_sql_typecoll_to_xmlschema_types() to not fail...
2007-07-13 Tom LaneAdd casts to suppress warnings about m68k-specific...
2007-07-12 Tom LaneFix a portability bug (ye olde not casting a <ctype...
2007-07-12 Tom LaneSuppress an integer-overflow warning.
2007-07-12 Tom LaneSome of our port-specific dynloader implementations...
2007-07-12 Tom LaneCompute max and min int8 values using unsigned arithmet...
2007-07-12 Tom LaneFix some warnings (probably actual bugs) generated...
2007-07-12 Tom LaneFix mistaken Assert in adjust_appendrel_attr_needed...
2007-07-12 Magnus HaganderEnable GSSAPI to build using MSVC. Always build GSSAPI...
2007-07-12 Magnus HaganderSupport GSSAPI builds where the header is <gssapi.h...
2007-07-11 Magnus HaganderA bunch of GSSAPI fixes per comments from Tom:
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-07-09 Tom LaneFix stddev_pop(numeric) and var_pop(numeric), which...
2007-07-09 Tom LaneFix single-user mode so that interrupts (particularly...
2007-07-08 Tom LaneRemove the pgstat_drop_relation() call from smgr_intern...
2007-07-07 Tom LaneFix a couple of planner bugs introduced by the new...
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
2007-07-03 Tom LaneFix incorrect comment about the timing of AbsorbFsyncRe...
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
next