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
Age
Commit message (
Expand
)
Author
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
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
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2021-12-12
Suppress uninitialized-variable warning in guc.c.
Tom Lane
2021-02-08
Translation updates
Peter Eisentraut
2021-02-07
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-06
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-05
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-28
Silence another gcc 11 warning.
Tom Lane
2021-01-25
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-20
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-19
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Tom Lane
2021-01-18
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-12
Fix thinko in comment
Alvaro Herrera
2021-01-08
Fix ancient bug in parsing of BRE-mode regular expressions.
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-12-14
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
Free disk space for dropped relations on commit.
Thomas Munro
2020-11-30
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-28
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Tom Lane
2020-11-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-20
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-19
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-16
Don't Insert() a VFD entry until it's fully built.
Tom Lane
2020-11-12
doc: wire protocol data type for history file content is bytea
Bruce Momjian
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
Translation updates
Peter Eisentraut
2020-11-07
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-06
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-03
Allow users with BYPASSRLS to alter their own passwords.
Tom Lane
2020-10-27
Fix use-after-free bug with event triggers and ALTER TABLE.
Tom Lane
2020-10-27
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-20
Avoid invalid alloc size error in shm_mq
Peter Eisentraut
2020-10-20
Relax some asserts in merge join costing code
David Rowley
2020-10-12
Fix memory leak when guc.c decides a setting can't be applied now.
Tom Lane
2020-10-07
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-10-05
Fix two latent(?) bugs in equivclass.c.
Tom Lane
2020-09-30
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-29
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
[next]