index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-08-12
Fix segfault during EvalPlanQual with mix of local and foreign partitions.
Heikki Linnakangas
2021-08-10
Fix failure of btree_gin indexscans with "char" type and </<= operators.
Tom Lane
2021-08-10
Add alternative output for OpenSSL 3 without legacy loaded
Daniel Gustafsson
2021-08-10
Disable OpenSSL EVP digest padding in pgcrypto
Daniel Gustafsson
2021-08-10
Remove unused regression test certificate server-ss
Daniel Gustafsson
2021-08-10
Add tab completion for DECLARE .. ASENSITIVE in psql
Michael Paquier
2021-08-10
Fix regression test output of sepgsql
Michael Paquier
2021-08-10
Add call to object access hook at the end of table rewrite in ALTER TABLE
Michael Paquier
2021-08-10
Let regexp_replace() make use of REG_NOSUB when feasible.
Tom Lane
2021-08-09
Fix bogus assertion in BootstrapModeMain().
Andres Freund
2021-08-09
Avoid determining regexp subexpression matches, when possible.
Tom Lane
2021-08-09
Remove some special cases from MSVC build scripts
David Rowley
2021-08-09
Doc: Fix misleading statement about VACUUM memory limits
David Rowley
2021-08-09
Use ExplainPropertyInteger for queryid in EXPLAIN
David Rowley
2021-08-09
Fix typo in 022_twophase_cascade.pl.
Amit Kapila
2021-08-09
Add POPCNT support for MSVC x86_64 builds
David Rowley
2021-08-09
doc: mention pg_upgrade extension script
Bruce Momjian
2021-08-08
Remove some unnecessary casts in format arguments
Peter Eisentraut
2021-08-08
Doc: remove bogus <indexterm> items.
Tom Lane
2021-08-08
Check the size in COPY_POINTER_FIELD
Peter Eisentraut
2021-08-08
Change NestPath node to contain JoinPath node
Peter Eisentraut
2021-08-08
Change SeqScan node to contain Scan node
Peter Eisentraut
2021-08-08
Rethink regexp engine's backref-related compilation state.
Tom Lane
2021-08-08
Remove unused function declaration
David Rowley
2021-08-08
Make regexp engine's backref-related compilation state more bulletproof.
Tom Lane
2021-08-08
Fix use-after-free issue in regexp engine.
Tom Lane
2021-08-08
Move temporary file cleanup to before_shmem_exit().
Andres Freund
2021-08-07
Remove T_MemoryContext
Peter Eisentraut
2021-08-07
pg_amcheck: Message style improvements
Peter Eisentraut
2021-08-07
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-07
pg_amcheck: Add missing translation markers
Peter Eisentraut
2021-08-07
Message style improvements
Peter Eisentraut
2021-08-07
pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit().
Andres Freund
2021-08-07
Schedule ShutdownXLOG() in single user mode using before_shmem_exit().
Andres Freund
2021-08-07
Make parallel worker shutdown complete entirely via before_shmem_exit().
Andres Freund
2021-08-07
pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.
Andres Freund
2021-08-06
Don't elide casting to typmod -1.
Tom Lane
2021-08-06
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
Add missing message punctuation
Peter Eisentraut
2021-08-06
Fix wording
Peter Eisentraut
2021-08-05
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-08-05
Call pgwin32_signal_initialize() in postmaster as well.
Andres Freund
2021-08-05
process startup: Centralize pgwin32_signal_initialize() calls.
Andres Freund
2021-08-05
process startup: Remove bootstrap / checker modes from AuxProcType.
Andres Freund
2021-08-05
process startup: Move AuxiliaryProcessMain into its own file.
Andres Freund
2021-08-05
process startup: auxprocess: reindent block
Andres Freund
2021-08-05
process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.
Andres Freund
2021-08-05
process startup: Rename postmaster's --forkboot to --forkaux.
Andres Freund
2021-08-05
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-05
Remove unused argument "txn" in maybe_send_schema().
Fujii Masao
[next]