]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-04-23  Tom LaneRemove useless comment.
2019-04-23  Peter GeogheganPrevent O(N^2) unique index insertion edge case.
2019-04-23  Tom LaneAvoid order-of-execution problems with ALTER TABLE...
2019-04-23  Tom LaneDon't request pretty-printed output from xmlNodeDump().
2019-04-23  Michael PaquierFix detection of passwords hashed with MD5 or SCRAM...
2019-04-22  Andres FreundConvert gist to compute page level xid horizon on primary.
2019-04-22  Fujii MasaoFix documentation of pg_start_backup and pg_stop_backup...
2019-04-21  Tomas VondraFix mvdistinct and dependencies size calculations
2019-04-20  Bruce Momjiandocs: reorder collation regression test order in paragraph
2019-04-20  Stephen FrostGSSAPI: Improve documentation and tests
2019-04-19  Andres FreundFix slot type issue for fuzzy distance index scan over...
2019-04-19  Andres FreundFix two memory leaks around force-storing tuples in...
2019-04-19  Tom LaneFix problems with auto-held portals.
2019-04-19  Michael PaquierFix collection of typos and grammar mistakes in docs...
2019-04-19  Michael PaquierClean up some documentation for log_statement_sample_rate
2019-04-19  Michael PaquierRemove dependency to pageinspect in recovery tests
2019-04-19  Andres FreundFix potential use-after-free for BEFORE UPDATE row...
2019-04-18  Peter EisentrautFix handling of temp and unlogged tables in FOR ALL...
2019-04-18  Andres Freunddocs: correct typo-ed path to heapam_handler.c.
2019-04-18  Andres Freundpg_dump: Remove stray option parsing support for -o.
2019-04-18  Andres Freunddocs: cleanup/remove/update references to OID column.
2019-04-17  Alvaro HerreraTie loose ends in psql's new \dP command
2019-04-17  Alvaro Herrerapsql: display tablespace for partitioned indexes
2019-04-17  Bruce Momjianpostgresql.conf.sample: add proper defaults for includ...
2019-04-17  Bruce Momjiandocs: clarify pg_upgrade's recovery behavior
2019-04-17  Tom LaneFix unportable code in pgbench.
2019-04-17  Tom LaneFix assorted minor bogosity in GSSAPI transport error...
2019-04-17  Tom LaneMinor jsonpath fixes.
2019-04-17  Magnus HaganderReturn NULL for checksum failures if checksums are...
2019-04-17  Michael PaquierFix thinko introduced by 82a5649 in slot.c
2019-04-17  Michael PaquierSimplify some ERROR paths clearing wait events and...
2019-04-17  Michael PaquierRework handling of invalid indexes with REINDEX CONCURR...
2019-04-16  Fujii MasaoAdd index terms for reloptions in documentation.
2019-04-16  Peter EisentrautBetter scaling of images in HTML output
2019-04-16  Michael PaquierRemove duplicate assignment when initializing logical...
2019-04-16  Noah MischDon't write to stdin of a test process that could have...
2019-04-15  Tom LaneUse [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupport...
2019-04-15  Tomas VondraConvert pre-existing stats_ext tests to new style
2019-04-15  Tomas VondraFix pg_mcv_list deserialization
2019-04-15  Tom LaneFix failure with textual partition hash keys.
2019-04-15  Tom LaneAvoid possible regression test instability in timestamp...
2019-04-15  Alexander KorotkovFix division by zero in _bt_vacuum_needs_cleanup()
2019-04-15  Etsuro FujitaFix thinko in ExecCleanupTupleRouting().
2019-04-15  Peter EisentrautUnbreak index optimization for LIKE on bytea
2019-04-15  Michael PaquierFix SHOW ALL command for non-superusers with replicatio...
2019-04-15  Noah MischTest both 0.0.0.0 and 127.0.0.x addresses to find a...
2019-04-14  Michael PaquierSwitch TAP tests of pg_rewind to use non-superuser...
2019-04-14  Noah MischMSYS: Translate REGRESS_SHLIB to a Windows file name.
2019-04-13  Noah MischWhen Perl "kill(9, ...)" fails, try "pg_ctl kill".
2019-04-13  Tom LanePrevent memory leaks associated with relcache rd_partch...
2019-04-13  Noah MischConsistently test for in-use shared memory.
2019-04-13  Michael PaquierRevert "Switch TAP tests of pg_rewind to use a role...
2019-04-12  Magnus HaganderShow shared object statistics in pg_stat_database
2019-04-12  Peter EisentrautFix REINDEX CONCURRENTLY of partitions
2019-04-12  Thomas MunroFix GetNewTransactionId()'s interaction with xidVacLimit.
2019-04-12  Michael PaquierFix typos in reloptions.c
2019-04-12  Michael PaquierSwitch TAP tests of pg_rewind to use a role with minima...
2019-04-12  Michael PaquierFix more strcmp() calls using boolean-like comparisons...
2019-04-11  Tom LaneRe-order some regression test scripts for more parallelism.
2019-04-11  Tom LaneSpeed up sort-order-comparison tests in create_index_sp...
2019-04-11  Tom LaneSplit up a couple of long-running regression test scripts.
2019-04-11  Tom LaneMove plpgsql error-trapping tests to a new module-speci...
2019-04-11  Michael MeskesFix off-by-one check that can lead to a memory overflow...
2019-04-11  Tom LaneRemove duplicative polygon SP-GiST sequencing test.
2019-04-11  Bruce Momjiandoc: adjust libpq wording to be neither/nor
2019-04-11  Tom LaneRemove redundant and ineffective test for btree inserti...
2019-04-11  Alvaro HerreraFix declaration after statement
2019-04-10  Tom LaneFix backwards test in operator_precedence_warning logic.
2019-04-10  Peter Eisentrautpg_restore: Make not verbose by default
2019-04-10  Amit KapilaAvoid counting transaction stats for parallel worker...
2019-04-10  Thomas MunroImprove comment in sync.h.
2019-04-09  Thomas MunroFix typos.
2019-04-09  Tom LanePrevent inlining of multiply-referenced CTEs with outer...
2019-04-09  Alvaro HerreraFix typo
2019-04-09  Alvaro HerreraFix memory leak in pgbench
2019-04-09  Tom LaneTest some more cases with partitioned tables in EvalPla...
2019-04-09  Noah MischDefine WIN32_STACK_RLIMIT throughout win32 and cygwin...
2019-04-09  Peter EisentrautReplace tabs with spaces in one .sql file
2019-04-09  Heikki LinnakangasFix example in comment.
2019-04-09  Noah MischAvoid "could not reattach" by providing space for concu...
2019-04-08  Andres Freundtableam: comment and formatting fixes.
2019-04-08  Peter Eisentrautdoc: Fix whitespace
2019-04-08  Tom LaneFix improper interaction of FULL JOINs with lateral...
2019-04-08  Peter Eisentrautdoc: Update serial explanation
2019-04-08  Tom LaneFix EvalPlanQualStart to handle partitioned result...
2019-04-08  Peter Eisentrautdoc: Add note about generated columns in foreign tables
2019-04-08  Fujii MasaoAdd vacuum_truncate reloption.
2019-04-08  Michael PaquierTweak wording of documentation for pg_checksums
2019-04-08  Andres FreundReset memory context once per tuple in validateForeignK...
2019-04-08  Andres FreundFix a number of issues around modifying a previously...
2019-04-08  Michael PaquierAdd more tests for partition tuple routing with dropped...
2019-04-07  Tom LaneAvoid fetching past the end of the indoption array.
2019-04-07  Alvaro Herrerapsql \dP: list partitioned tables and indexes
2019-04-07  Tom LaneClean up side-effects of commits ab5fcf2b0 et al.
2019-04-07  Peter EisentrautReport progress of REINDEX operations
2019-04-07  Peter EisentrautCast pg_stat_progress_cluster.cluster_index_relid to oid
2019-04-06  Tom LaneAvoid Python memory leaks in hstore_plpython and jsonb_...
2019-04-06  Tom LaneFix failures in validateForeignKeyConstraint's slow...
2019-04-06  Michael PaquierAdd support TCP user timeout in libpq and the backend...
2019-04-05  Tom LaneUse Append rather than MergeAppend for scanning ordered...
next