| 2019-10-09 |
Bruce Momjian | pg_upgrade: clarify the database names in error files |
commit | commitdiff | tree |
| 2019-10-09 |
Bruce Momjian | doc: improve docs so config value default units are... |
commit | commitdiff | tree |
| 2019-10-08 |
Peter Eisentraut | Remove some code for old unsupported versions of MSVC |
commit | commitdiff | tree |
| 2019-10-08 |
Michael Paquier | Update some outdated links about XLC and UNIX specification |
commit | commitdiff | tree |
| 2019-10-08 |
Michael Paquier | Clarify some comments about ntstatus.h in win32_port.h |
commit | commitdiff | tree |
| 2019-10-08 |
Michael Paquier | Improve test coverage of pg_rewind |
commit | commitdiff | tree |
| 2019-10-07 |
Bruce Momjian | docs: Improve A?synchronous Multimaster Replication... |
commit | commitdiff | tree |
| 2019-10-07 |
Bruce Momjian | docs: clarify that today/tomorrow/yesterday is at... |
commit | commitdiff | tree |
| 2019-10-07 |
Bruce Momjian | doc: move mention of log_min_error_statement in a... |
commit | commitdiff | tree |
| 2019-10-07 |
Tom Lane | Check for too many postmaster children before spawning... |
commit | commitdiff | tree |
| 2019-10-07 |
Peter Eisentraut | Simplify PGAC_STRUCT_TIMEZONE Autoconf macro |
commit | commitdiff | tree |
| 2019-10-07 |
Peter Eisentraut | Remove use of deprecated Autoconf define |
commit | commitdiff | tree |
| 2019-10-07 |
Tom Lane | Hack pg_ctl to report postmaster's exit status. |
commit | commitdiff | tree |
| 2019-10-07 |
Peter Eisentraut | Fix incorrect use of term HEAD for Git |
commit | commitdiff | tree |
| 2019-10-07 |
Michael Paquier | Improve handling and coverage of --no-ensure-shutdown... |
commit | commitdiff | tree |
| 2019-10-06 |
Tom Lane | Doc: improve docs about pg_statistic_ext_data. |
commit | commitdiff | tree |
| 2019-10-06 |
Tom Lane | Avoid trying to release a List's initial allocation... |
commit | commitdiff | tree |
| 2019-10-05 |
Tomas Vondra | Change MemoryContextMemAllocated to return Size |
commit | commitdiff | tree |
| 2019-10-05 |
Noah Misch | Report test_atomic_ops() failures consistently, via... |
commit | commitdiff | tree |
| 2019-10-05 |
Tom Lane | Avoid use of wildcard in pg_waldump's .gitignore. |
commit | commitdiff | tree |
| 2019-10-05 |
Andres Freund | Disable one more set of tests from c8841199509. |
commit | commitdiff | tree |
| 2019-10-05 |
Andres Freund | Disable one set of tests from c8841199509. |
commit | commitdiff | tree |
| 2019-10-04 |
Andres Freund | Add isolation tests for the combination of EPQ and... |
commit | commitdiff | tree |
| 2019-10-04 |
Andres Freund | Fix crash caused by EPQ happening with a before update... |
commit | commitdiff | tree |
| 2019-10-04 |
Andres Freund | Use a fd opened for read/write when syncing slots durin... |
commit | commitdiff | tree |
| 2019-10-04 |
Andrew Dunstan | Handle spaces in OpenSSL install location for MSVC |
commit | commitdiff | tree |
| 2019-10-04 |
Robert Haas | Rename some toasting functions based on whether they... |
commit | commitdiff | tree |
| 2019-10-04 |
Tom Lane | Fix bitshiftright()'s zero-padding some more. |
commit | commitdiff | tree |
| 2019-10-04 |
Tomas Vondra | Use Size instead of int64 to track allocated memory |
commit | commitdiff | tree |
| 2019-10-04 |
Robert Haas | Remove AtSubStart_Notify. |
commit | commitdiff | tree |
| 2019-10-04 |
Michael Paquier | Fix issues in pg_rewind with --no-ensure-shutdown/... |
commit | commitdiff | tree |
| 2019-10-04 |
Michael Paquier | Fix --dry-run mode of pg_rewind |
commit | commitdiff | tree |
| 2019-10-03 |
Tom Lane | Avoid unnecessary out-of-memory errors during encoding... |
commit | commitdiff | tree |
| 2019-10-03 |
Tom Lane | Allow repalloc() to give back space when a large chunk... |
commit | commitdiff | tree |
| 2019-10-03 |
Andrew Gierth | Selectively include window frames in expression walks... |
commit | commitdiff | tree |
| 2019-10-03 |
Amit Kapila | pgbench: add --partitions and --partition-method options. |
commit | commitdiff | tree |
| 2019-10-02 |
Michael Paquier | Remove temporary WAL and history files at the end of... |
commit | commitdiff | tree |
| 2019-10-02 |
Michael Paquier | Revert hooks for session start and end, take two |
commit | commitdiff | tree |
| 2019-10-01 |
Tomas Vondra | Blind attempt to fix pglz_maximum_compressed_size |
commit | commitdiff | tree |
| 2019-10-01 |
Tomas Vondra | Mark two variables in in aset.c with PG_USED_FOR_ASSERT... |
commit | commitdiff | tree |
| 2019-10-01 |
Tomas Vondra | Optimize partial TOAST decompression |
commit | commitdiff | tree |
| 2019-10-01 |
Michael Paquier | Fix test_session_hooks with parallel workers |
commit | commitdiff | tree |
| 2019-10-01 |
Michael Paquier | Add hooks for session start and session end, take two |
commit | commitdiff | tree |
| 2019-10-01 |
Michael Paquier | Fix confusing error caused by connection parameter... |
commit | commitdiff | tree |
| 2019-10-01 |
Tomas Vondra | Add transparent block-level memory accounting |
commit | commitdiff | tree |
| 2019-09-30 |
Andres Freund | Don't generate EEOP_*_FETCHSOME operations for slots... |
commit | commitdiff | tree |
| 2019-09-30 |
Andres Freund | Reduce code duplication for ExecJust*Var operations. |
commit | commitdiff | tree |
| 2019-09-30 |
Tom Lane | Rely on plan_cache_mode to force generic plans in parti... |
commit | commitdiff | tree |
| 2019-09-30 |
Andrew Dunstan | Suppress another CR in program output |
commit | commitdiff | tree |
| 2019-09-30 |
Andres Freund | Fix pg_rewind link order issue introduced in 927474ce1a2. |
commit | commitdiff | tree |
| 2019-09-30 |
Tom Lane | Doc: improve PREPARE documentation, cross-referencing... |
commit | commitdiff | tree |
| 2019-09-30 |
Bruce Momjian | docs: adjust multi-column most-common-value statistics |
commit | commitdiff | tree |
| 2019-09-30 |
Alvaro Herrera | pg_rewind: test new --write-recovery-conf functionality |
commit | commitdiff | tree |
| 2019-09-30 |
Alvaro Herrera | pg_rewind: Allow writing recovery configuration |
commit | commitdiff | tree |
| 2019-09-30 |
Michael Paquier | Fix SSL test for libpq connection parameter channel_binding |
commit | commitdiff | tree |
| 2019-09-30 |
Fujii Masao | Make crash recovery ignore recovery target settings. |
commit | commitdiff | tree |
| 2019-09-29 |
Andres Freund | jit: Re-allow JIT compilation of execGrouping.c hashtab... |
commit | commitdiff | tree |
| 2019-09-29 |
Andres Freund | Fix determination when slot types for upper executor... |
commit | commitdiff | tree |
| 2019-09-29 |
Andrew Dunstan | Allow SSL TAP tests to run on Windows |
commit | commitdiff | tree |
| 2019-09-29 |
Peter Eisentraut | doc: Further clarify how recovery target parameters... |
commit | commitdiff | tree |
| 2019-09-29 |
Tom Lane | Fix bogus order of error checks in new channel_binding... |
commit | commitdiff | tree |
| 2019-09-29 |
Peter Eisentraut | doc: Add a link target |
commit | commitdiff | tree |
| 2019-09-28 |
Peter Eisentraut | Fix compilation with older OpenSSL versions |
commit | commitdiff | tree |
| 2019-09-28 |
Tom Lane | Improve stability of partition_prune regression test. |
commit | commitdiff | tree |
| 2019-09-28 |
Michael Paquier | Remove code relevant to OpenSSL 0.9.6 in be/fe-secure... |
commit | commitdiff | tree |
| 2019-09-27 |
Tom Lane | Make pg_regress.c unset PGDATABASE during make installc... |
commit | commitdiff | tree |
| 2019-09-27 |
Andres Freund | Silence -Wmaybe-uninitialized compiler warnings in... |
commit | commitdiff | tree |
| 2019-09-27 |
Alvaro Herrera | Have pg_rewind run crash recovery before rewinding |
commit | commitdiff | tree |
| 2019-09-27 |
Andres Freund | Fix implicit-fallthrough compiler warning introduced... |
commit | commitdiff | tree |
| 2019-09-27 |
Tom Lane | ANALYZE a_star and its children to avoid plan instabili... |
commit | commitdiff | tree |
| 2019-09-27 |
Tom Lane | Finish reverting "Insert temporary debugging output... |
commit | commitdiff | tree |
| 2019-09-27 |
Tom Lane | Doc: clean up markup for jsonb_set and related functions. |
commit | commitdiff | tree |
| 2019-09-27 |
Peter Eisentraut | doc: Add timeline as valid recovery target in standby... |
commit | commitdiff | tree |
| 2019-09-27 |
Michael Paquier | Add tab completion for EXPLAIN (SETTINGS) in psql |
commit | commitdiff | tree |
| 2019-09-27 |
Amit Kapila | Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd... |
commit | commitdiff | tree |
| 2019-09-27 |
Michael Paquier | Fix lockmode initialization for custom relation options |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Fix whitespace in markup |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Format example JSON data better |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Update a confusing sentence about SQL/JSON |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Update note about source code formatting |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Reorder JSON functions documentation |
commit | commitdiff | tree |
| 2019-09-26 |
Michael Paquier | Fix comment in xlogreader.c |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Correctly cast types to Datum and back in compareDatetime() |
commit | commitdiff | tree |
| 2019-09-25 |
Tom Lane | Fix handling of GENERATED columns in CREATE TABLE LIKE... |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Implement jsonpath .datetime() method |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Allow datetime values in JsonbValue |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Error suppression support for upcoming jsonpath .dateti... |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Implement parse_datetime() function |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Implement standard datetime parsing mode |
commit | commitdiff | tree |
| 2019-09-25 |
Alvaro Herrera | Update expected output for dummy_index_am |
commit | commitdiff | tree |
| 2019-09-25 |
Alvaro Herrera | Support reloptions of enum type |
commit | commitdiff | tree |
| 2019-09-25 |
Alvaro Herrera | Split out recovery confing-writing code from pg_basebackup |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Doc: Fix example related to partition pruning |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Make more stable regression tests of dummy_index_am... |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Add dummy_index_am to src/test/modules/ |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Allow definition of lock mode for custom reloptions |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Fix failure with lock mode used for custom relation... |
commit | commitdiff | tree |
| 2019-09-24 |
Alexander Korotkov | Fix bug in pairingheap_SpGistSearchItem_cmp() |
commit | commitdiff | tree |
| 2019-09-24 |
Alvaro Herrera | Rework WAL-reading supporting structs |
commit | commitdiff | tree |
| 2019-09-24 |
Tom Lane | Prevent bogus pullup of constant-valued functions retur... |
commit | commitdiff | tree |
| next |