| 2021-03-26 |
Tomas Vondra | Extended statistics on expressions |
commit | commitdiff | tree |
| 2021-03-26 |
Tomas Vondra | Reduce duration of stats_ext regression tests |
commit | commitdiff | tree |
| 2021-03-26 |
Tomas Vondra | Fix ndistinct estimates with system attributes |
commit | commitdiff | tree |
| 2021-03-26 |
Noah Misch | Add "pg_database_owner" default role. |
commit | commitdiff | tree |
| 2021-03-26 |
Noah Misch | Merge similar algorithms into roles_is_member_of(). |
commit | commitdiff | tree |
| 2021-03-26 |
Tomas Vondra | Fix alignment in BRIN minmax-multi deserialization |
commit | commitdiff | tree |
| 2021-03-26 |
Tomas Vondra | BRIN minmax-multi indexes |
commit | commitdiff | tree |
| 2021-03-26 |
Tomas Vondra | BRIN bloom indexes |
commit | commitdiff | tree |
| 2021-03-26 |
Tomas Vondra | Support the old signature of BRIN consistent function |
commit | commitdiff | tree |
| 2021-03-26 |
Tomas Vondra | Remove unnecessary pg_amproc BRIN minmax entries |
commit | commitdiff | tree |
| 2021-03-25 |
Robert Haas | Fix interaction of TOAST compression with expression... |
commit | commitdiff | tree |
| 2021-03-25 |
Alvaro Herrera | ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY |
commit | commitdiff | tree |
| 2021-03-25 |
Alvaro Herrera | Document lock obtained during partition detach |
commit | commitdiff | tree |
| 2021-03-25 |
Alvaro Herrera | Add comments for AlteredTableInfo->rel |
commit | commitdiff | tree |
| 2021-03-25 |
Alvaro Herrera | Let ALTER TABLE Phase 2 routines manage the relation... |
commit | commitdiff | tree |
| 2021-03-25 |
Alvaro Herrera | Rework HeapTupleHeader macros to reuse itemptr.h |
commit | commitdiff | tree |
| 2021-03-25 |
Alvaro Herrera | Remove StoreSingleInheritance reimplementation |
commit | commitdiff | tree |
| 2021-03-25 |
Peter Eisentraut | Trim some extra whitespace in parser file |
commit | commitdiff | tree |
| 2021-03-25 |
Peter Eisentraut | Rename a parse node to be more general |
commit | commitdiff | tree |
| 2021-03-25 |
Michael Paquier | Sanitize the term "combo CID" in code comments |
commit | commitdiff | tree |
| 2021-03-25 |
Fujii Masao | Fix bug in WAL replay of COMMIT_TS_SETTS record. |
commit | commitdiff | tree |
| 2021-03-25 |
Fujii Masao | Improve connection denied error message during recovery. |
commit | commitdiff | tree |
| 2021-03-24 |
Andrew Dunstan | Allow for installation-aware instances of PostgresNode |
commit | commitdiff | tree |
| 2021-03-24 |
Michael Meskes | Need to step forward in the loop to get to an end. |
commit | commitdiff | tree |
| 2021-03-24 |
Michael Meskes | Add DECLARE STATEMENT command to ECPG |
commit | commitdiff | tree |
| 2021-03-24 |
Peter Eisentraut | Fix stray double semicolons |
commit | commitdiff | tree |
| 2021-03-24 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
| 2021-03-24 |
Stephen Frost | Change checkpoint_completion_target default to 0.9 |
commit | commitdiff | tree |
| 2021-03-24 |
Robert Haas | Tidy up more loose ends related to configurable TOAST... |
commit | commitdiff | tree |
| 2021-03-24 |
Peter Eisentraut | Add date_bin function |
commit | commitdiff | tree |
| 2021-03-24 |
Peter Eisentraut | Improve an error message |
commit | commitdiff | tree |
| 2021-03-24 |
Amit Kapila | Revert "Enable parallel SELECT for "INSERT INTO ..... |
commit | commitdiff | tree |
| 2021-03-24 |
Fujii Masao | Rename wait event WalrcvExit to WalReceiverExit. |
commit | commitdiff | tree |
| 2021-03-24 |
Fujii Masao | Log when GetNewOidWithIndex() fails to find unused... |
commit | commitdiff | tree |
| 2021-03-24 |
Michael Paquier | Reword slightly logs generated for index stats in autov... |
commit | commitdiff | tree |
| 2021-03-23 |
Tomas Vondra | Allow composite types in catalog bootstrap |
commit | commitdiff | tree |
| 2021-03-23 |
Tomas Vondra | Convert Typ from array to list in bootstrap |
commit | commitdiff | tree |
| 2021-03-23 |
Peter Geoghegan | nbtree VACUUM: Cope with buggy opclasses. |
commit | commitdiff | tree |
| 2021-03-23 |
Robert Haas | Improve pg_amcheck's TAP test 003_check.pl. |
commit | commitdiff | tree |
| 2021-03-23 |
Tom Lane | Fix psql's \connect command some more. |
commit | commitdiff | tree |
| 2021-03-23 |
Tom Lane | Avoid possible crash while finishing up a heap rewrite. |
commit | commitdiff | tree |
| 2021-03-23 |
Peter Eisentraut | pgcrypto: Check for error return of px_cipher_decrypt() |
commit | commitdiff | tree |
| 2021-03-23 |
Peter Eisentraut | Add bit_count SQL function |
commit | commitdiff | tree |
| 2021-03-23 |
Michael Paquier | Add per-index stats information in verbose logs of... |
commit | commitdiff | tree |
| 2021-03-23 |
Amit Kapila | Fix dangling pointer reference in stream_cleanup_files. |
commit | commitdiff | tree |
| 2021-03-23 |
Tomas Vondra | Use correct spelling of statistics kind |
commit | commitdiff | tree |
| 2021-03-23 |
Fujii Masao | Change the type of WalReceiverWaitStart wait event... |
commit | commitdiff | tree |
| 2021-03-23 |
Fujii Masao | pg_waldump: Fix bug in per-record statistics. |
commit | commitdiff | tree |
| 2021-03-23 |
Bruce Momjian | Add macro RelationIsPermanent() to report relation... |
commit | commitdiff | tree |
| 2021-03-22 |
Tomas Vondra | Optimize allocations in bringetbitmap |
commit | commitdiff | tree |
| 2021-03-22 |
Tomas Vondra | Move IS [NOT] NULL handling from BRIN support functions |
commit | commitdiff | tree |
| 2021-03-22 |
Tomas Vondra | Pass all scan keys to BRIN consistent function at once |
commit | commitdiff | tree |
| 2021-03-22 |
Tomas Vondra | Move bsearch_arg to src/port |
commit | commitdiff | tree |
| 2021-03-22 |
Tom Lane | Short-circuit slice requests that are for more than... |
commit | commitdiff | tree |
| 2021-03-22 |
Tom Lane | Mostly-cosmetic adjustments of TOAST-related macros. |
commit | commitdiff | tree |
| 2021-03-22 |
Tom Lane | Remove useless configure probe for <lz4/lz4.h>. |
commit | commitdiff | tree |
| 2021-03-22 |
Robert Haas | Error on invalid TOAST compression in CREATE or ALTER... |
commit | commitdiff | tree |
| 2021-03-22 |
Robert Haas | docs: Fix omissions related to configurable TOAST compr... |
commit | commitdiff | tree |
| 2021-03-22 |
Robert Haas | More code cleanup for configurable TOAST compression. |
commit | commitdiff | tree |
| 2021-03-22 |
Michael Paquier | Fix concurrency issues with WAL segment recycling on... |
commit | commitdiff | tree |
| 2021-03-22 |
Fujii Masao | pgbench: Improve error-handling in \sleep command. |
commit | commitdiff | tree |
| 2021-03-22 |
Noah Misch | Make a test endure log_error_verbosity=verbose. |
commit | commitdiff | tree |
| 2021-03-22 |
Michael Paquier | Fix new TAP test for 2PC transactions and PITRs on... |
commit | commitdiff | tree |
| 2021-03-21 |
Michael Paquier | Simplify TAP tests of kerberos with expected log file... |
commit | commitdiff | tree |
| 2021-03-21 |
Michael Paquier | Fix timeline assignment in checkpoints with 2PC transac... |
commit | commitdiff | tree |
| 2021-03-21 |
Tom Lane | Fix assorted silliness in ATExecSetCompression(). |
commit | commitdiff | tree |
| 2021-03-21 |
Peter Geoghegan | Recycle nbtree pages deleted during same VACUUM. |
commit | commitdiff | tree |
| 2021-03-21 |
Tom Lane | Bring configure support for LZ4 up to snuff. |
commit | commitdiff | tree |
| 2021-03-21 |
Tom Lane | Make compression.sql regression test independent of... |
commit | commitdiff | tree |
| 2021-03-21 |
Andrew Dunstan | Don't run recover crash_temp_files test in Windows... |
commit | commitdiff | tree |
| 2021-03-21 |
Alvaro Herrera | Fix new memory leaks in libpq |
commit | commitdiff | tree |
| 2021-03-21 |
Andrew Dunstan | Unbreak recovery test on Windows |
commit | commitdiff | tree |
| 2021-03-21 |
Tom Lane | Suppress various new compiler warnings. |
commit | commitdiff | tree |
| 2021-03-21 |
Peter Eisentraut | Move lwlock-release probe back where it belongs |
commit | commitdiff | tree |
| 2021-03-20 |
Tomas Vondra | Use valid compression method in brin_form_tuple |
commit | commitdiff | tree |
| 2021-03-20 |
Tom Lane | Fix up pg_dump's handling of per-attribute compression... |
commit | commitdiff | tree |
| 2021-03-20 |
Tom Lane | Fix memory leak when rejecting bogus DH parameters. |
commit | commitdiff | tree |
| 2021-03-20 |
Tom Lane | Avoid leaking memory in RestoreGUCState(), and improve... |
commit | commitdiff | tree |
| 2021-03-19 |
Thomas Munro | Provide recovery_init_sync_method=syncfs. |
commit | commitdiff | tree |
| 2021-03-19 |
Tomas Vondra | Use lfirst_int in cmp_list_len_contents_asc |
commit | commitdiff | tree |
| 2021-03-19 |
Robert Haas | Fix use-after-ReleaseSysCache problem in ATExecAlterCol... |
commit | commitdiff | tree |
| 2021-03-19 |
Robert Haas | Allow configurable LZ4 TOAST compression. |
commit | commitdiff | tree |
| 2021-03-19 |
Tomas Vondra | Fix race condition in remove_temp_files_after_crash... |
commit | commitdiff | tree |
| 2021-03-19 |
Tom Lane | Blindly try to fix test script's tar invocation for... |
commit | commitdiff | tree |
| 2021-03-19 |
Fujii Masao | Fix comments in postmaster.c. |
commit | commitdiff | tree |
| 2021-03-19 |
Tom Lane | Don't leak malloc'd error string in libpqrcv_check_conn... |
commit | commitdiff | tree |
| 2021-03-19 |
Tom Lane | Don't leak malloc'd strings when a GUC setting is rejected. |
commit | commitdiff | tree |
| 2021-03-19 |
Tom Lane | Don't leak compiled regex(es) when an ispell cache... |
commit | commitdiff | tree |
| 2021-03-19 |
Tom Lane | Don't run RelationInitTableAccessMethod in a long-lived... |
commit | commitdiff | tree |
| 2021-03-19 |
Tom Lane | Don't leak rd_statlist when a relcache entry is dropped. |
commit | commitdiff | tree |
| 2021-03-19 |
Tomas Vondra | Fix TAP test for remove_temp_files_after_crash |
commit | commitdiff | tree |
| 2021-03-19 |
Michael Paquier | Improve tab completion of IMPORT FOREIGN SCHEMA with... |
commit | commitdiff | tree |
| 2021-03-18 |
Tom Lane | Fix misuse of foreach_delete_current(). |
commit | commitdiff | tree |
| 2021-03-18 |
Tomas Vondra | Implement GROUP BY DISTINCT |
commit | commitdiff | tree |
| 2021-03-18 |
Tomas Vondra | Remove temporary files after backend crash |
commit | commitdiff | tree |
| 2021-03-18 |
Magnus Hagander | Fix function name in error hint |
commit | commitdiff | tree |
| 2021-03-18 |
Amit Kapila | Doc: Update description for parallel insert reloption. |
commit | commitdiff | tree |
| 2021-03-18 |
Amit Kapila | Add a new GUC and a reloption to enable inserts in... |
commit | commitdiff | tree |
| 2021-03-17 |
Andres Freund | Fix memory lifetime issues of replication slot stats. |
commit | commitdiff | tree |
| 2021-03-17 |
Tom Lane | Doc: remove duplicated step in RLS example. |
commit | commitdiff | tree |
| next |