index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix pnstrdup() to not memcpy() the maximum allowed length.
Andres Freund
2017-10-09
*
Reduce memory usage of targetlist SRFs.
Andres Freund
2017-10-08
*
Increase distance between flush requests during bulk file copies.
Tom Lane
2017-10-08
*
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-08
*
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
*
Copy information from the relcache instead of pointing to it.
Robert Haas
2017-10-06
*
Fix intra-query memory leakage in nodeProjectSet.c.
Tom Lane
2017-10-06
*
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-10-06
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Fix typo in README.
Tom Lane
2017-10-05
*
On CREATE TABLE, consider skipping validation of subpartitions.
Robert Haas
2017-10-05
*
On attach, consider skipping validation of subpartitions individually.
Robert Haas
2017-10-05
*
Improve error message when skipping scan of default partition.
Robert Haas
2017-10-05
*
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
*
Improve comments in vacuum_rel() and analyze_rel().
Tom Lane
2017-10-05
*
Fix typo.
Robert Haas
2017-10-05
*
Fix more user-visible elog() calls.
Robert Haas
2017-10-05
*
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-04
*
Move SPI error reporting out of ri_ReportViolation()
Peter Eisentraut
2017-10-04
*
Replace binary search in fmgr_isbuiltin with a lookup array.
Andres Freund
2017-10-04
*
Move genbki.pl's find_defined_symbol to Catalog.pm.
Andres Freund
2017-10-04
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Fix race condition with unprotected use of a latch pointer variable.
Tom Lane
2017-10-03
*
Fix coding rules violations in walreceiver.c
Alvaro Herrera
2017-10-03
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Fix inadequate locking during get_rel_oids().
Tom Lane
2017-09-29
*
Marginal improvement for generated code in execExprInterp.c.
Tom Lane
2017-09-29
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Remove replacement selection sort.
Robert Haas
2017-09-29
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
*
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-27
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-26
*
Fix failure-to-read-man-page in commit 899bd785c.
Tom Lane
2017-09-26
*
Remove heuristic same-transaction test from check_safe_enum_use().
Tom Lane
2017-09-26
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Handle heap rewrites better in logical replication
Peter Eisentraut
2017-09-26
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
Fix trivial mistake in README.
Robert Haas
2017-09-26
*
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-25
*
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-25
*
Allow ICU to use SortSupport on Windows with UTF-8
Peter Eisentraut
2017-09-24
*
... and the very same bug in publicationListToArray().
Tom Lane
2017-09-23
*
Fix bogus size calculation in strlist_to_textarray().
Tom Lane
2017-09-23
*
Improve memory management in autovacuum.c.
Tom Lane
2017-09-23
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Fix saving and restoring umask
Peter Eisentraut
2017-09-22
*
Add inline murmurhash32(uint32) function.
Andres Freund
2017-09-22
[next]