aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* Add WRITE_INDEX_ARRAYPeter Eisentraut2021-09-14
* Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELDPeter Eisentraut2021-09-14
* Remove T_ExprPeter Eisentraut2021-09-14
* jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund2021-09-13
* Remove code duplication for permission checks with replication slotsMichael Paquier2021-09-14
* Clear conn->errorMessage at successful completion of PQconnectdb().Tom Lane2021-09-13
* Fix EXIT out of outermost block in plpgsql.Tom Lane2021-09-13
* Fix reorder buffer memory accounting for toast changes.Amit Kapila2021-09-13
* Fix error handling with threads on OOM in ECPG connection logicMichael Paquier2021-09-13
* Add regression tests for csvlog with the logging collectorMichael Paquier2021-09-13
* Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier2021-09-13
* Make pg_regexec() robust against out-of-range search_start.Tom Lane2021-09-11
* Fix some anomalies with NO SCROLL cursors.Tom Lane2021-09-10
* Update src/test/kerberos to account for previous commit.Noah Misch2021-09-10
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-09
* Avoid fetching from an already-terminated plan.Tom Lane2021-09-09
* pgbench: Stop counting skipped transactions as soon as timer is exceeded.Fujii Masao2021-09-10
* Check for relation length overrun soon enough.Tom Lane2021-09-09
* Fix issue with WAL archiving in standby.Fujii Masao2021-09-09
* Fix _equalA_ConstPeter Eisentraut2021-09-09
* Remove Value node structPeter Eisentraut2021-09-09
* Remove useless castsPeter Eisentraut2021-09-09
* Make shared_memory_size a preset optionMichael Paquier2021-09-09
* Avoid useless malloc/free traffic around getFormattedTypeName().Tom Lane2021-09-08
* Fix misleading comments about TOAST access macros.Tom Lane2021-09-08
* In psql tab completion, offer spelled-out commands not abbreviations.Tom Lane2021-09-08
* Fix rewriter to set hasModifyingCTE correctly on rewritten queries.Tom Lane2021-09-08
* Consistently use "superuser" instead of "super user"Daniel Gustafsson2021-09-08
* Fix typoPeter Eisentraut2021-09-08
* 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