]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-11-11  Peter EisentrautFix some stray whitespace in parser files
2020-11-11  Magnus HaganderRemove line missed in previous commit
2020-11-11  Magnus HaganderRemove vacuumdb --analyze-in-stages from pg_upgrade...
2020-11-11  Peter EisentrautAdd pg_nodiscard decorations to some functions
2020-11-11  Peter EisentrautAdd pg_nodiscard function declaration specifier
2020-11-11  Peter EisentrautFix cases of discarding result from list API functions
2020-11-11  Tom LaneFix and simplify some usages of TimestampDifference().
2020-11-11  Bruce Momjiandoc: fix spelling "connction" to "connection"
2020-11-10  Tom LaneWork around cross-version-upgrade issues created by...
2020-11-10  Heikki Linnakangaspg_rewind: Fix thinko in parsing target WAL.
2020-11-10  Magnus HaganderFix out of date comment
2020-11-10  Magnus HaganderRemove -o option to postmaster
2020-11-10  Andres Freundjit: Add support for LLVM 12.
2020-11-09  Tom LaneDoc: clarify data type behavior of COALESCE and NULLIF.
2020-11-09  Peter GeogheganRemove ineffective heapam CHECK_FOR_INTERRUPTS().
2020-11-09  Noah MischIgnore attempts to \gset into specially treated variables.
2020-11-09  Noah MischIn security-restricted operations, block enqueue of...
2020-11-09  Magnus HaganderRemove analyze_new_cluster script from pg_upgrade
2020-11-09  Magnus HaganderRemove incorrect %s in string
2020-11-09  Fujii Masaodoc: Add note about pg_settings and customized options...
2020-11-09  Thomas MunroFix parsePGArray() error checking in pg_dump.
2020-11-08  Tom LaneIn INSERT/UPDATE, use the table's real tuple descriptor...
2020-11-08  Thomas MunroFix assertion in collation version lookup.
2020-11-08  Peter EisentrautFix test for error message change
2020-11-08  Peter GeogheganImprove nbtree README's LP_DEAD section.
2020-11-07  Alvaro HerreraMessage style improvements
2020-11-07  Peter EisentrautFix redundant error messages in client tools
2020-11-07  Tom LaneAvoid re-using output variables in new ecpg test case.
2020-11-07  Tom LaneFix ecpg's mishandling of B'...' and X'...' literals.
2020-11-07  Peter EisentrautMove catalog index declarations
2020-11-07  Peter EisentrautMove catalog toast table declarations
2020-11-07  Alvaro HerreraPlug memory leak in index_get_partition
2020-11-07  Michael PaquierAdd GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_di...
2020-11-07  Michael PaquierFix minor issues with new unicode {de,re}composition...
2020-11-06  Tomas VondraProperly detoast data in brin_form_tuple
2020-11-06  Tom LaneRevert "Accept relations of any kind in LOCK TABLE".
2020-11-06  Tom LaneRevert "pg_dump: Lock all relations, not just plain...
2020-11-06  Fujii Masaopg_prewarm: make autoprewarm leader use standard SIGHUP...
2020-11-06  Magnus HaganderAdd pg_strong_random_init function to initialize random...
2020-11-06  Amit KapilaUse strlcpy instead of memcpy for copying the slot...
2020-11-05  Peter GeogheganFix wal_consistency_checking nbtree bug.
2020-11-05  Tom LaneDon't throw an error for LOCK TABLE on a self-referenti...
2020-11-05  Peter GeogheganFix nbtree cleanup-only VACUUM stats inaccuracies.
2020-11-05  Thomas MunroFix unlinking of SLRU segments.
2020-11-04  Tom LaneRemove underflow error in float division with infinite...
2020-11-04  Tom LaneDeclare assorted array functions using anycompatible...
2020-11-04  Tom LaneDeclare lead() and lag() using anycompatible not anyele...
2020-11-04  Tom LaneImprove our ability to regurgitate SQL-syntax function...
2020-11-04  Tom LaneRemove useless entries for aggregate functions from...
2020-11-04  Fujii MasaoFix segmentation fault that commit ac22929a26 caused.
2020-11-04  Peter EisentrautEnable hash partitioning of text arrays
2020-11-04  Heikki Linnakangaspg_rewind: Refactor the abstraction to fetch from local...
2020-11-04  Heikki Linnakangaspg_rewind: Replace the hybrid list+array data structure...
2020-11-04  Heikki LinnakangasRefactor pg_rewind for more clear decision making.
2020-11-04  Heikki Linnakangaspg_rewind: Move syncTargetDirectory() to file_ops.c
2020-11-04  Fujii MasaoGet rid of the dedicated latch for signaling the startu...
2020-11-04  Fujii MasaoUse standard SIGHUP handler in syslogger.
2020-11-04  Thomas MunroTolerate version lookup failure for old style Windows...
2020-11-04  Michael PaquierRevert pg_relation_check_pages()
2020-11-03  Tomas VondraUse INT64_FORMAT to print int64 variables in sort debug
2020-11-03  Tomas VondraFix get_useful_pathkeys_for_relation for volatile expre...
2020-11-03  Tom LaneGuard against core dump from uninitialized subplan.
2020-11-03  Tom LaneImprove error messages around REPLICATION and BYPASSRLS...
2020-11-03  Tom LaneAllow users with BYPASSRLS to alter their own passwords.
2020-11-03  Peter EisentrautDisallow ALTER TABLE ONLY / DROP EXPRESSION
2020-11-03  Peter EisentrautRemove deprecated containment operators for built-in...
2020-11-03  Magnus HaganderUse the non-deprecated TG_TABLE_MAME in test trigger
2020-11-03  Magnus HaganderImprove error handling in backend OpenSSL implementation
2020-11-03  Magnus HaganderUse be_tls_* API for SSL information in sslinfo
2020-11-03  Peter EisentrautRemove use of deprecated containment operators in tests
2020-11-03  Amit KapilaFix typos.
2020-11-03  Tom LaneFix unportable use of getnameinfo() in pg_hba_file_rule...
2020-11-02  Tom LaneRemove special checks for pg_rewrite.ev_qual and ev_act...
2020-11-02  Tom LaneRethink the generation rule for fmgroids.h macros.
2020-11-02  Tom LaneSecond thoughts on TOAST decompression.
2020-11-02  Peter EisentrautUse PG_GETARG_TRANSACTIONID where appropriate
2020-11-02  Magnus HaganderClarify temporary table name shadowing in CREATE TABLE...
2020-11-02  Thomas MunroTrack collation versions for indexes.
2020-11-02  Thomas MunroAdd pg_depend.refobjversion.
2020-11-02  Thomas MunroRemove pg_collation.collversion.
2020-11-02  Heikki Linnakangasdoc: Mention UNION/ORDER BY etc. keywords in section...
2020-11-02  David RowleyFix unstable partition_prune regression tests
2020-11-02  Michael PaquierFix some grammar and typos in comments and docs
2020-11-02  Amit KapilaUse Enum for top level logical replication message...
2020-11-02  David RowleyAllow run-time pruning on nested Append/MergeAppend...
2020-11-01  Tom LaneFix two issues in TOAST decompression.
2020-11-01  Tom LaneAvoid null pointer dereference if error result lacks...
2020-11-01  Michael PaquierPreserve index data in pg_statistic across REINDEX...
2020-11-01  Michael PaquierAdd error code for encryption failure in pgcrypto
2020-10-31  Noah MischSet debug_query_string in worker_spi.
2020-10-31  Noah MischReproduce debug_query_string==NULL on parallel workers.
2020-10-30  Tom LaneFix assertion failure in check_new_partition_bound().
2020-10-30  Heikki LinnakangasFix missing validation for the new GiST sortsupport...
2020-10-30  Tom LaneDoc: clarify description for pg_constraint.convalidated.
2020-10-29  Tom LaneStabilize timetz test across DST transitions.
2020-10-29  Tom LaneDon't use custom OID symbols in pg_type.dat, either.
2020-10-29  Andres FreundFix wrong data table horizon computation during backend...
2020-10-29  Amit KapilaTrack statistics for streaming of changes from ReorderB...
2020-10-29  Andres FreundCentralize horizon determination for temp tables, fixin...
2020-10-29  Michael PaquierFix incorrect placement of pfree() in pg_relation_check...
next