summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2021-12-12Suppress uninitialized-variable warning in guc.c.Tom Lane
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2020-12-28Fix inconsistent code with shared invalidations of snapshotsMichael Paquier
2020-12-25Invalidate acl.c caches when pg_authid changes.Noah Misch
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-18Avoid memcpy() with same source and destination during relmapper init.Tom Lane
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-10-12Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-08-15Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.Noah Misch
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-07-31Fix recently-introduced performance problem in ts_headline().Tom Lane
2020-07-29Backpatch tuplesort.c assertion.Peter Geoghegan
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-06-01Fix use-after-release mistake in currtid() and currtid2() for viewsMichael Paquier
2020-05-28Add CHECK_FOR_INTERRUPTS() to the repeat() functionJoe Conway
2020-05-14Fix the MSVC build for versions 2015 and later.Amit Kapila
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-07Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane
2020-04-07Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.Tom Lane
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-03-28Ensure snapshot is registered within ScanPgRelation().Andres Freund
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-03-16Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-14Restructure polymorphic-type resolution in funcapi.c.Tom Lane
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-12Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-11-16Further fix dumping of views that contain just VALUES(...).Tom Lane
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2019-11-04Catch invalid typlens in a couple of placesPeter Eisentraut
2019-10-17When restoring GUCs in parallel workers, show an error context.Thomas Munro
2019-10-04Fix bitshiftright()'s zero-padding some more.Tom Lane
2019-10-03Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane
2019-10-03Allow repalloc() to give back space when a large chunk is downsized.Tom Lane
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-08-27Reject empty names and recursion in config-file include directives.Tom Lane
2019-08-14Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane
2019-08-07Fix some incorrect parsing of time with time zone stringsMichael Paquier