aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix typo in indexcmds.cMichael Paquier2020-03-18
* Assert that we don't acquire a heavyweight lock on another object afterAmit Kapila2020-03-18
* nbtree: Remove useless local variables.Peter Geoghegan2020-03-17
* Don't use EV_CLEAR for kqueue events.Thomas Munro2020-03-18
* Fix kqueue support under debugger on macOS.Thomas Munro2020-03-18
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-17
* Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.Tom Lane2020-03-17
* Remove logical_read_local_xlog_pageAlvaro Herrera2020-03-17
* Fix consistency issues with replication slot copyAlvaro Herrera2020-03-17
* Remove bogus assertion about polymorphic SQL function result.Tom Lane2020-03-17
* Fix comment in xlog.c.Fujii Masao2020-03-17
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-16
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* nbtree: Fix obsolete _bt_search() comment.Peter Geoghegan2020-03-16
* nbtree: Pass down MAXALIGN()'d itemsz for new item.Peter Geoghegan2020-03-16
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-16
* nbtree: Reorder nbtinsert.c prototypes.Peter Geoghegan2020-03-15
* Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut2020-03-15
* Rearrange pseudotypes.c to get rid of duplicative code.Tom Lane2020-03-14
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra2020-03-14
* Use functional dependencies to estimate ScalarArrayOpExprTomas Vondra2020-03-14
* Remove am_syslogger global variablePeter Eisentraut2020-03-13
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane2020-03-11
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Clean up order in miscinit.c a bitPeter Eisentraut2020-03-11
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* nbtree: Move fastpath NULL descent stack assertion.Peter Geoghegan2020-03-10
* Marginal comments and docs cleanup.Tom Lane2020-03-10
* nbtree: Demote minus infinity "can't happen" error.Peter Geoghegan2020-03-10
* Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.Tom Lane2020-03-10
* Preserve integer and float values accurately in (de)serialize_deflist.Tom Lane2020-03-10
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-10
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Prevent reindex of invalid indexes on TOAST tablesMichael Paquier2020-03-10
* Tidy up XLogSource code in xlog.c.Fujii Masao2020-03-10
* Introduce LogicalTapeSetExtend().Jeff Davis2020-03-09
* Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao2020-03-10
* Add tg_updatedcols to TriggerDataPeter Eisentraut2020-03-09
* Code simplificationPeter Eisentraut2020-03-09
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.Fujii Masao2020-03-09
* Simplify/speed up assertion cross-check in ginCompressPostingList().Tom Lane2020-03-07
* Fix typoPeter Eisentraut2020-03-07
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-06