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
/
test
Age
Commit message (
Expand
)
Author
2023-01-16
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2022-11-17
Account for IPC::Run::result() Windows behavior change.
Noah Misch
2020-02-03
Revert commit 56bc82a511.
Fujii Masao
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
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-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2019-12-23
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-22
Avoid low-probability regression test failures in timestamp[tz] tests.
Tom Lane
2019-12-17
Fix error reporting for index expressions of prohibited types.
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-16
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-09
Remove test case that doesn't work with --disable-integer-timestamps.
Tom Lane
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-10-04
Fix bitshiftright()'s zero-padding some more.
Tom Lane
2019-10-03
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-09-27
Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.
Amit Kapila
2019-09-22
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-12
Fix usage of whole-row variables in WCO and RLS policy expressions.
Tom Lane
2019-08-15
Prevent possible double-free when update trigger returns old tuple.
Tom Lane
2019-08-07
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-07-26
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-18
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-06-24
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-12
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-05-12
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-06
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-05
Remove reindex_catalog test from test schedules.
Andres Freund
2019-04-30
Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.
Andres Freund
2019-04-29
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-03-23
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-10
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-03
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-22
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-20
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-17
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-01-25
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2018-12-31
pg_regress: Promptly detect failed postmaster startup.
Noah Misch
[next]