]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-10-01 Heikki LinnakangasFix busy-wait in pgbench, with --rate.
2017-09-29 Tom LaneFix inadequate locking during get_rel_oids().
2017-09-29 Robert Haaspgbench: If we fail to send a command to the server...
2017-09-29 Peter Eisentrautpsql: Update \d sequence display
2017-09-28 Alvaro HerreraFix freezing of a dead HOT-updated tuple
2017-09-27 Tom LaneFix behavior when converting a float infinity to numeric.
2017-09-27 Tom LaneRevert to 9.6 treatment of ALTER TYPE enumtype ADD...
2017-09-27 Dean RasheedImprove the CREATE POLICY documentation.
2017-09-27 Noah MischDon't recommend "DROP SCHEMA information_schema CASCADE".
2017-09-26 Tom LaneImprove wording of error message added in commit 714805010.
2017-09-26 Tom LaneFix failure-to-read-man-page in commit 899bd785c.
2017-09-26 Tom LaneRemove heuristic same-transaction test from check_safe_...
2017-09-26 Tom LaneUse a blacklist to distinguish original from add-on...
2017-09-26 Peter EisentrautHandle heap rewrites better in logical replication
2017-09-25 Tom LaneAvoid SIGBUS on Linux when a DSM memory request overrun...
2017-09-25 Andrew DunstanSupport building with Visual Studio 2017
2017-09-24 Peter EisentrautAllow ICU to use SortSupport on Windows with UTF-8
2017-09-24 Peter Eisentrautdoc: Expand user documentation on SCRAM
2017-09-24 Peter EisentrautFix pg_basebackup test to original intent
2017-09-23 Peter EisentrautFix saving and restoring umask
2017-09-23 Alvaro HerreraTest BRIN autosummarization
2017-09-22 Peter Eisentrautdoc: Document commands that cannot be run in a transact...
2017-09-22 Robert HaasFor wal_consistency_checking, mask page checksum as...
2017-09-22 Peter EisentrautFix build with !USE_WIDE_UPPER_LOWER
2017-09-22 Alvaro HerreraDocument further existing locks as wait events
2017-09-22 Tom LaneSync our copy of the timezone library with IANA tzcode...
2017-09-21 Tom LaneGive a better error for duplicate entries in VACUUM...
2017-09-20 Tom LaneImprove dubious memory management in pg_newlocale_from_...
2017-09-20 Tom LaneFix instability in subscription regression test.
2017-09-20 Tom LaneFix erroneous documentation about noise word GROUP.
2017-09-20 Bruce Momjiandocs: re-add instructions on setting wal_level for...
2017-09-20 Magnus HaganderMention need for --no-inc-recursive in rsync command
2017-09-19 Bruce Momjiandoc: add example of % substitution for connection...
2017-09-18 Tom LaneStamp 10rc1. REL_10_RC1
2017-09-18 Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-18 Tom LaneFix, or at least ameliorate, bugs in logicalrep_worker_...
2017-09-18 Peter EisentrautUpdate some dead external links in the documentation
2017-09-18 Peter EisentrautRemove dead external links from documentation
2017-09-18 Peter EisentrautTranslation updates
2017-09-18 Peter EisentrautFix DROP SUBSCRIPTION hang
2017-09-17 Tom LaneDoc: update v10 release notes through today.
2017-09-17 Tom LaneAllow rel_is_distinct_for() to look through RelabelType...
2017-09-17 Tom LaneFix possible dangling pointer dereference in trigger.c.
2017-09-17 Tom LaneEnsure that BEFORE STATEMENT triggers fire the right...
2017-09-16 Tom LaneDoc: add example of transition table use in a trigger.
2017-09-16 Tom LaneFix SQL-spec incompatibilities in new transition table...
2017-09-16 Bruce Momjiandocs: clarify pg_upgrade docs regarding standbys and...
2017-09-16 Robert HaasAfter a MINVALUE/MAXVALUE bound, allow only more of...
2017-09-15 Peter EisentrautApply pg_get_serial_sequence() to identity column seque...
2017-09-14 Robert HaasAdd missing tags to GetCommandLogLevel.
2017-09-14 Robert HaasFix inconsistent capitalization.
2017-09-14 Robert HaasSet partitioned_rels appropriately when UNION ALL is...
2017-09-14 Andres FreundProperly check interrupts in execScan.c.
2017-09-14 Stephen FrostFix ordering in pg_dump of GRANTs
2017-09-13 Michael MeskesChanged order of statements and added an additiona...
2017-09-13 Michael MeskesMake setlocale in ECPG test cases thread aware on Windows.
2017-09-13 Peter Eisentrautdoc: Remove incorrect SCRAM protocol documentation
2017-09-13 Bruce Momjiandocs: adjust "link mode" mention in pg_upgrade streami...
2017-09-13 Bruce Momjiandocs: improve pg_upgrade standby instructions
2017-09-13 Peter EisentrautImprove error message in WAL sender
2017-09-12 Bruce Momjiandocs: improve pg_upgrade rsync instructions
2017-09-12 Tom LaneFix RecursiveCopy.pm to cope with disappearing files.
2017-09-11 Bruce MomjianPG 10 release notes: change trigger transition tables
2017-09-11 Bruce MomjianPG 10 release notes: update PL/Tcl functions item
2017-09-11 Peter EisentrautTranslation updates
2017-09-11 Peter EisentrautMessage style fixes
2017-09-10 Tom LaneQuick-hack fix for foreign key cascade vs triggers...
2017-09-09 Peter Eisentrautpg_upgrade: Message style fixes
2017-09-08 Tom LaneFix uninitialized-variable bug.
2017-09-08 Tom LaneDoc: update v10 release notes through today.
2017-09-08 Tom LaneRemove mention of password_encryption = plain in postgr...
2017-09-07 Robert HaasEven if some partitions are foreign, allow tuple routing.
2017-09-06 Tom LaneAdd psql variables showing server version and psql...
2017-09-06 Tom LaneClean up handling of dropped columns in NAMEDTUPLESTORE...
2017-09-05 Tom LaneFix psql's --help=commands output line count.
2017-09-05 Alvaro HerreraCorrect base backup throttling
2017-09-04 Alvaro HerreraFix translatable string
2017-09-03 Tom LaneFix macro-redefinition warning on MSVC.
2017-09-02 Peter Eisentrautdoc: Fix typos and other minor issues
2017-09-01 Tom LaneImprove division of labor between execParallel.c and...
2017-09-01 Tom LaneMake [U]INT64CONST safe for use in #if conditions.
2017-09-01 Tom LaneEnsure SIZE_MAX can be used throughout our code.
2017-09-01 Alvaro HerreraFix two-phase commit test for recovery mode
2017-09-01 Alvaro HerreraRestore behavior for replication origin drop
2017-09-01 Simon RiggsAvoid race condition in logical replication test
2017-09-01 Simon RiggsProvisional list of Major Features
2017-09-01 Alvaro HerreraAdd a WAIT option to DROP_REPLICATION_SLOT
2017-09-01 Simon RiggsAdd note about diskspace usage of pg_commit_ts
2017-08-31 Tom LaneAvoid memory leaks when a GatherMerge node is rescanned.
2017-08-31 Tom LaneClean up shm_mq cleanup.
2017-08-31 Tom LaneImprove code coverage of select_parallel test.
2017-08-30 Tom LaneCode review for nodeGatherMerge.c.
2017-08-30 Tom LaneSeparate reinitialization of shared parallel-scan state...
2017-08-30 Tom LaneRestore test case from a2b70c89ca1a5fcf6181d3c777d82e7b...
2017-08-30 Tom LaneForce rescanning of parallel-aware scan nodes below...
2017-08-29 Peter Eisentrautdoc: Avoid sidebar element
2017-08-29 Tom LaneDoc: document libpq's restriction to INT_MAX rows in...
2017-08-29 Tom LaneTeach libpq to detect integer overflow in the row count...
2017-08-29 Tom LaneImprove docs about numeric formatting patterns (to_char...
2017-08-28 Tom LaneStamp 10beta4. REL_10_BETA4
next