]> granicus.if.org Git - postgresql/shortlog
postgresql
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 Tom LaneMarginal improvements to documentation of plpgsql's...
2011-10-15 Bruce MomjianDocument that is the psql version number, not the serve...
2011-10-15 Bruce MomjianImprove doc wording of drop table permission.
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-14 Bruce MomjianDocument actual string that has to be returned by the...
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 MomjianUpdate documentation about ts_rank().
2011-10-13 Bruce MomjianHave pg_ctl return an exit status of 3 if the server...
2011-10-13 Tom LaneFix typo in dummy_seclabel documentation.
2011-10-13 Bruce MomjianDocument who can drop a table (owner and user with...
2011-10-13 Bruce MomjianRemove tab in sgml file.
2011-10-12 Tom LaneDon't mark auto-generated types as extension members.
2011-10-12 Bruce MomjianDocument how to accent Alvaro Herrera in the release...
2011-10-12 Bruce MomjianClarify wording of foreign key documentation to mention...
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-12 Bruce MomjianModify up/home macro to match standard parameter list...
2011-10-12 Tom LaneImprove documentation of psql's \q command.
2011-10-12 Bruce MomjianAdd Up/Home link to the top of the HTML doc output.
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 Bruce MomjianDocument that not backing up postmaster.pid and postmas...
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 Robert HaasMake the reference to "CREATE USER" in the CREATE ROLE...
2011-10-10 Robert HaasImprove documentation of how to fiddle with SCSI drives...
2011-10-10 Robert HaasFix typo in docs for libpq keepalives_count option.
2011-10-10 Robert HaasAdd doc index entry for pg_resetxlog.
2011-10-10 Robert HaasDocument DELETE/UPDATE command tag behavior when trigge...
2011-10-10 Robert HaasSome minor wordsmithing for the cascading replication...
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 Bruce MomjianIn pg_upgrade, add -o/-O options to pass parameters...
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 LaneNote that index-only scans can affect idx_tup_fetch.
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 HaasAdd missing space.
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-07 Bruce MomjianIn pg_upgrade, use the new postmaster -C option to...
2011-10-06 Bruce MomjianIn pg_upgrade, improve popen() failure detection by...
2011-10-06 Bruce MomjianMove pg_upgrade doc mention of the port numbers to...
2011-10-06 Magnus HaganderEnsure walsenders can be SIGTERMed while in non-walsend...
2011-10-06 Robert HaasMake pgstatindex respond to cancel interrupts.
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-05 Bruce MomjianChange wording for COALESCE docs to use "otherwise".
2011-10-05 Bruce MomjianExplain COALESCE example in the docs.
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-10-01 Bruce MomjianIn pg_upgrade, remove unnecessary local variable.
2011-10-01 Tom LaneCache the result of makesign() across calls of gtrgm_pe...
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-29 Bruce MomjianIn pg_upgrade, because toast table names can be mismatc...
2011-09-28 Tom LaneUpdate and extend the EXPLAIN-related documentation.
2011-09-28 Tom LaneTake sepgsql regression tests out of the regular regres...
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 Haassepgsql uavc comment improvements.
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...
2011-09-26 Robert HaasUpdate obsolete comments.
2011-09-26 Tom LaneUse a fresh copy of query_list when making a second...
2011-09-25 Tom LaneFully const-ify PQconnectdbParams, PQconnectStartParams...
2011-09-25 Tom LaneAvoid unnecessary snapshot-acquisitions in BuildCachedPlan.
2011-09-25 Bruce MomjianIn pgrminclude, document requirement to use pgcompinclu...
2011-09-25 Tom LaneUn-break compression of plain-text output format in...
next