]> granicus.if.org Git - postgresql/history - src
Try to make silent_mode behave somewhat reasonably.
[postgresql] / src /
2009-08-24 Tom LaneTry to make silent_mode behave somewhat reasonably.
2009-08-24 Tom LaneSmall correction to previous patch: we shouldn't Releas...
2009-08-24 Alvaro HerreraAvoid calling kill() in a postmaster signal handler.
2009-08-24 Tom LaneFix inclusions of readline/editline header files so...
2009-08-24 Alvaro HerreraRemove unused variable.
2009-08-24 Tom LaneRun the "tablespace" regression test first not last...
2009-08-24 Tom LaneFix a violation of WAL coding rules in the recent patch...
2009-08-23 Tom LaneMake TRUNCATE do truncate-in-place when processing...
2009-08-23 Tom LaneTweak ExecIndexEvalRuntimeKeys to forcibly detoast...
2009-08-22 Tom LaneInclude resjunk columns in EXPLAIN VERBOSE output lists...
2009-08-19 Tom LaneFix version_stamp.pl to allow 'alphaN' version stamps...
2009-08-18 Tom LaneAllow mixing of traditional and SQL:2008 LIMIT/OFFSET...
2009-08-18 Andrew DunstanPick up REGRESS_OPTS from contrib makefiles. Along...
2009-08-18 Tom LaneFix overflow for INTERVAL 'x ms' where x is more than...
2009-08-18 Teodor SigaevIntroduce filtering dictionary support to tsearch....
2009-08-17 Tom LaneDepartment of marginal improvements: teach tupconvert...
2009-08-16 Tom LaneFix incorrect encoding-aware name truncation in makeArr...
2009-08-15 Tom LaneRemove Wisconsin benchmark files.
2009-08-14 Peter EisentrautRemove the test case that depends on the platform's...
2009-08-14 Tom LaneRepair breakage of Wisconsin benchmark due to change...
2009-08-14 Teodor SigaevAdd prefix support for synonym dictionary
2009-08-14 Peter EisentrautPL/Python regression tests for data type handling
2009-08-14 Michael MeskesMade sure sqlca is reset for declare cursor in Informix...
2009-08-14 Peter EisentrautDomain support in PL/Python
2009-08-13 Peter EisentrautRemove stray character in type description
2009-08-13 Peter EisentrautAugment test coverage in PL/Python, especially for...
2009-08-13 Tom LaneAdd a simple test case covering a join against an inher...
2009-08-13 Tom LanePut back adjust_appendrel_attrs()'s code for dealing...
2009-08-12 Tom LaneImprove error message for the case where a requested...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-08-12 Tom LaneFix old bug in log_autovacuum_min_duration code: it...
2009-08-12 Peter EisentrautSplit the plpython regression test into test cases...
2009-08-10 Alvaro HerreraRefactor NUM_cache_remove calls in error report path...
2009-08-10 Tom LaneSupport EEEE (scientific notation) in to_char().
2009-08-10 Bruce MomjianAdjust test_fsync code to be more sane.
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-08-09 Peter EisentrautShip documentation without intermediate tarballs
2009-08-08 Tom LaneDocument that LocalSetXLogInsertAllowed can be re-executed.
2009-08-07 Tom LaneModify parallel pg_restore to track pending and ready...
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-08-07 Tom LaneTry to defend against the possibility that libpq is...
2009-08-07 Tom Lanerm_cleanup functions need to be allowed to write WAL...
2009-08-07 Bruce MomjianRemove unused ecpg variable.
2009-08-07 Tom LaneRemove long-since-unused file commands/version.h.
2009-08-07 Tom LaneFix some omissions in the dependency-object-class suppo...
2009-08-07 Michael MeskesAdded STRING datatype for Informix compatibility mode...
2009-08-07 Heikki LinnakangasFast shutdown stop should forcibly disconnect any activ...
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-08-06 Magnus HaganderAvoid terminating the postmaster on a number of "can...
2009-08-05 Heikki LinnakangasImprove error messages in md.c. When a filesystem opera...
2009-08-05 Michael MeskesFixed copyright notice.
2009-08-04 Peter EisentrautUse DocBook XSL stylesheets for man page building
2009-08-04 Tom LaneFix pg_dump to do the right thing when escaping the...
2009-08-04 Alvaro HerreraAvoid including miscadmin.h into plpgsql.h; instead...
2009-08-04 Tom LaneFix an ecpg test, too. Are we there yet?
2009-08-04 Tom LaneSuppress pointer-signedness warning.
2009-08-04 Tom LaneTeach PQescapeByteaConn() to use hex format when the...
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-04 Tom LaneCause pg_proc.probin to be declared as text, not bytea...
2009-08-03 Joe ConwayImplement has_sequence_privilege()
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-08-01 Tom LaneDepartment of second thoughts: let's show the exact...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneFix time_part and timetz_part (ie, EXTRACT() for those...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-29 Tom LaneFix a thinko introduced into CountActiveBackends by...
2009-07-28 Teodor SigaevCorrect calculations of overlap and contains operations...
2009-07-28 Teodor SigaevFix incorrect cleanup of tsquery in ts_rewrite(). Per...
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-27 Magnus HaganderFix minor memory leak in Win32 SID handling functions...
2009-07-27 Magnus HaganderEnable the use of multiple CPUs/cores when building...
2009-07-27 Tom LaneAdd s_lock support for SuperH architecture.
2009-07-27 Tom LaneExperiment with using EXPLAIN COSTS OFF in regression...
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-25 Tom LaneCode review for FORCE QUOTE * patch: fix error checking...
2009-07-25 Andrew DunstanSmall stylistic improvement in recent FORCE QUOTE ...
2009-07-25 Andrew DunstanAllow * as parameter for FORCE QUOTE for COPY CSV....
2009-07-24 Tom LaneAssorted minor refactoring in EXPLAIN.
2009-07-24 Magnus HaganderReserve the shared memory region during backend startup...
2009-07-24 Peter EisentrautDocument \dg+ and \du+
2009-07-24 Tom LaneAvoid extra system calls to block SIGPIPE if the platfo...
2009-07-24 Tom LaneAdd commentary about Cygwin's broken erand48, per repor...
2009-07-23 Tom LaneTeach pg_dump to dump comments attached to the columns...
2009-07-23 Tom LaneSave a few cycles in EXPLAIN and related commands by...
2009-07-23 Tom LaneIn a non-hashed Agg node, reset the "aggcontext" at...
2009-07-23 Tom LaneFix another thinko in join_is_legal's handling of semij...
2009-07-22 Tom LaneChange do_tup_output() to take Datum/isnull arrays...
2009-07-22 Magnus HaganderFix mismatch in const:ness of parameters.
2009-07-22 Joe ConwayReplace PLpgSQL_dstring by StringInfo.
2009-07-22 Tom LaneTweak TOAST code so that columns marked with MAIN stora...
2009-07-21 Tom LaneMake pg_dump/pg_restore --clean options drop large...
2009-07-21 Peter EisentrautChange pg_listener attribute number constants to match...
2009-07-21 Tom LaneSpeed up AllocSetFreeIndex, which is a significant...
2009-07-21 Peter EisentrautAdd a further customization to the SGML Emacs mode...
2009-07-21 Tom LaneFix another semijoin-ordering bug. We already knew...
2009-07-20 Bruce MomjianProperly restore pg_largeobject.relfozenxid in binary...
2009-07-20 Alvaro HerreraInstall src/include/utils/fmgroids.h on VPATH builds...
2009-07-20 Peter EisentrautUse errcontext mechanism in PL/Python
next