]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-08-10 Robert HaasFix typo in comment.
2017-08-10 Robert Haaspgstatindex: Insert some casts to prevent overflow.
2017-08-10 Robert HaasRemove incorrect assertion in clog.c
2017-08-09 Tom LaneFix handling of container types in find_composite_type_...
2017-08-09 Tom LanePrevent passing down MAKELEVEL/MAKEFLAGS from non-GNU...
2017-08-08 Peter Eisentrautdoc: Add missing pieces to logical replication protocol doc
2017-08-08 Tom LaneFix datumSerialize infrastructure to not crash on non...
2017-08-08 Alvaro HerreraReword some unclear comments
2017-08-08 Alvaro HerreraFix typo in comment
2017-08-08 Tom LaneFix yet another race condition in recovery/t/001_stream...
2017-08-08 Alvaro HerreraFix replication origin-related race conditions
2017-08-08 Alvaro HerreraFix inadequacies in recently added wait events
2017-08-08 Noah MischDisclaim xmltable() support for non-UTF8 databases.
2017-08-07 Tom LaneStamp 10beta3. REL_10_BETA3
2017-08-07 Tom LaneSkip test for IPC::Run if user is overriding our search...
2017-08-07 Peter EisentrautUpdate SQL features list
2017-08-07 Peter EisentrautTranslation updates
2017-08-07 Tom LaneLast-minute updates for release notes.
2017-08-07 Peter EisentrautFix local/remote attribute mix-up in logical replication
2017-08-07 Peter EisentrautFix handling of dropped columns in logical replication
2017-08-07 Tom LaneRequire update permission for the large object written...
2017-08-07 Noah MischAgain match pg_user_mappings to information_schema...
2017-08-07 Heikki LinnakangasDon't allow logging in with empty password.
2017-08-07 Peter EisentrautFix function name in code comment
2017-08-07 Peter EisentrautImprove wording of subscription refresh debug messages
2017-08-07 Peter EisentrautDowngrade subscription refresh messages to DEBUG1
2017-08-07 Tom LaneUpdate RELEASE_CHANGES' example of branch name format.
2017-08-06 Tom LaneRelease notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.
2017-08-06 Andres FreundFix thinko introduced in 2bef06d516460 et al.
2017-08-05 Andres FreundAdd regression test for wide REPLICA IDENTITY FULL...
2017-08-05 Tom LaneDoc: update v10 release notes through today.
2017-08-05 Tom LaneSuppress unused-variable warnings when building with...
2017-08-05 Tom LaneImprove configure's check for ICU presence.
2017-08-05 Robert HaasMake pg_stop_backup's wait_for_archive flag work on...
2017-08-05 Peter EisentrautAdd support for ICU 4.2
2017-08-05 Robert HaasFix bug in deciding whether to scan newly-attached...
2017-08-05 Peter EisentrautOnly kill sync workers at commit time in subscription DDL
2017-08-04 Robert Haashash: Immediately after a bucket split, try to clean...
2017-08-04 Tom LaneFirst-draft release notes for 9.6.4.
2017-08-04 Peter EisentrautMessage style improvements
2017-08-04 Robert Haashash: Increase the number of possible overflow bitmaps...
2017-08-04 Tom LaneApply ALTER ... SET NOT NULL recursively in ALTER ...
2017-08-04 Tom LaneDisallow SSL session tickets.
2017-08-04 Peter EisentrautFurther unify ROLE and USER command grammar rules
2017-08-03 Tom LaneFix pg_dump/pg_restore to emit REFRESH MATERIALIZED...
2017-08-03 Alvaro HerreraFix build on zlib-less environments
2017-08-03 Robert HaasFix lock upgrade hazard in ATExecAttachPartition.
2017-08-03 Robert HaasCode beautification for ATExecAttachPartition.
2017-08-03 Robert HaasAllow a foreign table CHECK constraint to be initially...
2017-08-03 Robert HaasImprove ExecModifyTable comments.
2017-08-03 Robert HaasTeach map_partition_varattnos to handle whole-row expre...
2017-08-03 Peter EisentrautAdd new files to nls.mk and add translation markers
2017-08-02 Alvaro HerreraFix pg_dump's errno checking for zlib I/O
2017-08-02 Tom LaneAdd pgtcl back to the list of externally-maintained...
2017-08-02 Tom LaneRemove broken and useless entry-count printing in HASH_...
2017-08-02 Peter EisentrautGet a snapshot before COPY in table sync
2017-08-02 Tom LaneRemove duplicate setting of SSL_OP_SINGLE_DH_USE option.
2017-08-02 Peter EisentrautFix OBJECT_TYPE/OBJECT_DOMAIN confusion
2017-08-02 Tom LaneRevert test case added by commit 1e165d05fe06a907286760...
2017-08-01 Tom LaneSecond try at getting useful errors out of newlocale...
2017-08-01 Tom LaneSuppress less info in regression tests using DROP CASCADE.
2017-08-01 Tom LaneTry to deliver a sane message for _create_locale()...
2017-08-01 Peter Eisentrautdoc: Fix typo
2017-08-01 Tom LaneAllow creation of C/POSIX collations without depending...
2017-08-01 Tom LaneFurther improve consistency of configure's program...
2017-08-01 Dean RasheedComment fix for partition_rbound_cmp().
2017-07-31 Tatsuo IshiiFix comment.
2017-07-31 Peter EisentrautFix typo
2017-07-31 Peter EisentrautFix typo
2017-07-31 Heikki LinnakangasDoc: add v10 release notes entries for the DH parameter...
2017-07-31 Heikki LinnakangasAlways use 2048 bit DH parameters for OpenSSL ephemeral...
2017-07-31 Tom LaneDoc: specify that the minimum supported version of...
2017-07-31 Tom LaneRecord full paths of programs sought by "configure".
2017-07-31 Tom LaneTighten coding for non-composite case in plperl's retur...
2017-07-31 Stephen FrostFix function comment for dumpACL()
2017-07-31 Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-31 Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-31 Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-07-28 Tom LaneInclude publication owner's name in the output of ...
2017-07-28 Tom LanePL/Perl portability fix: absorb relevant -D switches...
2017-07-28 Tom LanePL/Perl portability fix: avoid including XSUB.h in...
2017-07-27 Tom LaneFix psql tab completion for CREATE USER MAPPING.
2017-07-27 Tom LaneStandardize describe.c's behavior for no-matching-objec...
2017-07-27 Tom LaneAvoid use of sprintf/snprintf in describe.c.
2017-07-27 Tom LaneSync listDbRoleSettings() with the rest of the world.
2017-07-27 Tom LaneFix very minor memory leaks in psql's command.c.
2017-07-27 Andrew DunstanWork around Msys weakness in Testlib.pm's command_like()
2017-07-26 Tom LaneClean up SQL emitted by psql/describe.c.
2017-07-26 Alvaro HerreraUpdate copyright in recently added files
2017-07-26 Alvaro HerreraFix concurrent locking of tuple update chain
2017-07-26 Alvaro HerreraRemove obsolete comments about functional dependencies
2017-07-25 Alvaro HerreraMake PostgresNode easily subclassable
2017-07-25 Alvaro HerreraFix race conditions in replication slot operations
2017-07-24 Robert HaasFix partitioning crashes during error reporting.
2017-07-24 Tom LaneFix race condition in predicate-lock init code in EXEC_...
2017-07-24 Robert HaasWhen WCOs are present, disable direct foreign table...
2017-07-24 Tom LaneEnsure that pg_get_ruledef()'s output matches pg_get_vi...
2017-07-24 Tom LaneBe more consistent about errors for opfamily member...
next