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