]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2019-04-05  Alvaro HerreraAdd facility to copy replication slots
2019-04-05  Thomas MunroWake up interested backends when a checkpoint fails.
2019-04-05  Robert HaasFix missing word.
2019-04-05  Tom LaneEnsure consistent name matching behavior in processSQLN...
2019-04-05  Andres Freundtable: docs: fix typos and grammar.
2019-04-05  Etsuro FujitaDoc: Update documentation on partitioning vs. foreign...
2019-04-05  Peter EisentrautFix compiler warning
2019-04-05  Noah MischRevert "Consistently test for in-use shared memory."
2019-04-05  Thomas MunroFix bugs in mdsyncfiletag().
2019-04-05  Stephen FrostHandle errors during GSSAPI startup better
2019-04-05  Michael PaquierFix some documentation in pg_rewind
2019-04-05  Andres FreundRemove unused struct member, enforce multi_insert callb...
2019-04-05  Andres FreundHarden tableam against nonexistant / wrong kind of...
2019-04-05  Peter GeogheganAdd test coverage for rootdescend verification.
2019-04-04  Andres Freundtableam: Add table_multi_insert() and revamp/speed...
2019-04-04  Tom LaneAdd a "SQLSTATE-only" error verbosity option to libpq...
2019-04-04  Alvaro Herrerapg_restore: Require "-f -" to mean stdout
2019-04-04  Tom LaneMake queries' locking of indexes more consistent.
2019-04-04  Robert HaasAllow VACUUM to be run with index cleanup disabled.
2019-04-04  Peter GeogheganInvalidate binary search bounds consistently.
2019-04-04  Stephen FrostMove the be_gssapi_get_* prototypes
2019-04-04  Thomas MunroRefactor the fsync queue for wider use.
2019-04-04  Peter Eisentrautfile_fdw: Fix for generated columns
2019-04-04  Noah MischSilence -Wimplicit-fallthrough in sysv_shmem.c.
2019-04-04  Noah MischMake src/test/recovery/t/017_shm.pl safe for concurrent...
2019-04-04  Michael PaquierImprove readability of some tests in strings.sql
2019-04-04  Andres Freundtableam: basic documentation.
2019-04-04  Noah MischAssert that pgwin32_signal_initialize() has been called...
2019-04-04  Noah MischHandle USE_MODULE_DB for all tests able to use an insta...
2019-04-04  Noah MischConsistently test for in-use shared memory.
2019-04-03  Tom LaneDoc: clarify partial-index example.
2019-04-03  Tomas VondraAdd SETTINGS option to EXPLAIN, to print modified settings.
2019-04-03  Alvaro HerreraTweak docs for log_statement_sample_rate
2019-04-03  Alvaro HerreraLog all statements from a sample of transactions
2019-04-03  Tom LaneRemove now-unnecessary thread pointer arguments in...
2019-04-03  Tomas VondraReduce overhead of pg_mcv_list (de)serialization
2019-04-03  Stephen FrostGSSAPI encryption support
2019-04-03  Alvaro HerreraCopy name when cloning FKs recurses to partitions
2019-04-03  Alvaro HerreraSupport foreign keys that reference partitioned tables
2019-04-03  Heikki LinnakangasGenerate less WAL during GiST, GIN and SP-GiST index...
2019-04-03  Alvaro HerreraCorrectly initialize newly added struct member
2019-04-02  Alvaro HerreraPrevent use of uninitialized variable
2019-04-02  Alvaro HerreraUpdate expected output for modified catalog definition
2019-04-02  Alvaro HerreraReport progress of CREATE INDEX operations
2019-04-02  Stephen FrostAdd support for partial TOAST decompression
next