index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-21
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-12
*
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
*
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-12
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Catch invalid typlens in a couple of places
Peter Eisentraut
2019-11-04
*
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-17
*
Fix bitshiftright()'s zero-padding some more.
Tom Lane
2019-10-04
*
Avoid unnecessary out-of-memory errors during encoding conversion.
Tom Lane
2019-10-03
*
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
*
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-22
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
*
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-26
*
Fix error in commit e6feef57.
Jeff Davis
2019-07-18
*
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-18
*
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
*
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
*
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-06-10
*
Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.
Noah Misch
2019-05-12
*
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
*
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-06
*
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-05-02
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Update HINT for pre-existing shared memory block.
Noah Misch
2019-03-31
*
Remove inadequate check for duplicate "xml" PI.
Tom Lane
2019-03-23
*
Revert strlen -> strnlen optimization pre-v11.
Tom Lane
2019-03-23
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
*
Defend against null error message reported by libxml2.
Tom Lane
2019-02-08
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
[next]