summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-04Minor improvements for psql help output.Tom Lane
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-09-04Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.Tom Lane
2021-09-03Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane
2021-09-03Set the volatility of the timestamptz version of date_bin() back to immutableJohn Naylor
2021-09-03Fix portability issue in tests from commit ce773f230.Tom Lane
2021-09-03Make pkg-config files cross-compile friendlyPeter Eisentraut
2021-09-03Fix pkg-config files for static linkingPeter Eisentraut
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-02Remove superfluous variable assignmentDaniel Gustafsson
2021-09-02Enhance pg_stat_reset_single_table_counters function.Fujii Masao
2021-09-02Optimize fileset usage in apply worker.Amit Kapila
2021-09-02Use COPY FREEZE in pgbench for faster benchmark table population.Tatsuo Ishii
2021-09-01Identify simple column references in extended statisticsTomas Vondra
2021-09-01Improve tab-completion for CREATE PUBLICATION.Fujii Masao
2021-09-01Fix incorrect format placeholdersPeter Eisentraut
2021-09-01pgbench: Fix bug in measurement of disconnection delays.Fujii Masao
2021-09-01Fix the random test failure in 001_rep_changes.Amit Kapila
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-09-01Add PostgresNode::command_fails_like()Michael 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-31Mark the timestamptz variant of date_bin() as stableJohn Naylor
2021-08-31In pg_dump, avoid doing per-table queries for RLS policies.Tom Lane
2021-08-31Cache the results of format_type() queries in pg_dump.Tom Lane
2021-08-31Rename the role in stats_ext to have regress_ prefixTomas Vondra
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-31Prohibit map and grep in void contextDaniel Gustafsson
2021-08-31Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psqlMichael Paquier
2021-08-31Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackupMichael Paquier
2021-08-30Report tuple address in data-corruption error messageAlvaro Herrera
2021-08-30psql: Fix name quoting on extended statisticsAlvaro Herrera
2021-08-30pgbench: Avoid unnecessary measurement of connection delays.Fujii Masao
2021-08-30Fix incorrect error code in StartupReplicationOrigin().Amit Kapila
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-08-30Add more tab completion support for ALTER TABLE ADD in psqlMichael Paquier
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-28psql \dX: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-08-28psql \dP: reference regclass with "pg_catalog." prefixAlvaro 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