| 2021-05-14 |
Alvaro Herrera | Describe (auto-)analyze behavior for partitioned tables |
commit | commitdiff | tree |
| 2021-05-14 |
Bruce Momjian | doc: update PG 14 release notes with recent feedback |
commit | commitdiff | tree |
| 2021-05-14 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
| 2021-05-14 |
Bruce Momjian | doc: PG 14 release notes, reorder items by significance |
commit | commitdiff | tree |
| 2021-05-14 |
David Rowley | Convert misleading while loop into an if condition |
commit | commitdiff | tree |
| 2021-05-13 |
Peter Geoghegan | Fix autovacuum log output heap truncation issue. |
commit | commitdiff | tree |
| 2021-05-13 |
Bruce Momjian | doc: PG 14 release notes, adjust updates/deletes on... |
commit | commitdiff | tree |
| 2021-05-13 |
Alexander Korotkov | Improve documentation example for jsonpath like_regex... |
commit | commitdiff | tree |
| 2021-05-13 |
Etsuro Fujita | Prevent asynchronous execution of direct foreign-table... |
commit | commitdiff | tree |
| 2021-05-13 |
Peter Eisentraut | pg_amcheck: Message style and formatting improvements |
commit | commitdiff | tree |
| 2021-05-13 |
Amit Kapila | Fix tests for replication slots stats. |
commit | commitdiff | tree |
| 2021-05-13 |
Bruce Momjian | doc: update PG 14 release notes based on current feedback |
commit | commitdiff | tree |
| 2021-05-13 |
Michael Paquier | Make saner the tab completion of INSERT and DELETE... |
commit | commitdiff | tree |
| 2021-05-12 |
Alvaro Herrera | Rename the logical replication global "wrconn" |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Double-space commands in system_constraints.sql/system_... |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Doc: update bki.sgml's statements about OID ranges. |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Do pre-release housekeeping on catalog data. |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Initial pgindent and pgperltidy run for v14. |
commit | commitdiff | tree |
| 2021-05-12 |
Michael Paquier | Simplify one use of ScanKey in pg_subscription.c |
commit | commitdiff | tree |
| 2021-05-12 |
Peter Eisentraut | Refactor some error messages for easier translation |
commit | commitdiff | tree |
| 2021-05-12 |
Etsuro Fujita | Fix EXPLAIN ANALYZE for async-capable nodes. |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Reduce runtime of privileges.sql test under CLOBBER_CAC... |
commit | commitdiff | tree |
| 2021-05-12 |
Fujii Masao | Change data type of counters in BufferUsage and WalUsag... |
commit | commitdiff | tree |
| 2021-05-12 |
Andrew Dunstan | Tweak generation of Gen_dummy_probes.pl |
commit | commitdiff | tree |
| 2021-05-11 |
Tom Lane | Fix vcregress.pl's ancient misspelling of --max-connect... |
commit | commitdiff | tree |
| 2021-05-11 |
Tom Lane | Get rid of the separate serial_schedule list of tests. |
commit | commitdiff | tree |
| 2021-05-11 |
Bruce Momjian | doc: update PG 14 release notes based on feedback |
commit | commitdiff | tree |
| 2021-05-11 |
Tom Lane | Replace opr_sanity test's binary_coercible() function... |
commit | commitdiff | tree |
| 2021-05-11 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-05-11 |
Bruce Momjian | doc: update PG 14 release notes based on feedback... |
commit | commitdiff | tree |
| 2021-05-11 |
David Rowley | Doc: Remove outdated note about run-time partition... |
commit | commitdiff | tree |
| 2021-05-11 |
Michael Paquier | Add support for LZ4 build in MSVC scripts |
commit | commitdiff | tree |
| 2021-05-10 |
Tom Lane | Fix mishandling of resjunk columns in ON CONFLICT ... |
commit | commitdiff | tree |
| 2021-05-10 |
Tom Lane | Prevent integer overflows in array subscripting calcula... |
commit | commitdiff | tree |
| 2021-05-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2021-05-10 |
Peter Eisentraut | Emit dummy statements for probes.d probes when disabled |
commit | commitdiff | tree |
| 2021-05-10 |
Peter Eisentraut | Remove unused function arguments |
commit | commitdiff | tree |
| 2021-05-10 |
Michael Paquier | Fix typos in operatorcmds.c |
commit | commitdiff | tree |
| 2021-05-10 |
Bruce Momjian | doc: first draft of the PG 14 release notes |
commit | commitdiff | tree |
| 2021-05-10 |
Michael Paquier | Fix generation of ./INSTALL for the distribution tarball |
commit | commitdiff | tree |
| 2021-05-10 |
Thomas Munro | Revert recovery prefetching feature. |
commit | commitdiff | tree |
| 2021-05-10 |
Michael Paquier | Add more TAP tests for pg_dump with attribute compression |
commit | commitdiff | tree |
| 2021-05-10 |
Michael Paquier | doc: Fix some gaps with the documentation related to LZ4 |
commit | commitdiff | tree |
| 2021-05-09 |
Tom Lane | Improve comments about USE_VALGRIND in pg_config_manual.h. |
commit | commitdiff | tree |
| 2021-05-08 |
David Rowley | Move memory accounting Asserts for Result Cache code |
commit | commitdiff | tree |
| 2021-05-08 |
Tom Lane | Sync guc.c and postgresql.conf.sample with the SGML... |
commit | commitdiff | tree |
| 2021-05-08 |
Tom Lane | Doc: copy-editing for debug_invalidate_system_caches_al... |
commit | commitdiff | tree |
| 2021-05-08 |
Michael Paquier | Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION |
commit | commitdiff | tree |
| 2021-05-07 |
Tomas Vondra | Copy the INSERT query in postgres_fdw |
commit | commitdiff | tree |
| 2021-05-07 |
Andrew Dunstan | Add a README and Makefile recipe for Gen_dummy_probes.pl |
commit | commitdiff | tree |
| 2021-05-07 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-05-07 |
Alvaro Herrera | AlterSubscription_refresh: avoid stomping on global... |
commit | commitdiff | tree |
| 2021-05-07 |
Andrew Dunstan | Remove extraneous newlines added by perl copyright... |
commit | commitdiff | tree |
| 2021-05-07 |
Andrew Dunstan | Add a copyright notice to perl files lacking one. |
commit | commitdiff | tree |
| 2021-05-07 |
Tomas Vondra | Mention statistics objects in maintenance.sgml |
commit | commitdiff | tree |
| 2021-05-07 |
Tomas Vondra | Fix typos in comments about extended statistics |
commit | commitdiff | tree |
| 2021-05-07 |
Tomas Vondra | Make pg_get_statisticsobjdef_expressions return NULL |
commit | commitdiff | tree |
| 2021-05-07 |
Thomas Munro | Doc: Update notes about libc collation versions. |
commit | commitdiff | tree |
| 2021-05-07 |
Thomas Munro | Revert per-index collation version tracking feature. |
commit | commitdiff | tree |
| 2021-05-06 |
Alvaro Herrera | Remove redundant variable |
commit | commitdiff | tree |
| 2021-05-06 |
Alvaro Herrera | Document lock level used by ALTER TABLE VALIDATE CONSTRAINT |
commit | commitdiff | tree |
| 2021-05-06 |
Alvaro Herrera | Improve documentation on DETACH PARTITION lock levels |
commit | commitdiff | tree |
| 2021-05-06 |
Peter Geoghegan | Remove overzealous VACUUM visibility map assertion. |
commit | commitdiff | tree |
| 2021-05-06 |
Alvaro Herrera | Track detached partitions more accurately in partdescs |
commit | commitdiff | tree |
| 2021-05-06 |
Tom Lane | Doc: trivial wording adjustment. |
commit | commitdiff | tree |
| 2021-05-06 |
Robert Haas | Additional doc fixes for configurable TOAST compression. |
commit | commitdiff | tree |
| 2021-05-06 |
Robert Haas | docs: Clarify how ALTER TABLE .. SET COMPRESSION works. |
commit | commitdiff | tree |
| 2021-05-06 |
Amit Kapila | Update replication statistics after every stream/spill. |
commit | commitdiff | tree |
| 2021-05-06 |
Andres Freund | jit: Fix warning reported by gcc-11 caused by dubious... |
commit | commitdiff | tree |
| 2021-05-06 |
Tom Lane | Doc: update RELEASE_CHANGES checklist. |
commit | commitdiff | tree |
| 2021-05-06 |
Amit Kapila | Tighten the concurrent abort check during decoding. |
commit | commitdiff | tree |
| 2021-05-05 |
Alvaro Herrera | Remove unused argument of ATAddForeignConstraint |
commit | commitdiff | tree |
| 2021-05-05 |
Alvaro Herrera | Have ALTER CONSTRAINT recurse on partitioned tables |
commit | commitdiff | tree |
| 2021-05-05 |
Tom Lane | Doc: improve and centralize the documentation for OID... |
commit | commitdiff | tree |
| 2021-05-05 |
Peter Eisentraut | GUC description improvements for clarity |
commit | commitdiff | tree |
| 2021-05-04 |
Tom Lane | Disable cache clobber to avoid breaking postgres_fdw... |
commit | commitdiff | tree |
| 2021-05-04 |
Alvaro Herrera | Fix OID passed to object-alter hook during ALTER CONSTRAINT |
commit | commitdiff | tree |
| 2021-05-04 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
| 2021-05-04 |
Peter Eisentraut | pg_dump: Fix dump of generated columns in partitions |
commit | commitdiff | tree |
| 2021-05-04 |
Peter Eisentraut | Fix ALTER TABLE / INHERIT with generated columns |
commit | commitdiff | tree |
| 2021-05-04 |
Alexander Korotkov | Remove mention of the version number from pg_trgm docs |
commit | commitdiff | tree |
| 2021-05-03 |
Bruce Momjian | Update query_id computation |
commit | commitdiff | tree |
| 2021-05-03 |
Peter Eisentraut | doc: Add index entry for "multirange type" |
commit | commitdiff | tree |
| 2021-05-03 |
Robert Haas | amcheck: Improve some confusing reports about TOAST... |
commit | commitdiff | tree |
| 2021-05-03 |
Tom Lane | Fix performance issue in new regex match-all detection... |
commit | commitdiff | tree |
| 2021-05-03 |
Peter Eisentraut | Prevent lwlock dtrace probes from unnecessary work |
commit | commitdiff | tree |
| 2021-05-03 |
Peter Eisentraut | Remove unused function argument |
commit | commitdiff | tree |
| 2021-05-03 |
Peter Eisentraut | libpq: Refactor some error messages for easier translation |
commit | commitdiff | tree |
| 2021-05-03 |
Peter Eisentraut | Factor out system call names from error messages |
commit | commitdiff | tree |
| 2021-05-03 |
Amit Kapila | Fix the computation of slot stats for 'total_bytes'. |
commit | commitdiff | tree |
| 2021-05-03 |
Alexander Korotkov | Make websearch_to_tsquery() parse text in quotes as... |
commit | commitdiff | tree |
| 2021-05-01 |
Bruce Momjian | Revert use singular for -1 (commits 9ee7d533da and... |
commit | commitdiff | tree |
| 2021-04-30 |
Tom Lane | Doc: add an example of a self-referential foreign key... |
commit | commitdiff | tree |
| 2021-04-30 |
Tom Lane | Doc: update libpq's documentation for PQfn(). |
commit | commitdiff | tree |
| 2021-04-30 |
Tom Lane | Disallow calling anything but plain functions via the... |
commit | commitdiff | tree |
| 2021-04-30 |
Amit Kapila | Fix the bugs in selecting the transaction for streaming. |
commit | commitdiff | tree |
| 2021-04-30 |
David Rowley | Adjust EXPLAIN output for parallel Result Cache plans |
commit | commitdiff | tree |
| 2021-04-30 |
Amit Kapila | Another try to fix the test case added by commit f5fc2f... |
commit | commitdiff | tree |
| 2021-04-29 |
Tom Lane | Improve wording of some pg_upgrade failure reports. |
commit | commitdiff | tree |
| 2021-04-29 |
Tom Lane | Fix some more omissions in pg_upgrade's tests for non... |
commit | commitdiff | tree |
| next |