aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-08
* Update some outdated links about XLC and UNIX specificationMichael Paquier2019-10-08
* Clarify some comments about ntstatus.h in win32_port.hMichael Paquier2019-10-08
* Improve test coverage of pg_rewindMichael Paquier2019-10-08
* docs: Improve A?synchronous Multimaster Replication descr.Bruce Momjian2019-10-07
* docs: clarify that today/tomorrow/yesterday is at 00:00Bruce Momjian2019-10-07
* doc: move mention of log_min_error_statement in a better spotBruce Momjian2019-10-07
* Check for too many postmaster children before spawning a bgworker.Tom Lane2019-10-07
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-07
* Remove use of deprecated Autoconf definePeter Eisentraut2019-10-07
* Hack pg_ctl to report postmaster's exit status.Tom Lane2019-10-07
* Fix incorrect use of term HEAD for GitPeter Eisentraut2019-10-07
* Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier2019-10-07
* Doc: improve docs about pg_statistic_ext_data.Tom Lane2019-10-06
* Avoid trying to release a List's initial allocation via repalloc().Tom Lane2019-10-06
* Change MemoryContextMemAllocated to return SizeTomas Vondra2019-10-05
* Report test_atomic_ops() failures consistently, via macros.Noah Misch2019-10-05
* Avoid use of wildcard in pg_waldump's .gitignore.Tom Lane2019-10-05
* Disable one more set of tests from c8841199509.Andres Freund2019-10-05
* Disable one set of tests from c8841199509.Andres Freund2019-10-04
* Add isolation tests for the combination of EPQ and triggers.Andres Freund2019-10-04
* Fix crash caused by EPQ happening with a before update trigger present.Andres Freund2019-10-04
* Use a fd opened for read/write when syncing slots during startup, take 2.Andres Freund2019-10-04
* Handle spaces in OpenSSL install location for MSVCAndrew Dunstan2019-10-04
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Fix bitshiftright()'s zero-padding some more.Tom Lane2019-10-04
* Use Size instead of int64 to track allocated memoryTomas Vondra2019-10-04
* Remove AtSubStart_Notify.Robert Haas2019-10-04
* Fix issues in pg_rewind with --no-ensure-shutdown/--write-recovery-confMichael Paquier2019-10-04
* Fix --dry-run mode of pg_rewindMichael Paquier2019-10-04
* Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane2019-10-03
* Allow repalloc() to give back space when a large chunk is downsized.Tom Lane2019-10-03
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* pgbench: add --partitions and --partition-method options.Amit Kapila2019-10-03
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-02
* Revert hooks for session start and end, take twoMichael Paquier2019-10-02
* Blind attempt to fix pglz_maximum_compressed_sizeTomas Vondra2019-10-01
* Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLYTomas Vondra2019-10-01
* Optimize partial TOAST decompressionTomas Vondra2019-10-01
* Fix test_session_hooks with parallel workersMichael Paquier2019-10-01
* Add hooks for session start and session end, take twoMichael Paquier2019-10-01
* Fix confusing error caused by connection parameter channel_bindingMichael Paquier2019-10-01
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund2019-09-30
* Reduce code duplication for ExecJust*Var operations.Andres Freund2019-09-30
* Rely on plan_cache_mode to force generic plans in partition_prune test.Tom Lane2019-09-30
* Suppress another CR in program outputAndrew Dunstan2019-09-30
* Fix pg_rewind link order issue introduced in 927474ce1a2.Andres Freund2019-09-30
* Doc: improve PREPARE documentation, cross-referencing to plan_cache_mode.Tom Lane2019-09-30
* docs: adjust multi-column most-common-value statisticsBruce Momjian2019-09-30