index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2021-12-12
Suppress uninitialized-variable warning in guc.c.
Tom Lane
2021-01-25
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2020-12-28
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-25
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-21
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-18
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-10-12
Fix memory leak when guc.c decides a setting can't be applied now.
Tom Lane
2020-09-30
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-08-15
Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.
Noah Misch
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-07-31
Fix recently-introduced performance problem in ts_headline().
Tom Lane
2020-07-29
Backpatch tuplesort.c assertion.
Peter Geoghegan
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-06-01
Fix use-after-release mistake in currtid() and currtid2() for views
Michael Paquier
2020-05-28
Add CHECK_FOR_INTERRUPTS() to the repeat() function
Joe Conway
2020-05-14
Fix the MSVC build for versions 2015 and later.
Amit Kapila
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-04-07
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.
Tom Lane
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-03-28
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-16
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-14
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-23
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-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-12
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2019-12-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-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-11-21
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-16
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-04
Catch invalid typlens in a couple of places
Peter Eisentraut
2019-10-17
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-04
Fix bitshiftright()'s zero-padding some more.
Tom Lane
2019-10-03
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-09-22
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-08-27
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-14
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-07
Fix some incorrect parsing of time with time zone strings
Michael Paquier
[next]