]> granicus.if.org Git - postgresql/history - src
Remove pg_upgrade dependency on the 'postgres' database existing in the
[postgresql] / src /
2011-10-28 Robert HaasAllow hint bits to be set sooner for temporary and...
2011-10-28 Robert HaasDemote some sanity checks in BufferIsValid() to assertions.
2011-10-28 Robert HaasRemove hard-coded "\connect postgres" from pg_dumpall.
2011-10-28 Tom LaneDe-parallelize ecpg build some more.
2011-10-28 Tom LaneUpdate docs to point to the timezone library's new...
2011-10-27 Heikki LinnakangasFix the number of lwlocks needed by the "fast path...
2011-10-27 Tom LaneAvoid recursion while processing ELSIF lists in plpgsql.
2011-10-27 Tom LaneAdd simple script to check for right recursion in Bison...
2011-10-26 Tom LaneImprove planner's ability to recognize cases where...
2011-10-26 Bruce MomjianFix pg_bsd_indent bug where newlines were not being...
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools
2011-10-26 Magnus HaganderMingW doesn't support wcstombs_s()...
2011-10-26 Tom LaneChange FK trigger naming convention to fix self-referen...
2011-10-26 Tom LaneChange FK trigger creation order to better support...
2011-10-25 Magnus HaganderMake event_source visible on all platforms
2011-10-25 Magnus HaganderRemove argument decoration that appears unsupported...
2011-10-25 Magnus HaganderSupport configurable eventlog application names on...
2011-10-25 Alvaro HerreraAdd debugging aid in isolationtester
2011-10-24 Magnus HaganderMake TABLE tab complation in psql include all relations
2011-10-23 Tom LaneMake psql support tab completion of EXECUTE <prepared...
2011-10-23 Tom LaneImprove git_changelog's handling of inconsistent commit...
2011-10-23 Tom LaneDon't trust deferred-unique indexes for join removal.
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-22 Heikki LinnakangasFix overly-complicated usage of errcode_for_file_access().
2011-10-21 Tom LaneCode review for pgstat_get_crashed_backend_activity...
2011-10-21 Tom LaneMore cleanup after failed reduced-lock-levels-for-DDL...
2011-10-21 Robert HaasTry to log current the query string when a backend...
2011-10-21 Robert HaasFix DROP OPERATOR FAMILY IF EXISTS.
2011-10-20 Tom LaneSimplify and improve ProcessStandbyHSFeedbackMessage...
2011-10-20 Tom LaneRewrite tab completion's previous-word fetching for...
2011-10-20 Robert HaasFix get_object_namespace() not to think extensions...
2011-10-20 Robert HaasAdd "skipping" to the NOTICE produced by DROP OPERATOR...
2011-10-20 Robert HaasRemove a few of the new DROP-IF-EXISTS regression tests.
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-10-20 Robert HaasAdd some more regression tests for DROP IF EXISTS.
2011-10-19 Tom LaneSuppress remaining -Waddress warnings from recent gcc...
2011-10-19 Tom LaneSuppress -Wunused-result warnings about write() and...
2011-10-19 Tom LaneReject empty pg_hba.conf files.
2011-10-18 Tom LaneRemove unnecessary AssertMacro() to suppress gcc 4...
2011-10-18 Tom LaneFix pg_dump to dump casts between auto-generated types.
2011-10-18 Magnus HaganderExclude postmaster.opts from base backups
2011-10-16 Tom LaneAvoid assuming that index-only scan data matches the...
2011-10-16 Tom LaneFix collate.linux.utf8 expected output for recent error...
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-15 Bruce MomjianAllow a major PG version psql .psqlrc file to be used...
2011-10-15 Tom LaneFix bugs in information_schema.referential_constraints...
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-10-14 Robert HaasDump all roles first, then all config settings on roles.
2011-10-14 Robert HaasAvoid potential relcache leak in objectaddress.c.
2011-10-13 Bruce MomjianRemove all "traces" of trace_userlocks, because userloc...
2011-10-13 Tom LaneFix up Perl-to-Postgres datatype conversions in pl...
2011-10-13 Bruce MomjianHave pg_ctl return an exit status of 3 if the server...
2011-10-12 Tom LaneDon't mark auto-generated types as extension members.
2011-10-12 Bruce MomjianModify RelationGetBufferForTuple() to use a typedef...
2011-10-12 Bruce MomjianModify pgindent to use a renamed pg_bsd_indent binary...
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-10-11 Tom LaneAdd comment on why pulling data from a "name" index...
2011-10-11 Tom LaneGenerate index-only scan tuple descriptor from the...
2011-10-11 Bruce MomjianImprove entab's Makefile install entry.
2011-10-11 Tom LaneConsider index-only scans even when there is no matchin...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-10-11 Robert HaasReplace hardcoded switch in object_exists() with a...
2011-10-11 Robert HaasRepair breakage in VirtualXactLock.
2011-10-10 Bruce MomjianMark GUC external_pid_file's default as '' in postgresq...
2011-10-10 Robert HaasAttempt to reduce local dependencies in regression...
2011-10-10 Robert HaasFix ALTER TABLE ONLY .. DROP CONSTRAINT.
2011-10-10 Robert HaasRevert accidental change to pg_config_manual.h.
2011-10-09 Heikki LinnakangasClean up a couple of box gist helper functions.
2011-10-09 Tom LaneImprove index-only scans to avoid repeated access to...
2011-10-09 Tom LanePrevent index-only scans in stats regression test.
2011-10-08 Tom LaneFix brain fade in cost estimation for index-only scans.
2011-10-08 Heikki LinnakangasDon't let transform_null_equals=on affect CASE foo...
2011-10-08 Heikki LinnakangasFix typo.
2011-10-08 Robert HaasTry to fix memory barriers on x86_64.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-06 Magnus HaganderEnsure walsenders can be SIGTERMed while in non-walsend...
2011-10-06 Bruce MomjianSimplify new pg_ctl newline termination code.
2011-10-06 Bruce MomjianAdd postmaster -C option to query configuration paramet...
2011-10-06 Heikki LinnakangasReplace the "New Linear" GiST split algorithm for boxes...
2011-10-06 Tom LaneImprove and simplify CREATE EXTENSION's management...
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-10-04 Tom LaneFix uninitialized-variable bug.
2011-10-04 Tom LaneAdd sourcefile/sourceline data to EXEC_BACKEND GUC...
2011-10-04 Tom LaneRemember the source GucContext for each GUC parameter.
2011-10-04 Alvaro HerreraUse callbacks in SlruScanDirectory for the actual action
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-10-03 Tom LaneProcedureCreate neglected to record dependencies on...
2011-10-02 Tom LaneRestructure error handling in reading of postgresql...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-09-30 Tom LaneSupport GiST index support functions that want to cache...
2011-09-29 Tom LaneFix recursion into previously planned sub-query in...
2011-09-29 Bruce MomjianFix pg_upgrade for EXEC_BACKEND builds (e.g. Windows...
2011-09-29 Tom LaneFix index matching for operators with mixed collatable...
2011-09-27 Alvaro HerreraRemove dependency on error ordering in isolation tests
2011-09-27 Alvaro HerreraFix typo
2011-09-27 Robert HaasUpdate comments related to the crash-safety of the...
2011-09-27 Robert Haasheap_update() must recheck tuple after unlocking and...
2011-09-27 Tom LaneFix window functions that sort by expressions involving...
2011-09-27 Tom LaneAllow snapshot references to still work during transact...
2011-09-26 Tom LaneSpeed up array element assignment in plpgsql by caching...
next