| 2021-03-31 |
Tom Lane | Rework planning and execution of UPDATE and DELETE. |
commit | commitdiff | tree |
| 2021-03-31 |
Peter Eisentraut | Allow an alias to be attached to a JOIN ... USING |
commit | commitdiff | tree |
| 2021-03-31 |
Etsuro Fujita | Add support for asynchronous execution. |
commit | commitdiff | tree |
| 2021-03-31 |
Peter Eisentraut | Add p_names field to ParseNamespaceItem |
commit | commitdiff | tree |
| 2021-03-31 |
Peter Eisentraut | Add errhint_plural() function and make use of it |
commit | commitdiff | tree |
| 2021-03-31 |
Peter Eisentraut | doc: Remove Cyrillic from unistr example |
commit | commitdiff | tree |
| 2021-03-31 |
Amit Kapila | Remove extra semicolon in postgres_fdw tests. |
commit | commitdiff | tree |
| 2021-03-31 |
Amit Kapila | Doc: Use consistent terminology for tablesync slots. |
commit | commitdiff | tree |
| 2021-03-31 |
Noah Misch | Accept slightly-filled pages for tuples larger than... |
commit | commitdiff | tree |
| 2021-03-31 |
Michael Paquier | Fix comment in parsenodes.h |
commit | commitdiff | tree |
| 2021-03-31 |
Michael Paquier | Add support for --extension in pg_dump |
commit | commitdiff | tree |
| 2021-03-31 |
Tom Lane | Remove small inefficiency in ExecARDeleteTriggers/ExecA... |
commit | commitdiff | tree |
| 2021-03-30 |
Bruce Momjian | adjust dblink regression expected output for commit... |
commit | commitdiff | tree |
| 2021-03-30 |
Alvaro Herrera | libpq_pipeline: add PQtrace() support and tests |
commit | commitdiff | tree |
| 2021-03-30 |
Alvaro Herrera | Improve PQtrace() output format |
commit | commitdiff | tree |
| 2021-03-30 |
Bruce Momjian | In messages, use singular nouns for -1, like we do... |
commit | commitdiff | tree |
| 2021-03-30 |
Peter Eisentraut | Add tests for date_part of epoch near upper bound of... |
commit | commitdiff | tree |
| 2021-03-30 |
Stephen Frost | Use a WaitLatch for vacuum/autovacuum sleeping |
commit | commitdiff | tree |
| 2021-03-30 |
Tom Lane | Further tweaking of pg_dump's handling of default_toast... |
commit | commitdiff | tree |
| 2021-03-30 |
David Rowley | Allow estimate_num_groups() to pass back further detail... |
commit | commitdiff | tree |
| 2021-03-30 |
David Rowley | Fix compiler warning in unistr function |
commit | commitdiff | tree |
| 2021-03-30 |
David Rowley | Allow users of simplehash.h to perform direct deletions |
commit | commitdiff | tree |
| 2021-03-30 |
Peter Eisentraut | Add upper boundary tests for timestamp and timestamptz... |
commit | commitdiff | tree |
| 2021-03-30 |
Amit Kapila | Add a xid argument to the filter_prepare callback for... |
commit | commitdiff | tree |
| 2021-03-30 |
Etsuro Fujita | Update obsolete comment. |
commit | commitdiff | tree |
| 2021-03-29 |
Alvaro Herrera | psql: call clearerr() just before printing |
commit | commitdiff | tree |
| 2021-03-29 |
David Rowley | Adjust design of per-worker parallel seqscan data struct |
commit | commitdiff | tree |
| 2021-03-29 |
Andrew Dunstan | Allow matching the DN of a client certificate for authe... |
commit | commitdiff | tree |
| 2021-03-29 |
Peter Eisentraut | Clean up date_part tests a bit |
commit | commitdiff | tree |
| 2021-03-29 |
Peter Eisentraut | Add unistr function |
commit | commitdiff | tree |
| 2021-03-29 |
Peter Eisentraut | Reset standard_conforming_strings in strings test |
commit | commitdiff | tree |
| 2021-03-29 |
Peter Geoghegan | PageAddItemExtended(): Add LP_UNUSED assertion. |
commit | commitdiff | tree |
| 2021-03-29 |
David Rowley | Cache if PathTarget and RestrictInfos contain volatile... |
commit | commitdiff | tree |
| 2021-03-28 |
Stephen Frost | doc: Define TLS as an acronym |
commit | commitdiff | tree |
| 2021-03-27 |
Tomas Vondra | Stabilize stats_ext test with other collations |
commit | commitdiff | tree |
| 2021-03-27 |
Peter Eisentraut | Improve consistency of SQL code capitalization |
commit | commitdiff | tree |
| 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 |
| next |