| 2020-06-11 |
Jeff Davis | Rework HashAgg GUCs. |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Geoghegan | Avoid update conflict out serialization anomalies. |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Eisentraut | pg_dump: Remove dead code |
commit | commitdiff | tree |
| 2020-06-11 |
Amit Kapila | Fix typos. |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Eisentraut | Refactor DROP LANGUAGE grammar |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Eisentraut | Remove deprecated syntax from CREATE/DROP LANGUAGE |
commit | commitdiff | tree |
| 2020-06-11 |
Michael Paquier | Move frontend-side archive APIs from src/common/ to... |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Eisentraut | Fold AlterForeignTableStmt into AlterTableStmt |
commit | commitdiff | tree |
| 2020-06-10 |
Peter Eisentraut | Remove redundant grammar symbols |
commit | commitdiff | tree |
| 2020-06-10 |
Peter Eisentraut | Change default of password_encryption to scram-sha-256 |
commit | commitdiff | tree |
| 2020-06-10 |
Peter Eisentraut | Update description of parameter password_encryption |
commit | commitdiff | tree |
| 2020-06-10 |
Amit Kapila | Fix ReorderBuffer memory overflow check. |
commit | commitdiff | tree |
| 2020-06-09 |
Peter Eisentraut | Spelling adjustments |
commit | commitdiff | tree |
| 2020-06-09 |
Peter Eisentraut | Unify drop-by-OID functions |
commit | commitdiff | tree |
| 2020-06-09 |
David Rowley | Fix invalid function references in a few comments |
commit | commitdiff | tree |
| 2020-06-09 |
Tom Lane | Repair unstable regression test. |
commit | commitdiff | tree |
| 2020-06-09 |
Jeff Davis | Fix HashAgg regression from choosing too many initial... |
commit | commitdiff | tree |
| 2020-06-09 |
Andres Freund | Avoid need for valgrind suppressions for pg_atomic_init... |
commit | commitdiff | tree |
| 2020-06-08 |
Peter Eisentraut | Update documentation for snowball update |
commit | commitdiff | tree |
| 2020-06-08 |
Peter Eisentraut | Update snowball |
commit | commitdiff | tree |
| 2020-06-08 |
Thomas Munro | Fix locking bugs that could corrupt pg_control. |
commit | commitdiff | tree |
| 2020-06-08 |
Thomas Munro | Doc: Update example symptom of systemd misconfiguration. |
commit | commitdiff | tree |
| 2020-06-08 |
Michael Paquier | Fix crash in WAL sender when starting physical replication |
commit | commitdiff | tree |
| 2020-06-07 |
Noah Misch | MSVC: Avoid warning when testing a TAP suite without... |
commit | commitdiff | tree |
| 2020-06-07 |
Tom Lane | Stamp HEAD as 14devel. |
commit | commitdiff | tree |
| 2020-06-07 |
Tom Lane | pgindent run prior to branching v13. |
commit | commitdiff | tree |
| 2020-06-07 |
Tom Lane | Try to read data from the socket in pqSendSome's write_... |
commit | commitdiff | tree |
| 2020-06-07 |
Tom Lane | Rethink definition of cancel.c's CancelRequested flag. |
commit | commitdiff | tree |
| 2020-06-07 |
Jeff Davis | Fix platform-specific performance regression in logtape.c. |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | psql: Format \? output a little better |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | Fix message translatability |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | Spelling adjustments |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | doc: Fix man page whitespace issues |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | Formatting and punctuation improvements in postgresql... |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | doc: Move options on man pages into more alphabetical... |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | doc: Fix up spacing around verbatim DocBook elements |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | doc: Language review |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | doc: Trim trailing whitespace |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | doc: Clean up title case use |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | doc: Remove line breaks after <title> |
commit | commitdiff | tree |
| 2020-06-07 |
Thomas Munro | Doc: Clean up references to obsolete OS versions. |
commit | commitdiff | tree |
| 2020-06-07 |
Peter Eisentraut | doc: Fix incorrect link target |
commit | commitdiff | tree |
| 2020-06-06 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
| 2020-06-06 |
Magnus Hagander | Fix reference to wrong view in release notes |
commit | commitdiff | tree |
| 2020-06-06 |
Noah Misch | Refresh function name in CRC-associated Valgrind suppre... |
commit | commitdiff | tree |
| 2020-06-05 |
Tom Lane | Doc: remove annotations about multi-row output of set... |
commit | commitdiff | tree |
| 2020-06-05 |
Tom Lane | Improve ineq_histogram_selectivity's behavior for non... |
commit | commitdiff | tree |
| 2020-06-05 |
Joe Conway | Add unlikely() to CHECK_FOR_INTERRUPTS() |
commit | commitdiff | tree |
| 2020-06-05 |
Tom Lane | Use query collation, not column's collation, while... |
commit | commitdiff | tree |
| 2020-06-05 |
Peter Eisentraut | OpenSSL 3.0.0 compatibility in tests |
commit | commitdiff | tree |
| 2020-06-05 |
Michael Paquier | Preserve pg_index.indisreplident across REINDEX CONCURR... |
commit | commitdiff | tree |
| 2020-06-04 |
Tom Lane | Reject "23:59:60.nnn" in datetime input. |
commit | commitdiff | tree |
| 2020-06-04 |
Peter Eisentraut | psql: Clean up terminology in \dAp command |
commit | commitdiff | tree |
| 2020-06-04 |
Michael Paquier | Fix comment in be-secure-openssl.c |
commit | commitdiff | tree |
| 2020-06-04 |
Michael Paquier | Fix instance of elog() called while holding a spinlock |
commit | commitdiff | tree |
| 2020-06-03 |
Tom Lane | Don't call palloc() while holding a spinlock, either. |
commit | commitdiff | tree |
| 2020-06-03 |
Bruce Momjian | doc: PG 13 relnotes: fix link for grouping sets hash... |
commit | commitdiff | tree |
| 2020-06-03 |
Fujii Masao | doc: Move wal_init_zero and wal_recycle descriptions... |
commit | commitdiff | tree |
| 2020-06-02 |
Fujii Masao | Don't call elog() while holding spinlock. |
commit | commitdiff | tree |
| 2020-06-02 |
Amit Kapila | Doc: Update the documentation for spilled transaction... |
commit | commitdiff | tree |
| 2020-06-01 |
Andrew Dunstan | Make ssl certificate for ssl_passphrase_callback test... |
commit | commitdiff | tree |
| 2020-06-01 |
Peter Eisentraut | Use correct and consistent unit abbreviation |
commit | commitdiff | tree |
| 2020-06-01 |
Michael Paquier | Fix use-after-release mistake in currtid() and currtid2... |
commit | commitdiff | tree |
| 2020-06-01 |
Michael Paquier | Fix crashes with currtid() and currtid2() |
commit | commitdiff | tree |
| 2020-05-31 |
Andrew Dunstan | Make install-tests target work with vpath builds |
commit | commitdiff | tree |
| 2020-05-31 |
Tomas Vondra | Use CP_SMALL_TLIST for hash aggregate |
commit | commitdiff | tree |
| 2020-05-31 |
Michael Paquier | Doc: Mention about caveats of --concurrently on reindex... |
commit | commitdiff | tree |
| 2020-05-29 |
Fujii Masao | doc: Update the layout of "Viewing Statistics" section. |
commit | commitdiff | tree |
| 2020-05-28 |
Andres Freund | llvmjit: Fix building against LLVM 11 by removing unnec... |
commit | commitdiff | tree |
| 2020-05-28 |
Joe Conway | Initialize dblink remoteConn struct in all cases |
commit | commitdiff | tree |
| 2020-05-28 |
Joe Conway | Add CHECK_FOR_INTERRUPTS() to the repeat() function |
commit | commitdiff | tree |
| 2020-05-28 |
Heikki Linnakangas | Add missing error code to "cannot attach index ...... |
commit | commitdiff | tree |
| 2020-05-28 |
Heikki Linnakangas | Fix typo in test comment. |
commit | commitdiff | tree |
| 2020-05-28 |
Michael Paquier | Fix some comments in xlogreader.h |
commit | commitdiff | tree |
| 2020-05-28 |
Michael Paquier | Fix some mentions to memory units in postgresql.conf... |
commit | commitdiff | tree |
| 2020-05-27 |
Peter Eisentraut | Remove some tabs in SQL code in C string literals |
commit | commitdiff | tree |
| 2020-05-26 |
Jeff Davis | Avoid fragmentation of logical tapes when writing concu... |
commit | commitdiff | tree |
| 2020-05-26 |
Peter Eisentraut | Message wording tweaks |
commit | commitdiff | tree |
| 2020-05-26 |
Peter Eisentraut | Add lcov exclusion markers to jsonpath scanner |
commit | commitdiff | tree |
| 2020-05-26 |
Bruce Momjian | doc: PG 13 relnotes: update bool_plperl item |
commit | commitdiff | tree |
| 2020-05-26 |
Bruce Momjian | gss: add missing references to hostgssenc and hostnogssenc |
commit | commitdiff | tree |
| 2020-05-25 |
Noah Misch | Reconcile nodes/*funcs.c. |
commit | commitdiff | tree |
| 2020-05-25 |
Noah Misch | Add a temp-install prerequisite to top-level "check... |
commit | commitdiff | tree |
| 2020-05-25 |
Michael Paquier | Doc: Fix order of pg_shmem_allocations in system view... |
commit | commitdiff | tree |
| 2020-05-23 |
Michael Paquier | Add missing invocations to object access hooks |
commit | commitdiff | tree |
| 2020-05-22 |
Alvaro Herrera | Fix two typos in a comment |
commit | commitdiff | tree |
| 2020-05-22 |
Fujii Masao | doc: Add note about I/O timing information in EXPLAIN... |
commit | commitdiff | tree |
| 2020-05-22 |
Peter Eisentraut | Remove unnecessary cast |
commit | commitdiff | tree |
| 2020-05-22 |
Etsuro Fujita | Adjust indentation in src/backend/optimizer/README. |
commit | commitdiff | tree |
| 2020-05-22 |
Bruce Momjian | doc: PG 13 relnotes: Improve FETCH link |
commit | commitdiff | tree |
| 2020-05-22 |
Bruce Momjian | doc: PG 13 relnotes: fix FETCH FIRST ... WITH TIES... |
commit | commitdiff | tree |
| 2020-05-22 |
Bruce Momjian | doc: suggest 1.1 as a random_page_cost value for SSDs |
commit | commitdiff | tree |
| 2020-05-21 |
Bruce Momjian | doc: Simplify mention of unique indexes for NULL control |
commit | commitdiff | tree |
| 2020-05-21 |
Peter Geoghegan | Doc: Describe CREATE INDEX deduplication strategy. |
commit | commitdiff | tree |
| 2020-05-21 |
Noah Misch | Clear some style deviations. |
commit | commitdiff | tree |
| 2020-05-21 |
Michael Paquier | Use explicit_bzero() when clearing sslpassword in libpq |
commit | commitdiff | tree |
| 2020-05-21 |
Michael Paquier | Fix MSVC installations with multiple "configure" files... |
commit | commitdiff | tree |
| 2020-05-20 |
Alvaro Herrera | doc: Adding a partition does not require Access Exclusi... |
commit | commitdiff | tree |
| 2020-05-20 |
Michael Paquier | Doc: Fix description of pg_class.relreplident |
commit | commitdiff | tree |
| 2020-05-20 |
Michael Paquier | Doc: Replace reference to pg_stat_wal_receiver.received... |
commit | commitdiff | tree |
| next |