index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Make regexp engine's backref-related compilation state more bulletproof.
Tom Lane
2021-08-07
*
Fix use-after-free issue in regexp engine.
Tom Lane
2021-08-07
*
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-06
*
Schedule ShutdownXLOG() in single user mode using before_shmem_exit().
Andres Freund
2021-08-06
*
Make parallel worker shutdown complete entirely via before_shmem_exit().
Andres Freund
2021-08-06
*
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-06
*
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
2021-08-05
*
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-08-05
*
pgbench: When using pipelining only do PQconsumeInput() when necessary.
Andres Freund
2021-08-04
*
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-08-04
*
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-08-03
*
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-08-04
*
Add assorted new regexp_xxx SQL functions.
Tom Lane
2021-08-03
*
C comment: correct heading of extension query
Bruce Momjian
2021-08-03
*
interval: round values when spilling to months
Bruce Momjian
2021-08-03
*
pg_upgrade: warn about extensions that need updating
Bruce Momjian
2021-08-03
*
pg_upgrade: improve docs about extension upgrades
Bruce Momjian
2021-08-03
*
doc: mention inheritance's tableoid can be used in partitioning
Bruce Momjian
2021-08-03
*
doc: add example of using pg_dump with GNU split and gzip
Bruce Momjian
2021-08-03
*
Further simplify a bit of logic in StartupXLOG().
Thomas Munro
2021-08-03
*
Allow ordered partition scans in more cases
David Rowley
2021-08-03
*
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-08-03
*
Doc: minor improvements for logical replication protocol documentation.
Tom Lane
2021-08-02
*
Run checkpointer and bgwriter in crash recovery.
Thomas Munro
2021-08-02
*
Remove misplaced comment from AuxiliaryProcessMain().
Andres Freund
2021-08-01
*
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-08-02
*
Fix test failure in 021_twophase.pl.
Amit Kapila
2021-08-02
*
Silence perl warning about uninitialized value
Andrew Dunstan
2021-08-01
*
Doc: alphabetize the regexp_foo() function descriptions in 9.7.3.
Tom Lane
2021-07-31
*
Use elog, not Assert, to report failure to provide an outer snapshot.
Tom Lane
2021-07-31
*
Remove redundant setting of pg_attribute.attcompression
John Naylor
2021-07-31
[next]