]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-09-08  Fujii Masaopostgres_fdw: Revert unstable tests for postgres_fdw...
2021-09-08  Peter EisentrautFix incorrect format placeholders
2021-09-08  Amit KapilaInvalidate relcache for publications defined for all...
2021-09-08  Michael PaquierFix compilation warning in ipci.c
2021-09-08  Michael PaquierIntroduce GUC shared_memory_size
2021-09-08  Michael PaquierClean up some code using "(expr) ? true : false"
2021-09-07  Magnus HaganderConsistently use read-only instead of "read only"
2021-09-07  Andres Freundwindows: Only consider us to be running as service...
2021-09-07  Heikki LinnakangasFix missing words in comment.
2021-09-07  Fujii Masaopostgres_fdw: Allow application_name of remote connecti...
2021-09-07  Amit KapilaLog new catalog xmin candidate in LogicalIncreaseXminFo...
2021-09-06  Tom LaneFurther fix psql query-cancel test.
2021-09-06  Noah MischAIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.
2021-09-06  Alvaro HerreraAdd PublicationTable and PublicationRelInfo structs
2021-09-06  Tom LaneFix actively-misleading comments about the contents...
2021-09-06  Tom LaneMake timetz_zone() stable, and correct a bug for DYNTZ...
2021-09-06  Fujii MasaoFix typo in comments.
2021-09-06  Peter EisentrautImprove fix pkg-config files for static linking
2021-09-06  Michael PaquierMove the shared memory size calculation to its own...
2021-09-06  Michael PaquierRemove some unused variables in TAP tests
2021-09-04  Tom LaneFurther portability tweaks for float4/float8 hash funct...
2021-09-04  Tom LaneMinor improvements for psql help output.
2021-09-04  Alvaro HerreraRevert "Avoid creating archive status ".ready" files...
2021-09-04  Tom LaneRemove arbitrary MAXPGPATH limit on command lengths...
2021-09-03  Tom LaneDisallow creating an ICU collation if the DB encoding...
2021-09-03  John NaylorSet the volatility of the timestamptz version of date_b...
2021-09-03  Tom LaneFix portability issue in tests from commit ce773f230.
2021-09-03  Peter EisentrautMake pkg-config files cross-compile friendly
2021-09-03  Peter EisentrautFix pkg-config files for static linking
2021-09-02  Tom LaneIn count_usable_fds(), duplicate stderr not stdin.
2021-09-02  Tom LaneFix float4/float8 hash functions to produce uniform...
2021-09-02  Daniel GustafssonRemove superfluous variable assignment
2021-09-02  Fujii MasaoEnhance pg_stat_reset_single_table_counters function.
2021-09-02  Amit KapilaOptimize fileset usage in apply worker.
2021-09-02  Michael Paquierdoc: Replace some uses of "which" by "that" in parallel...
2021-09-02  Tatsuo IshiiUse COPY FREEZE in pgbench for faster benchmark table...
2021-09-01  Tom LaneDoc: clarify how triggers relate to transactions.
2021-09-01  Tom LaneRefactor postgresImportForeignSchema to avoid code...
2021-09-01  Tomas VondraIdentify simple column references in extended statistics
2021-09-01  Fujii MasaoImprove tab-completion for CREATE PUBLICATION.
2021-09-01  Peter EisentrautFix incorrect format placeholders
2021-09-01  Fujii Masaopgbench: Fix bug in measurement of disconnection delays.
2021-09-01  Amit KapilaFix the random test failure in 001_rep_changes.
2021-09-01  Peter GeogheganVACUUM VERBOSE: Don't report "pages removed".
2021-09-01  Michael PaquierRefactor one conversion of SQLSTATE to string in elog.c
2021-09-01  Michael PaquierAdd PostgresNode::command_fails_like()
2021-08-31  Peter GeogheganRemove obsolete nbtree relation extension comment.
2021-08-31  Peter Geogheganvacuumlazy.c: Correct prune state comment.
2021-08-31  Tomas VondraDon't print extra parens around expressions in extended...
2021-08-31  Peter GeogheganRemove unneeded old_rel_pages VACUUM state field.
2021-08-31  Peter GeogheganAdd historic commit to git-blame-ignore-revs file.
2021-08-31  John NaylorMark the timestamptz variant of date_bin() as stable
2021-08-31  Tom LaneIn pg_dump, avoid doing per-table queries for RLS policies.
2021-08-31  Tom LaneCache the results of format_type() queries in pg_dump.
2021-08-31  Tomas VondraRename the role in stats_ext to have regress_ prefix
2021-08-31  Tomas VondraFix lookup error in extended stats ownership check
2021-08-31  Tom LaneFix missed lock acquisition while inlining new-style...
2021-08-31  Daniel GustafssonProhibit map and grep in void context
2021-08-31  Michael PaquierAdd tab completion for data types after ALTER TABLE...
2021-08-31  Michael PaquierRefactor one use of IDENTIFY_SYSTEM in WAL streaming...
2021-08-30  Alvaro HerreraReport tuple address in data-corruption error message
2021-08-30  Alvaro Herrerapsql: Fix name quoting on extended statistics
2021-08-30  Fujii Masaopgbench: Avoid unnecessary measurement of connection...
2021-08-30  Amit KapilaFix incorrect error code in StartupReplicationOrigin().
2021-08-30  Amit KapilaRefactor sharedfileset.c to separate out fileset implem...
2021-08-30  Michael PaquierAdd more tab completion support for ALTER TABLE ADD...
2021-08-29  Tom LaneDoc: add a little about LACON execution to src/backend...
2021-08-28  Alvaro HerreraKeep stats up to date for partitioned tables
2021-08-28  Alvaro Herrerapsql \dX: reference regclass with "pg_catalog." prefix
2021-08-28  Alvaro Herrerapsql \dP: reference regclass with "pg_catalog." prefix
2021-08-28  Noah MischFix data loss in wal_level=minimal crash recovery of...
2021-08-27  Tom LaneCount SP-GiST index scans in pg_stat statistics.
2021-08-27  Stephen FrostUse maintenance_io_concurrency for ANALYZE prefetch
2021-08-27  Stephen Frostdocs: Add command tags for SQL commands
2021-08-27  Daniel Gustafssondocs: clarify bgw_restart_time documentation
2021-08-27  Peter Geoghegantrack_io_timing logging: Don't special case 0 ms.
2021-08-27  Peter GeogheganReorder log_autovacuum_min_duration log output.
2021-08-27  Peter Geogheganvacuumlazy.c: Remove unnecessary parentheses.
2021-08-27  Peter EisentrautChange Texinfo output to UTF-8
2021-08-27  Tom LaneHandle interaction of regexp's makesearch and MATCHALL...
2021-08-27  Daniel GustafssonAvoid invoking PQfnumber in loop constructs
2021-08-27  Amit KapilaAdd logical change details to logical replication worke...
2021-08-27  Peter Geoghegancontrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().
2021-08-26  John NaylorExtend collection of Unicode combining characters to...
2021-08-26  John NaylorUpdate display widths as part of updating Unicode
2021-08-26  John NaylorRevert "Rename unicode_combining_table to unicode_width...
2021-08-26  John NaylorRevert "Change mbbisearch to return the character range"
2021-08-26  Peter EisentrautFix handling of partitioned index in RelationGetNumberO...
2021-08-25  John NaylorChange mbbisearch to return the character range
2021-08-25  John NaylorRename unicode_combining_table to unicode_width_table
2021-08-25  Tom LaneRemove redundant test.
2021-08-25  Robert HaasFix broken snapshot handling in parallel workers.
2021-08-25  Peter Eisentrautpsql: Make cancel test more timing robust
2021-08-25  Peter EisentrautFix typo
2021-08-25  Michael PaquierFix incorrect merge in ECPG code with DECLARE
2021-08-25  Amit KapilaFix toast rewrites in logical decoding.
2021-08-25  Etsuro FujitaDoc: Tweak function prototype indentation for consistency.
2021-08-25  Michael PaquierAdd tab completion for EXPLAIN .. EXECUTE in psql
2021-08-25  Fujii MasaoAvoid using ambiguous word "positive" in error message.
2021-08-25  Fujii MasaoImprove error message about valid value for distance...
next