]> granicus.if.org Git - postgresql/history - src
Fix planner to make a reasonable assumption about the amount of memory space
[postgresql] / src /
2010-08-14 Tom LaneFix planner to make a reasonable assumption about the...
2010-08-14 Tom LaneFix \ef and \sf to not fail on functions with nonnull...
2010-08-14 Tom LaneAdd a \sf (show function) command to psql, for those...
2010-08-14 Tom LaneMyBackendId now needs to be PGDLLIMPORT, so that contri...
2010-08-14 Robert HaasFurther dtrace adjustments for the backend-IDs-in-relpa...
2010-08-13 Robert HaasFix assorted dtrace breakage caused by patch to include...
2010-08-13 Tom LaneClean up failure to use ClosePager() where appropriate...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-13 Tom LaneMinor #include cleanup.
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-13 Tom LaneFix Assert failure in PushOverrideSearchPath when tryin...
2010-08-13 Robert HaasMake RecordTransactionCommit() respect wal_level.
2010-08-13 Tom LaneFix pg_restore to complain if any arguments remain...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-08-12 Tom LaneExtend psql's \e and \ef commands so that a line number...
2010-08-11 Heikki LinnakangasThe sanity check added to array_recv() wa a bit too...
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-09 Tom LaneFix incorrect logic in plpgsql for cleanup after evalua...
2010-08-09 Tom LaneModify the handling of RAISE without parameters so...
2010-08-08 Tom LaneAdd an xpath_exists() function. This is equivalent...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-08-06 Tom LaneAdd a comment about the initial default value of max_st...
2010-08-06 Robert HaasFix incorrect pathname in comment.
2010-08-05 Tom LaneAdd a very specific hint for the case that we're unable...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-08-04 Robert HaasFix declared argument name for numeric_maximum_size.
2010-08-04 Robert HaasFix numeric_maximum_size() calculation.
2010-08-03 Robert HaasAllow numeric to use a more compact, 2-byte header...
2010-08-03 Tom LaneReplace the naive HYPOT() macro with a standards-confor...
2010-08-03 Tom LaneCode review for --quote-all-identifiers patch: add...
2010-08-03 Tom LaneKibitzing on \conninfo patch: adjust the order of field...
2010-08-03 Tom LaneAdd some comments to tinterval_cmp_internal pointing...
2010-08-03 Robert HaasFix inheritance count tracking in ALTER TABLE .. ADD...
2010-08-03 Tom LaneBe a little more careful with the shift computations...
2010-08-03 Tom LaneFix core dump in QTNodeCompare when tsquery_cmp() is...
2010-08-02 Tom LaneDon't try to force use of -no-cpp-precomp on OS X....
2010-08-02 Robert HaasRemove ancient PL/pgsql line numbering hack.
2010-08-02 Tom LaneTweak a couple of macros in the regex code to suppress...
2010-08-02 Tom LaneFix an ancient typo that prevented the detection of...
2010-08-01 Tom LaneFix ANALYZE's ancient deficiency of not trying to colle...
2010-08-01 Tom LaneAdd some knowledge about prefix matches to tsmatchsel...
2010-08-01 Tom LaneFix an additional set of problems in GIN's handling...
2010-08-01 Tom LaneRewrite the rbtree routines so that an RBNode is the...
2010-08-01 Robert HaasMake psql distinguish between unique indices and unique...
2010-07-31 Tom LaneTweak tsmatchsel() so that it examines the structure...
2010-07-31 Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-07-30 Robert HaasMake details of the Numeric representation private...
2010-07-29 Tom LaneImproved version of patch to protect pg_get_expr()...
2010-07-29 Simon RiggsRename asyncCommitLSN to asyncXactLSN to reflect change...
2010-07-29 Tom LaneClean up some inconsistencies in the volatility marking...
2010-07-29 Tom LaneFix another longstanding problem in copy_relation_data...
2010-07-29 Robert HaasFix possible page corruption by ALTER TABLE .. SET...
2010-07-29 Simon RiggsAdd explicit regression tests for ALTER TABLE lock...
2010-07-28 Tom LaneFix oversight in new EvalPlanQual logic: the second...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-07-28 Tom LaneFix potential failure when hashing the output of a...
2010-07-28 Peter EisentrautShow psql timing output even in quiet mode
2010-07-27 Robert HaasIn postgresql.conf.sample, use on/off rather than true...
2010-07-27 Alvaro HerreraEnsure $_SHARED is declared in the main:: namespace...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-23 Peter EisentrautAdd more checks against altering typed tables
2010-07-23 Robert HaasHave psql avoid describing local sockets as host names.
2010-07-23 Robert HaasAvoid deep recursion when assigning XIDs to multiple...
2010-07-22 Robert HaasAdd missing function prototype.
2010-07-22 Robert HaasFix bogus server version in pg_dumpall --quote-all...
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-07-22 Robert HaasCentralize DML permissions-checking logic.
2010-07-20 Bruce MomjianCVS test: please ignore
2010-07-20 Bruce MomjianProperly replay CREATE TABLESPACE during crash recovery...
2010-07-20 Robert HaasHave \conninfo mention the port even for local sockets.
2010-07-20 Robert HaasAdd \conninfo command to psql, to show current connecti...
2010-07-20 Robert HaasMake ECPG regression tests independent of standard_conf...
2010-07-20 Robert HaasAdd restart_after_crash GUC.
2010-07-20 Robert HaasChange the default value of standard_conforming_strings...
2010-07-19 Peter EisentrautPortability fixes for Solaris for requirepeer feature...
2010-07-18 Tom LaneRemove unnecessary "Not safe to send CSV data" complain...
2010-07-18 Tom LaneAllow ORDER BY/GROUP BY/etc items to match targetlist...
2010-07-18 Tom LaneFix up poor handling of unsupported-platform case in...
2010-07-18 Tom LaneFix thinko in recent patch: 'sock' should be 'conn...
2010-07-18 Bruce MomjianAdd SO_PEERCRED check in new unix domain socket permiss...
2010-07-18 Peter EisentrautAdd server authentication over Unix-domain sockets
2010-07-18 Bruce MomjianSimplify missing tablespace replay error hint message...
2010-07-16 Tom LaneAdd a log_file_mode GUC that allows control of the...
2010-07-16 Tom LaneAdd support for dividing money by money (yielding a...
2010-07-16 Tom LaneRemove a sanity check in the exclusion-constraint code...
2010-07-16 Tom LaneRemove duplicate code in DefineOpFamily().
2010-07-14 Tom LaneFix several problems in pg_dump's handling of SQL/MED...
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-13 Tom LaneTeach EXPLAIN to print PARAM_EXEC Params as the referen...
2010-07-13 Bruce MomjianPrint each test_fsync description while test is running...
2010-07-13 Heikki LinnakangasOops, in the previous fix to prevent a cursor that...
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-07-12 Bruce MomjianDocument bump of minor library version numbers.
2010-07-12 Bruce MomjianBump minor library version numbers, for 9.1 release.
2010-07-09 Tom LaneAvoid an Assert failure in deconstruct_array() by makin...
2010-07-09 Tom LaneFix ruleutils' get_variable() to print something useful...
next