aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make regexp engine's backref-related compilation state more bulletproof.Tom Lane2021-08-07
* Fix use-after-free issue in regexp engine.Tom Lane2021-08-07
* Move temporary file cleanup to before_shmem_exit().Andres Freund2021-08-07
* Remove T_MemoryContextPeter Eisentraut2021-08-07
* pg_amcheck: Message style improvementsPeter Eisentraut2021-08-07
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-08-07
* pg_amcheck: Add missing translation markersPeter Eisentraut2021-08-07
* Message style improvementsPeter Eisentraut2021-08-07
* pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit().Andres Freund2021-08-06
* Schedule ShutdownXLOG() in single user mode using before_shmem_exit().Andres Freund2021-08-06
* Make parallel worker shutdown complete entirely via before_shmem_exit().Andres Freund2021-08-06
* pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.Andres Freund2021-08-06
* Don't elide casting to typmod -1.Tom Lane2021-08-06
* Adjust the integer overflow tests in the numeric code.Dean Rasheed2021-08-06
* Add missing message punctuationPeter Eisentraut2021-08-06
* Fix wordingPeter Eisentraut2021-08-06
* process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund2021-08-05
* Call pgwin32_signal_initialize() in postmaster as well.Andres Freund2021-08-05
* process startup: Centralize pgwin32_signal_initialize() calls.Andres Freund2021-08-05
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-05
* process startup: Move AuxiliaryProcessMain into its own file.Andres Freund2021-08-05
* process startup: auxprocess: reindent blockAndres Freund2021-08-05
* process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund2021-08-05
* process startup: Rename postmaster's --forkboot to --forkaux.Andres Freund2021-08-05
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-05
* Remove unused argument "txn" in maybe_send_schema().Fujii Masao2021-08-05
* Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed2021-08-05
* pgbench: When using pipelining only do PQconsumeInput() when necessary.Andres Freund2021-08-04
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-04
* Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan2021-08-03
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Add assorted new regexp_xxx SQL functions.Tom Lane2021-08-03
* C comment: correct heading of extension queryBruce Momjian2021-08-03
* interval: round values when spilling to monthsBruce Momjian2021-08-03
* pg_upgrade: warn about extensions that need updatingBruce Momjian2021-08-03
* pg_upgrade: improve docs about extension upgradesBruce Momjian2021-08-03
* doc: mention inheritance's tableoid can be used in partitioningBruce Momjian2021-08-03
* doc: add example of using pg_dump with GNU split and gzipBruce Momjian2021-08-03
* Further simplify a bit of logic in StartupXLOG().Thomas Munro2021-08-03
* Allow ordered partition scans in more casesDavid Rowley2021-08-03
* Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley2021-08-03
* Doc: minor improvements for logical replication protocol documentation.Tom Lane2021-08-02
* Run checkpointer and bgwriter in crash recovery.Thomas Munro2021-08-02
* Remove misplaced comment from AuxiliaryProcessMain().Andres Freund2021-08-01
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-02
* Fix test failure in 021_twophase.pl.Amit Kapila2021-08-02
* Silence perl warning about uninitialized valueAndrew Dunstan2021-08-01
* Doc: alphabetize the regexp_foo() function descriptions in 9.7.3.Tom Lane2021-07-31
* Use elog, not Assert, to report failure to provide an outer snapshot.Tom Lane2021-07-31
* Remove redundant setting of pg_attribute.attcompressionJohn Naylor2021-07-31