summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-09-13Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier
2021-09-11Make pg_regexec() robust against out-of-range search_start.Tom Lane
2021-09-10Fix some anomalies with NO SCROLL cursors.Tom Lane
2021-09-09Avoid fetching from an already-terminated plan.Tom Lane
2021-09-09Check for relation length overrun soon enough.Tom Lane
2021-09-09Fix issue with WAL archiving in standby.Fujii Masao
2021-09-09Fix _equalA_ConstPeter Eisentraut
2021-09-09Remove Value node structPeter Eisentraut
2021-09-09Remove useless castsPeter Eisentraut
2021-09-09Make shared_memory_size a preset optionMichael Paquier
2021-09-08Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane
2021-09-08Consistently use "superuser" instead of "super user"Daniel Gustafsson
2021-09-08Fix typoPeter Eisentraut
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
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