]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-01-12 Tom LaneFix field order in struct catcache.
2017-01-12 Peter EisentrautFix mistake in comment
2017-01-12 Peter EisentrautMake whitespace consistent inside some script files
2017-01-12 Robert HaasFix incorrect function name in comment.
2017-01-11 Stephen Frostpg_restore: Don't allow non-positive number of jobs
2017-01-11 Magnus HaganderFix some typos in comments
2017-01-11 Bruce Momjianpg_xlogdump: document --path behavior
2017-01-10 Stephen Frostpg_dump: Strict names with no matching schema
2017-01-10 Alvaro HerreraFix overflow check in StringInfo; add missing casts
2017-01-10 Robert HaasImprove coding in _hash_addovflpage.
2017-01-10 Stephen FrostFix invalid-parallel-jobs error message
2017-01-09 Tom LaneFix error handling in pltcl_returnnext.
2017-01-09 Alvaro HerreraFix ALTER TABLE / SET TYPE for irregular inheritance
2017-01-09 Alvaro HerreraBRIN revmap pages are not standard pages ...
2017-01-09 Tom LaneExpand the regression tests for PL/Tcl.
2017-01-09 Magnus HaganderUse an enum instead of two bools to indicate wal inclus...
2017-01-07 Tom LaneGet rid of ParseState.p_value_substitute; use a columnr...
2017-01-07 Tom LaneImprove documentation of struct ParseState.
2017-01-06 Stephen FrostAdd basic pg_dumpall/pg_restore TAP tests
2017-01-06 Tom LaneMerge two copies of tuple-building code in pltcl.c.
2017-01-06 Stephen FrostProtect against NULL-dereference in pg_dump
2017-01-06 Tom LaneInvalidate cached plans on FDW option changes.
2017-01-06 Robert HaasRepair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.
2017-01-05 Robert HaasFix possible leak of semaphore count.
2017-01-05 Peter EisentrautUse 'use strict' in all Perl programs
2017-01-05 Robert HaasFix possible crash reading pg_stat_activity.
2017-01-05 Tom LaneFix handling of empty arrays in array_fill().
2017-01-05 Simon RiggsFix format for TAP test docs
2017-01-04 Tom LaneHandle OID column inheritance correctly in ALTER TABLE...
2017-01-04 Robert HaasImprove documentation of timestamp internal representation.
2017-01-04 Robert HaasAssorted code improvements for table partitioning.
2017-01-04 Robert HaasRemove unnecessary arguments from partitioning functions.
2017-01-04 Robert HaasFix reporting of constraint violations for table partit...
2017-01-04 Simon RiggsAdd new TAP tests for pg_recvlogical
2017-01-04 Simon RiggsAdd pg_recvlogical —-endpos=LSN
2017-01-04 Tom LanePrefer int-wide pg_atomic_flag over char-wide when...
2017-01-04 Robert HaasMove partition_tuple_slot out of EState.
2017-01-04 Tom LaneRe-allow SSL passphrase prompt at server start, but...
2017-01-04 Robert HaasUpdate obsolete comments in lwlock.h.
2017-01-04 Simon RiggsAdd 18 new recovery TAP tests
2017-01-04 Simon RiggsAllow PostgresNode.pm tests to wait for catchup
2017-01-04 Peter EisentrautBetter fix for sequence access in hot standby test
2017-01-04 Magnus HaganderAttempt to handle pending-delete files on Windows
2017-01-04 Magnus HaganderMake wal streaming the default mode for pg_basebackup
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2017-01-03 Bruce MomjianUpdate manual set of copyright files for 2017
2017-01-03 Bruce MomjianUpdate copyright for 2017
2017-01-03 Tom LaneDisable prompting for passphrase while (re)loading...
2017-01-03 Peter EisentrautFix hot standby tests for sequence catalog change
2017-01-03 Heikki LinnakangasRemove bogus notice that older clients might not work...
2017-01-03 Tom LaneAllow SSL configuration to be updated at SIGHUP.
2017-01-02 Tom LaneUse clock_gettime(), if available, in instr_time measur...
2017-01-02 Tom LaneIn pgbench logging, avoid assuming that instr_times...
2017-01-01 Tom LaneAvoid assuming that instr_time == struct timeval in...
2016-12-31 Tom LaneFix unstable regression test results.
2016-12-29 Tom LaneRemove manual breaks in NodeTag assignments to fix...
2016-12-29 Peter EisentrautFix typo in comment
2016-12-29 Peter EisentrautExpand ad-hoc unit abbreviations in function descriptions
2016-12-29 Peter EisentrautMake more use of RoleSpec struct
2016-12-27 Tom LaneFix interval_transform so it doesn't throw away non...
2016-12-27 Andrew DunstanExplain unaccounted for space in pgstattuple.
2016-12-27 Magnus HaganderDon't rename .partial files in pg_receivexlog if an...
2016-12-27 Magnus HaganderFix typo comments
2016-12-26 Tom LaneRemove triggerable Assert in hashname().
2016-12-25 Tom LaneFix incorrect error reporting for duplicate data in...
2016-12-24 Stephen Frostpg_dumpall: Include --verbose option in --help output
2016-12-24 Stephen FrostFix tab completion in psql for ALTER DEFAULT PRIVILEGES
2016-12-23 Tom LaneReplace enum InhOption with simple boolean.
2016-12-23 Peter EisentrautRemove unnecessary casts of makeNode() result
2016-12-23 Tom LaneDoc: improve index entry for "median".
2016-12-23 Tom LaneSpellcheck: s/descendent/descendant/g
2016-12-23 Peter Eisentrautpg_dump: Remove obsolete handling of sequence names
2016-12-23 Robert HaasRemove sql_inheritance GUC.
2016-12-23 Robert HaasRemove _hash_chgbufaccess().
2016-12-23 Joe ConwayImprove RLS documentation with respect to COPY
2016-12-22 Robert HaasFix tuple routing in cases where tuple descriptors...
2016-12-22 Stephen FrostUse TSConfigRelationId in AlterTSConfiguration()
2016-12-22 Tom LaneFix CREATE TABLE ... LIKE ... WITH OIDS.
2016-12-22 Peter EisentrautUpdate sequence_1.out for recent changes
2016-12-22 Peter Eisentrautdoc: Further speed improvements for HTML XSLT build
2016-12-22 Tom LaneFix handling of expanded objects in CoerceToDomain...
2016-12-22 Andres FreundSkip checkpoints, archiving on idle systems.
2016-12-22 Robert HaasFix broken error check in _hash_doinsert.
2016-12-22 Joe ConwayMake dblink try harder to form useful error messages
2016-12-22 Robert HaasCode review for ATExecAttachPartition.
2016-12-22 Joe ConwayProtect dblink from invalid options when using postgres...
2016-12-22 Heikki LinnakangasSimplify tape block format.
2016-12-22 Tom LaneGive a useful error message if uuid-ossp is built witho...
2016-12-22 Michael MeskesFix buffer overflow on particularly named files and...
2016-12-21 Joe ConwayImprove dblink error message when remote does not provi...
2016-12-21 Tom LaneFix detection of unfinished Unicode surrogate pair...
2016-12-21 Tom LaneFix strange behavior (and possible crashes) in full...
2016-12-21 Stephen FrostImprove ALTER TABLE documentation
2016-12-21 Stephen FrostFix dumping of casts and transforms using built-in...
2016-12-21 Stephen FrostFor 8.0 servers, get last built-in oid from pg_database
2016-12-21 Dean RasheedFix order of operations in CREATE OR REPLACE VIEW.
2016-12-21 Robert HaasConvert elog() to ereport() and do some wordsmithing.
2016-12-21 Robert HaasRefactor partition tuple routing code to reduce duplica...
2016-12-21 Robert HaasFix corner-case bug in WaitEventSetWaitBlock on Windows.
2016-12-21 Robert HaasRefactor merge path generation code.
next