postgresql.git
2017-10-27 Tom LaneDept of second thoughts: keep aliasp_item in sync with...
2017-10-27 Tom LaneFix crash when columns have been added to the end of...
2017-10-27 Tom LaneRethink the dependencies recorded for FieldSelect/Field...
2017-10-27 Robert HaasMove new structure member to the end.
2017-10-27 Tom LaneDoc: mention that you can't PREPARE TRANSACTION after...
2017-10-27 Robert HaasFix mistaken failure to allow parallelism in corner...
2017-10-26 Tom LaneMake setrefs.c match by ressortgroupref even for plain...
2017-10-26 Andrew DunstanImprove gendef.pl diagnostic on failure to open sym...
2017-10-26 Andrew DunstanUndo inadvertent change in capitalization in commit...
2017-10-26 Michael MeskesFixed handling of escape character in libecpg.
2017-10-25 Tom LaneFix libpq to not require user's home directory to exist.
2017-10-25 Andrew DunstanProcess variadic arguments consistently in json functions
2017-10-25 Andrew DunstanAdd a utility function to extract variadic function...
2017-10-24 Tom LaneIn the planner, delete joinaliasvars lists after we...
2017-10-23 Tom LaneUpdate time zone data files to tzdata release 2017c.
2017-10-23 Tom LaneSync our copy of the timezone library with IANA release...
2017-10-23 Tom LaneFix some oversights in expression dependency recording.
2017-10-22 Tom LaneAdjust psql \d query to avoid use of @> operator.
2017-10-20 Tom LaneFix typcache's failure to treat ranges as container...
2017-10-19 Tom LaneFix incorrect link in v10 release notes.
2017-10-19 Magnus HaganderFix typo
2017-10-19 Magnus HaganderFix typo in release notes
2017-10-18 Alvaro HerreraMake release notes aware that --xlog-method was renamed
2017-10-16 Tom LaneFix incorrect handling of CTEs and ENRs as DML target...
2017-10-16 Tom LaneRepair breakage of aggregate FILTER option.
2017-10-15 Tom LaneRestore nodeAgg.c's ability to check for improperly...
2017-10-13 Robert HaasFix possible crash with Parallel Bitmap Heap Scan.
2017-10-12 Tom LaneFix AggGetAggref() so it won't lie to aggregate final...
2017-10-12 Tom LaneDoc: fix typo in release notes.
2017-10-12 Alvaro HerreraInfer functional dependency past RelabelType
2017-10-12 Robert HaasFix logical replication to fire BEFORE ROW DELETE triggers.
2017-10-12 Tom LanePrevent sharing transition states between ordered-set...
2017-10-11 Andres FreundPrevent idle in transaction session timeout from someti...
2017-10-11 Tom LaneDoc: fix missing explanation of default object privileges.
2017-10-11 Robert HaasFix mistakes in comments.
2017-10-11 Tom LaneFix low-probability loss of NOTIFY messages due to...
2017-10-10 Tom LaneAdd missing clean step to src/test/modules/brin/Makefile.
2017-10-08 Tom LaneIncrease distance between flush requests during bulk...
2017-10-06 Tom LaneFix crash when logical decoding is invoked from a PL...
2017-10-06 Tom LaneFix intra-query memory leakage in nodeProjectSet.c.
2017-10-06 Tom LaneFix access-off-end-of-array in clog.c.
2017-10-06 Alvaro HerreraFix traversal of half-frozen update chains
2017-10-05 Robert HaasFix more user-visible elog() calls.
2017-10-03 Tom LaneFix race condition with unprotected use of a latch...
2017-10-03 Alvaro HerreraFix coding rules violations in walreceiver.c
2017-10-02 Tom LaneStamp 10.0. REL_10_0
2017-10-02 Peter EisentrautTranslation updates
2017-10-02 Peter EisentrautExpand collation documentation
2017-10-01 Tom LaneUpdate v10 release notes, and set the official release...
2017-10-01 Tom LaneUse a longer connection timeout in pg_isready test.
2017-10-01 Peter EisentrautAdd list of acknowledgments to release notes
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...
next