]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-05-10 Robert HaasFix typo.
2017-05-10 Robert HaasAvoid theoretical infinite loop loading relcache partit...
2017-05-10 Robert HaasDocument trigger-firing behavior for inheritance/partit...
2017-05-10 Robert HaasRemove no-longer-needed compatibility code for hash...
2017-05-10 Robert HaasFix typos in comments.
2017-05-10 Robert HaasProhibit transition tables on views and foreign tables.
2017-05-10 Robert HaasDon't permit transition tables with TRUNCATE triggers.
2017-05-10 Robert HaasPass EXEC_FLAG_REWIND when initializing a tuplestore...
2017-05-10 Robert HaasDisallow finite partition bound following earlier UNBOU...
2017-05-09 Peter EisentrautImprove memory use in logical replication apply
2017-05-09 Alvaro HerreraIgnore PQcancel errors properly
2017-05-09 Peter Eisentrautpg_dump: Add --no-subscriptions option
2017-05-09 Peter Eisentrautdoc: Add info about replication slot management
2017-05-09 Peter EisentrautRemove the NODROP SLOT option from DROP SUBSCRIPTION
2017-05-09 Bruce Momjianpgindent: use HTTP instead of FTP to retrieve pg_bsd_i...
2017-05-08 Tom LaneFurther patch rangetypes_selfuncs.c's statistics slot...
2017-05-08 Peter EisentrautCheck connection info string in ALTER SUBSCRIPTION
2017-05-08 Tom LaneLast-minute updates for release notes.
2017-05-08 Peter EisentrautFix statistics reporting in logical replication workers
2017-05-08 Tom LaneFix possibly-uninitialized variable.
2017-05-08 Noah MischMatch pg_user_mappings limits to information_schema...
2017-05-08 Noah MischRestore PGREQUIRESSL recognition in libpq.
2017-05-08 Bruce Momjiandoc: add Simon Riggs to VACUUM VERBOSE PG 10 release...
2017-05-08 Peter EisentrautAdd security checks to selectivity estimation functions
2017-05-08 Heikki LinnakangasRemove support for password_encryption='off' / 'plain'.
2017-05-08 Simon RiggsRemove poorly worded and duplicated comment
2017-05-07 Tom LaneRelease notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21.
2017-05-07 Tom LaneThird pass on 9.6.3 release notes.
2017-05-07 Heikki LinnakangasFix memory leaks if random salt generation fails.
2017-05-07 Tom LaneGuard against null t->tm_zone in strftime.c.
2017-05-07 Tom LaneInstall the "posixrules" timezone link in MSVC builds.
2017-05-07 Tom LaneRestore fullname[] contents before falling through...
2017-05-07 Bruce Momjiandoc PG 10: adjustments to BRIN, WAL, JSON, XML items...
2017-05-07 Stephen Frostpg_dump: Don't leak memory in buildDefaultACLCommands()
2017-05-07 Stephen FrostRLS: Fix ALL vs. SELECT+UPDATE policy usage
2017-05-07 Andres FreundFix duplicated words in comment.
2017-05-06 Andres FreundFix off-by-one possibly leading to skipped XLOG_RUNNING...
2017-05-06 Tom LaneSecond pass on 9.6.3 release notes.
2017-05-06 Tom LaneDocument current_role.
2017-05-05 Tom LaneFirst-draft release notes for 9.6.3.
2017-05-05 Tom LaneSuppress compiler warning about unportable pointer...
2017-05-05 Alvaro HerreraAllow MSVC to build with Tcl 8.6.
2017-05-05 Peter EisentrautPrevent panic during shutdown checkpoint
2017-05-05 Magnus HaganderFix wording in pg_upgrade docs
2017-05-05 Magnus HaganderBuild pgoutput.dll in MSVC build
2017-05-05 Heikki LinnakangasMake SCRAM salts and nonces longer.
2017-05-05 Heikki LinnakangasMisc cleanup of SCRAM code.
2017-05-05 Heikki LinnakangasDon't use SCRAM-specific "e=invalid-proof" on invalid...
2017-05-05 Stephen FrostChange the way pg_dump retrieves partitioning info
2017-05-05 Bruce Momjiandoc: update PG 10 release notes
2017-05-04 Bruce Momjiandoc: PG 10 release note updates for psql, GiST, and...
2017-05-04 Alvaro HerreraCredit Claudio as main author of feature
2017-05-04 Tom LaneFix pfree-of-already-freed-tuple when rescanning a...
2017-05-04 Heikki LinnakangasFix PQencryptPasswordConn to work with older server...
2017-05-04 Peter EisentrautFix cursor_to_xml in tableforest false mode
2017-05-03 Tom LaneRemove useless and rather expensive stanza in matview...
2017-05-03 Alvaro HerreraAdd pg_dump tests for CREATE STATISTICS
2017-05-03 Alvaro Herrerapg_dump/t/002: append terminating semicolon to SQL...
2017-05-03 Heikki LinnakangasAdd PQencryptPasswordConn function to libpq, use it...
2017-05-03 Tom LaneImprove performance of timezone loading, especially...
2017-05-03 Tom LaneRemove create_singleton_array(), hard-coding the case...
2017-05-02 Tom LaneEnsure commands in extension scripts see the results...
2017-05-02 Alvaro Herreraextstats: change output functions to emit valid JSON
2017-05-02 Peter Eisentrautdoc: Improve order in ALTER PUBLICATION/SUBSCRIPTION...
2017-05-02 Robert HaasFix typos in comments.
2017-05-02 Peter Eisentrautdoc: Add missing markup
2017-05-02 Peter EisentrautAvoid unnecessary catalog updates in ALTER SEQUENCE
2017-05-02 Peter Eisentrautdoc: Update ALTER SEQUENCE claims about changes being...
2017-05-02 Andrew DunstanFix perl thinko in commit fed6df486dca
2017-05-02 Magnus HaganderChange hot_standby default value to 'on'
2017-05-02 Peter EisentrautDon't wake up logical replication launcher unnecessarily
2017-05-01 Tom LaneImprove function header comment for create_singleton_ar...
2017-05-01 Tom LaneReduce semijoins with unique inner relations to plain...
2017-05-01 Tom LaneFix mis-optimization of semijoins with more than one...
2017-05-01 Tom LaneUpdate time zone data files to tzdata release 2017b.
2017-05-01 Robert Haaslibpq: Fix inadvertent change in .pgpass lookup behavior.
2017-05-01 Andrew DunstanAllow vcregress.pl to run an arbitrary TAP test set
2017-05-01 Peter EisentrautFix logical replication launcher wake up and reset
2017-05-01 Robert HaasFire per-statement triggers on partitioned tables.
2017-04-30 Tom LaneSync our copy of the timezone library with IANA release...
2017-04-30 Tom LaneFix possible null pointer dereference or invalid warnin...
2017-04-30 Tom LaneMicro-optimize some slower queries in the opr_sanity...
2017-04-28 Peter Eisentrautdoc: Fix typo in 9.6 release notes
2017-04-28 Robert HaasFix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
2017-04-28 Peter Eisentrautpsql: Support identity columns in sequence display
2017-04-28 Robert HaasIn load_relcache_init_file, initialize rd_pdcxt.
2017-04-28 Robert HaasSpeed up dropping tables with many partitions.
2017-04-28 Robert HaasFix crash when partitioned column specified twice.
2017-04-28 Peter EisentrautWait between tablesync worker restarts
2017-04-28 Heikki LinnakangasMisc SCRAM code cleanups.
2017-04-28 Stephen FrostRemove unnecessairly duplicated gram.y productions
2017-04-27 Andres FreundDon't build full initial logical decoding snapshot...
2017-04-27 Andres FreundDon't use on-disk snapshots for exported logical decodi...
2017-04-27 Tom LaneAvoid slow shutdown of pg_basebackup.
2017-04-27 Fujii MasaoFix bug so logical rep launcher saves correctly time...
2017-04-27 Tom LaneCope with glibc too old to have epoll_create1().
2017-04-27 Andres FreundPreserve required !catalog tuples while computing initi...
2017-04-27 Tom LaneMake latch.c more paranoid about child-process cases.
2017-04-27 Bruce Momjiandoc: PG10 release note typo fix
2017-04-27 Bruce Momjiandoc PG10rel: adjust hash index commits and add parallel...
next