postgresql.git
2021-09-13 Michael PaquierRefactor the syslogger pipe protocol to use a bitmask...
2021-09-11 Tom LaneMake pg_regexec() robust against out-of-range search_start.
2021-09-10 Tom LaneFix some anomalies with NO SCROLL cursors.
2021-09-10 Noah MischUpdate src/test/kerberos to account for previous commit.
2021-09-10 Noah MischRevoke PUBLIC CREATE from public schema, now owned...
2021-09-09 Tom LaneAvoid fetching from an already-terminated plan.
2021-09-09 Fujii Masaopgbench: Stop counting skipped transactions as soon...
2021-09-09 Tom LaneCheck for relation length overrun soon enough.
2021-09-09 Fujii MasaoFix issue with WAL archiving in standby.
2021-09-09 Peter EisentrautFix _equalA_Const
2021-09-09 Peter EisentrautRemove Value node struct
2021-09-09 Peter EisentrautRemove useless casts
2021-09-09 Michael PaquierMake shared_memory_size a preset option
2021-09-08 Tom LaneAvoid useless malloc/free traffic around getFormattedTy...
2021-09-08 Tom LaneFix misleading comments about TOAST access macros.
2021-09-08 Tom LaneIn psql tab completion, offer spelled-out commands...
2021-09-08 Tom LaneFix rewriter to set hasModifyingCTE correctly on rewrit...
2021-09-08 Daniel GustafssonConsistently use "superuser" instead of "super user"
2021-09-08 Peter EisentrautFix typo
2021-09-08 Peter EisentrautDisable anonymous record hash support except in special...
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...
next