aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Fix incorrect format placeholdersPeter Eisentraut2021-09-08
* Invalidate relcache for publications defined for all tables.Amit Kapila2021-09-08
* Fix compilation warning in ipci.cMichael Paquier2021-09-08
* Introduce GUC shared_memory_sizeMichael Paquier2021-09-08
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Consistently use read-only instead of "read only"Magnus Hagander2021-09-07
* windows: Only consider us to be running as service if stderr is invalid.Andres Freund2021-09-07
* Fix missing words in comment.Heikki Linnakangas2021-09-07
* Log new catalog xmin candidate in LogicalIncreaseXminForSlot().Amit Kapila2021-09-07
* Further fix psql query-cancel test.Tom Lane2021-09-06
* AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.Noah Misch2021-09-06
* Add PublicationTable and PublicationRelInfo structsAlvaro Herrera2021-09-06
* Fix actively-misleading comments about the contents of struct pg_tm.Tom Lane2021-09-06
* Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations.Tom Lane2021-09-06
* Fix typo in comments.Fujii Masao2021-09-06
* Improve fix pkg-config files for static linkingPeter Eisentraut2021-09-06
* Move the shared memory size calculation to its own functionMichael Paquier2021-09-06
* Remove some unused variables in TAP testsMichael Paquier2021-09-06
* Further portability tweaks for float4/float8 hash functions.Tom Lane2021-09-04
* Minor improvements for psql help output.Tom Lane2021-09-04
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.Tom Lane2021-09-03
* Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane2021-09-03
* Set the volatility of the timestamptz version of date_bin() back to immutableJohn Naylor2021-09-03
* Fix portability issue in tests from commit ce773f230.Tom Lane2021-09-03
* Make pkg-config files cross-compile friendlyPeter Eisentraut2021-09-03
* Fix pkg-config files for static linkingPeter Eisentraut2021-09-03
* In count_usable_fds(), duplicate stderr not stdin.Tom Lane2021-09-02
* Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane2021-09-02
* Remove superfluous variable assignmentDaniel Gustafsson2021-09-02
* Enhance pg_stat_reset_single_table_counters function.Fujii Masao2021-09-02
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Use COPY FREEZE in pgbench for faster benchmark table population.Tatsuo Ishii2021-09-02
* Identify simple column references in extended statisticsTomas Vondra2021-09-01
* Improve tab-completion for CREATE PUBLICATION.Fujii Masao2021-09-01
* Fix incorrect format placeholdersPeter Eisentraut2021-09-01
* pgbench: Fix bug in measurement of disconnection delays.Fujii Masao2021-09-01
* Fix the random test failure in 001_rep_changes.Amit Kapila2021-09-01
* VACUUM VERBOSE: Don't report "pages removed".Peter Geoghegan2021-08-31
* Refactor one conversion of SQLSTATE to string in elog.cMichael Paquier2021-09-01
* Add PostgresNode::command_fails_like()Michael Paquier2021-09-01
* Remove obsolete nbtree relation extension comment.Peter Geoghegan2021-08-31
* vacuumlazy.c: Correct prune state comment.Peter Geoghegan2021-08-31
* Don't print extra parens around expressions in extended statsTomas Vondra2021-09-01
* Remove unneeded old_rel_pages VACUUM state field.Peter Geoghegan2021-08-31
* Mark the timestamptz variant of date_bin() as stableJohn Naylor2021-08-31
* In pg_dump, avoid doing per-table queries for RLS policies.Tom Lane2021-08-31
* Cache the results of format_type() queries in pg_dump.Tom Lane2021-08-31
* Rename the role in stats_ext to have regress_ prefixTomas Vondra2021-08-31