summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-07windows: Only consider us to be running as service if stderr is invalid.Andres Freund
2021-09-07Fix missing words in comment.Heikki Linnakangas
2021-09-07Log new catalog xmin candidate in LogicalIncreaseXminForSlot().Amit Kapila
2021-09-06Further fix psql query-cancel test.Tom Lane
2021-09-06AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.Noah Misch
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-09-06Fix actively-misleading comments about the contents of struct pg_tm.Tom Lane
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-06Improve fix pkg-config files for static linkingPeter Eisentraut
2021-09-06Move the shared memory size calculation to its own functionMichael Paquier
2021-09-06Remove some unused variables in TAP testsMichael Paquier
2021-09-04Further portability tweaks for float4/float8 hash functions.Tom Lane
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