summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-09-08Fix incorrect format placeholdersPeter Eisentraut
2021-09-08Invalidate relcache for publications defined for all tables.Amit Kapila
2021-09-08Fix compilation warning in ipci.cMichael Paquier
2021-09-08Introduce GUC shared_memory_sizeMichael Paquier
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-09-07Consistently use read-only instead of "read only"Magnus Hagander
2021-09-07Fix missing words in comment.Heikki Linnakangas
2021-09-07Log new catalog xmin candidate in LogicalIncreaseXminForSlot().Amit Kapila
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-09-06Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations.Tom Lane
2021-09-06Fix typo in comments.Fujii Masao
2021-09-06Move the shared memory size calculation to its own functionMichael Paquier
2021-09-04Further portability tweaks for float4/float8 hash functions.Tom Lane
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-09-03Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane
2021-09-02In count_usable_fds(), duplicate stderr not stdin.Tom Lane
2021-09-02Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane
2021-09-02Enhance pg_stat_reset_single_table_counters function.Fujii Masao
2021-09-02Optimize fileset usage in apply worker.Amit Kapila
2021-09-01Identify simple column references in extended statisticsTomas Vondra
2021-09-01Fix incorrect format placeholdersPeter Eisentraut
2021-09-01VACUUM VERBOSE: Don't report "pages removed".Peter Geoghegan
2021-09-01Refactor one conversion of SQLSTATE to string in elog.cMichael Paquier
2021-08-31Remove obsolete nbtree relation extension comment.Peter Geoghegan
2021-08-31vacuumlazy.c: Correct prune state comment.Peter Geoghegan
2021-08-31Don't print extra parens around expressions in extended statsTomas Vondra
2021-08-31Remove unneeded old_rel_pages VACUUM state field.Peter Geoghegan
2021-08-31Fix lookup error in extended stats ownership checkTomas Vondra
2021-08-31Fix missed lock acquisition while inlining new-style SQL functions.Tom Lane
2021-08-30Report tuple address in data-corruption error messageAlvaro Herrera
2021-08-30Fix incorrect error code in StartupReplicationOrigin().Amit Kapila
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-08-29Doc: add a little about LACON execution to src/backend/regex/README.Tom Lane
2021-08-28Keep stats up to date for partitioned tablesAlvaro Herrera
2021-08-28Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch
2021-08-27Count SP-GiST index scans in pg_stat statistics.Tom Lane
2021-08-27Use maintenance_io_concurrency for ANALYZE prefetchStephen Frost
2021-08-27track_io_timing logging: Don't special case 0 ms.Peter Geoghegan
2021-08-27Reorder log_autovacuum_min_duration log output.Peter Geoghegan
2021-08-27vacuumlazy.c: Remove unnecessary parentheses.Peter Geoghegan
2021-08-27Handle interaction of regexp's makesearch and MATCHALL more honestly.Tom Lane
2021-08-27Add logical change details to logical replication worker errcontext.Amit Kapila
2021-08-26Fix handling of partitioned index in RelationGetNumberOfBlocksInFork()Peter Eisentraut
2021-08-25Remove redundant test.Tom Lane
2021-08-25Fix broken snapshot handling in parallel workers.Robert Haas
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-08-25Improve error message about valid value for distance in phrase operator.Fujii Masao
2021-08-24Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila