OSDN Git Service

Remove no-longer-needed ExecCountSlots infrastructure.
[pg-rex/syncrep.git] / src / backend /
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-09-27 Tom LaneReplace the array-style TupleTable data structure with...
2009-09-27 Tom LaneSync psql's scanner with recent changes in backend...
2009-09-27 Tom LaneSimplify the bootstrap (BKI) code by getting rid of...
2009-09-26 Tom LaneHmm, seems a lot of the buildfarm is running versions...
2009-09-26 Tom LaneRevert my ill-considered change that made formrdesc...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-26 Tom LaneFix RelationCacheInitializePhase2 (Phase3, in HEAD...
2009-09-25 Peter EisentrautPrevent isolated second surrogate in U& syntax
2009-09-25 Peter EisentrautRemove backup states from Unicode escapes patch
2009-09-22 Peter EisentrautUnicode escapes in E'...' strings
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-22 Tom LaneFix crash if a DROP is attempted on an internally-depen...
2009-09-21 Peter EisentrautSurrogate pair support for U& string and identifier...
2009-09-21 Tom LaneDefine a new, more extensible syntax for COPY options.
2009-09-19 Tom LaneRename new subroutine, per discussion with Robert Haas.
2009-09-18 Tom LaneMarginal code cleanup in joinpath.c: factor out clause...
2009-09-18 Teodor SigaevFix incorrect arguments for gist_box_penalty call....
2009-09-17 Peter EisentrautImprove wording of error message when a postgresql...
2009-09-17 Peter EisentrautWhen reloading postgresql.conf, log what parameters...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-09-15 Tom LaneFix two distinct errors in creation of GIN_INSERT_LISTP...
2009-09-15 Tom LaneFix possible buffer overrun and/or unportable behavior...
2009-09-13 Heikki LinnakangasDon't error out if recycling or removing an old WAL...
2009-09-12 Tom LaneRewrite the planner's handling of materialized plan...
2009-09-12 Tom LaneInstall a hopefully-temporary workaround for Snow Leopa...
2009-09-12 Tom LaneFix assertion failure when a SELECT DISTINCT ON express...
2009-09-11 Tom LaneIncrease the maximum value of extra_float_digits to...
2009-09-10 Heikki LinnakangasOn Windows, when a file is deleted and another process...
2009-09-09 Peter EisentrautFix/improve bytea and boolean support in PL/Python
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-09-08 Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-09-08 Tom LaneReplace use of the long-deprecated Bonjour API DNSServi...
2009-09-05 Tom LanePut back "ifeq ($(PORTNAME), solaris)", this time with...
2009-09-04 Tom LaneRevert ill-considered restriction of dtrace support...
2009-09-04 Tom LaneRemove pgstat's discrimination against MsgVacuum and...
2009-09-04 Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-09-04 Heikki LinnakangasFix encoding handling in xml binary input function...
2009-09-03 Tom LaneMake LOAD of an already-loaded library into a no-op...
2009-09-03 Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-09-03 Tom LaneInstall a workaround for a longstanding gcc bug that...
2009-09-02 Tom LaneFix subquery pullup to wrap a PlaceHolderVar around...
2009-09-01 Tom LaneForce VACUUM to recalculate oldestXmin even when we...
2009-09-01 Tom LaneActually, we need to bump the format identifier on...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-09-01 Tom LaneMove processing of startup-packet switches and GUC...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-08-30 Tom LaneRemove some useless assignments of the result of fread...
2009-08-30 Tom LaneRemove duplicate variable initializations identified...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-28 Tom LaneRemove useless code that propagated FrontendProtocol...
2009-08-28 Tom LaneNon-Windows EXEC_BACKEND path was broken by recent...
2009-08-27 Tom LaneModify the definition of window-function PARTITION...
2009-08-27 Alvaro HerreraFix handling of autovacuum reloptions.
2009-08-27 Tom LaneMake it reasonably safe to use pg_ctl to start the...
2009-08-27 Tom LaneRemove some unnecessary variable assignments, per resul...
2009-08-27 Heikki LinnakangasIn the checkpoint written at the end of archive recover...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-26 Peter EisentrautAdd -Wno-error to CFLAGS from gram.o as long as it...
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 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-18 Tom LaneAllow mixing of traditional and SQL:2008 LIMIT/OFFSET...
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-14 Teodor SigaevAdd prefix support for synonym dictionary
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-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 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-08-08 Tom LaneDocument that LocalSetXLogInsertAllowed can be re-executed.
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-08-07 Tom Lanerm_cleanup functions need to be allowed to write WAL...
2009-08-07 Tom LaneFix some omissions in the dependency-object-class suppo...
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-04 Tom LaneSupport hex-string input and output for type 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...
next