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
Age
Commit message (
Expand
)
Author
2024-11-27
If a C23 compiler is detected, try asking for C17.
origin/REL_10_STABLE
Thomas Munro
2024-06-26
Remove redundant perl version checks
Andrew Dunstan
2023-01-17
AdjustUpgrade.pm should zap test_ext_cine, too.
Tom Lane
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
2022-11-09
Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/
Michael Paquier
2022-11-07
Stamp 10.23.
REL_10_23
Tom Lane
2022-11-07
Translation updates
Peter Eisentraut
2022-11-06
Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.
Tom Lane
2022-11-03
Avoid crash after function syntax error in a replication worker.
Tom Lane
2022-11-02
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-01
Update time zone data files to tzdata release 2022f.
Tom Lane
2022-11-01
pg_stat_statements: fetch stmt location/length before it disappears.
Tom Lane
2022-10-26
Fix ordering issue with WAL operations in GIN fast insert path
Michael Paquier
2022-10-21
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-21
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-17
doc: move the mention of aggregate JSON functions up in section
Bruce Momjian
2022-10-17
doc: warn pg_stat_reset() can cause vacuum/analyze problems
Bruce Momjian
2022-10-17
Reject non-ON-SELECT rules that are named "_RETURN".
Tom Lane
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-13
Fix typo in CREATE PUBLICATION reference page
Alvaro Herrera
2022-10-12
Doc: improve recommended systemd unit file.
Tom Lane
2022-10-11
Harden pmsignal.c against clobbered shared memory.
Tom Lane
2022-10-11
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
Ensure all perl test modules are installed
Alvaro Herrera
2022-09-30
doc: Fix PQsslAttribute docs for compression
Daniel Gustafsson
2022-09-28
doc: clarify internal behavior of RECURSIVE CTE queries
Bruce Momjian
2022-09-28
revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"
Bruce Momjian
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-25
Add missing source files to pg_waldump/nls.mk
Alvaro Herrera
2022-09-22
docs: Fix snapshot name in SET TRANSACTION docs.
Fujii Masao
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Disable -Wdeprecated-non-prototype in the back branches.
Tom Lane
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-19
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-17
Make check_usermap() parameter names consistent.
Peter Geoghegan
2022-09-15
In back branches, fix conditions for pullup of FROM-less subqueries.
Tom Lane
2022-09-14
postgres_fdw: Avoid 'variable not found in subplan target list' error.
Etsuro Fujita
2022-09-14
Fix incorrect value for "strategy" with deflateParams() in walmethods.c
Michael Paquier
2022-09-14
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-12
doc: Fix link to FreeBSD documentation project
Daniel Gustafsson
2022-09-09
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-09-09
Reject bogus output from uuid_create(3).
Tom Lane
2022-09-06
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-05
Backpatch nbtree page deletion hardening.
Peter Geoghegan
2022-09-02
doc: simplify docs about analyze and inheritance/partitions
Bruce Momjian
2022-09-02
doc: clarify recursion internal behavior
Bruce Momjian
2022-09-02
Fix oversight in recent MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-01
Fix some possibly latent bugs in slab.c
David Rowley
[next]