| 2021-04-04 |
Tom Lane | Fix confusion in SP-GiST between attribute type and... |
commit | commitdiff | tree |
| 2021-04-04 |
Tomas Vondra | Fix bug in brin_minmax_multi_union |
commit | commitdiff | tree |
| 2021-04-04 |
Tomas Vondra | Add regression test for minmax-multi macaddr8 type |
commit | commitdiff | tree |
| 2021-04-04 |
Tomas Vondra | Fix order of parameters in BRIN minmax-multi calls |
commit | commitdiff | tree |
| 2021-04-04 |
Tomas Vondra | Fix BRIN minmax-multi distance for inet type |
commit | commitdiff | tree |
| 2021-04-04 |
Tomas Vondra | Fix BRIN minmax-multi distance for timetz type |
commit | commitdiff | tree |
| 2021-04-04 |
Tomas Vondra | Fix BRIN minmax-multi distance for interval type |
commit | commitdiff | tree |
| 2021-04-03 |
Tom Lane | Improve psql's behavior when the editor is exited witho... |
commit | commitdiff | tree |
| 2021-04-03 |
Andres Freund | Improve efficiency of wait event reporting, remove... |
commit | commitdiff | tree |
| 2021-04-03 |
Andres Freund | Split backend status and progress related functionality... |
commit | commitdiff | tree |
| 2021-04-03 |
Michael Paquier | Use more verbose matching patterns for errors in SSL... |
commit | commitdiff | tree |
| 2021-04-03 |
Michael Paquier | Refactor HMAC implementations |
commit | commitdiff | tree |
| 2021-04-03 |
Andres Freund | Do not rely on pgstat.h to indirectly include storage... |
commit | commitdiff | tree |
| 2021-04-03 |
Andres Freund | Split wait event related code from pgstat.[ch] into... |
commit | commitdiff | tree |
| 2021-04-02 |
David Rowley | Remove useless Asserts in Result Cache code |
commit | commitdiff | tree |
| 2021-04-02 |
Bruce Momjian | Use macro MONTHS_PER_YEAR instead of '12' in /ecpg... |
commit | commitdiff | tree |
| 2021-04-02 |
Thomas Munro | Detect POLLHUP/POLLRDHUP while running queries. |
commit | commitdiff | tree |
| 2021-04-02 |
Joe Conway | Clarify documentation of RESET ROLE |
commit | commitdiff | tree |
| 2021-04-02 |
Fujii Masao | pg_checksums: Fix progress reporting. |
commit | commitdiff | tree |
| 2021-04-02 |
Tom Lane | Strip file names reported in error messages on Windows... |
commit | commitdiff | tree |
| 2021-04-02 |
Andrew Dunstan | Fix typo in 6d7a6feac4 |
commit | commitdiff | tree |
| 2021-04-02 |
Fujii Masao | postgres_fdw: Add option to control whether to keep... |
commit | commitdiff | tree |
| 2021-04-02 |
Peter Eisentraut | Add support for NullIfExpr in eval_const_expressions |
commit | commitdiff | tree |
| 2021-04-02 |
Fujii Masao | Fix pgstat_report_replslot() to use proper data types... |
commit | commitdiff | tree |
| 2021-04-02 |
Michael Paquier | doc: Clarify how to generate backup files with non... |
commit | commitdiff | tree |
| 2021-04-02 |
Fujii Masao | Fix typos in comments. |
commit | commitdiff | tree |
| 2021-04-02 |
David Rowley | Attempt to fix unstable Result Cache regression tests |
commit | commitdiff | tree |
| 2021-04-02 |
Bruce Momjian | doc: mention that intervening major releases can be... |
commit | commitdiff | tree |
| 2021-04-02 |
David Rowley | Add Result Cache executor node (take 2) |
commit | commitdiff | tree |
| 2021-04-02 |
Michael Paquier | Improve stability of test with vacuum_truncate in relop... |
commit | commitdiff | tree |
| 2021-04-01 |
Tom Lane | Rethink handling of pass-by-value leaf datums in SP... |
commit | commitdiff | tree |
| 2021-04-01 |
Stephen Frost | Rename Default Roles to Predefined Roles |
commit | commitdiff | tree |
| 2021-04-01 |
Alvaro Herrera | Fix setvbuf()-induced crash in libpq_pipeline |
commit | commitdiff | tree |
| 2021-04-01 |
Robert Haas | amcheck: Fix verify_heapam's tuple visibility checking... |
commit | commitdiff | tree |
| 2021-04-01 |
Tom Lane | Fix pg_restore's misdesigned code for detecting archive... |
commit | commitdiff | tree |
| 2021-04-01 |
Peter Eisentraut | Fix internal extract(timezone_minute) formulas |
commit | commitdiff | tree |
| 2021-04-01 |
Alvaro Herrera | libpq_pipeline: Must strdup(optarg) to avoid crash |
commit | commitdiff | tree |
| 2021-04-01 |
Heikki Linnakangas | Do COPY FROM encoding conversion/verification in larger... |
commit | commitdiff | tree |
| 2021-04-01 |
Heikki Linnakangas | Add 'noError' argument to encoding conversion functions. |
commit | commitdiff | tree |
| 2021-04-01 |
Peter Eisentraut | Make extract(timetz) tests a bit more interesting |
commit | commitdiff | tree |
| 2021-04-01 |
Michael Paquier | doc: Clarify use of ACCESS EXCLUSIVE lock in various... |
commit | commitdiff | tree |
| 2021-04-01 |
Amit Kapila | Ensure to send a prepare after we detect concurrent... |
commit | commitdiff | tree |
| 2021-04-01 |
Michael Paquier | Move some client-specific routines from SSLServer to... |
commit | commitdiff | tree |
| 2021-04-01 |
David Rowley | Revert b6002a796 |
commit | commitdiff | tree |
| 2021-03-31 |
David Rowley | Add Result Cache executor node |
commit | commitdiff | tree |
| 2021-03-31 |
Alvaro Herrera | Remove setvbuf() call from PQtrace() |
commit | commitdiff | tree |
| 2021-03-31 |
Alvaro Herrera | Initialize conn->Pfdebug to NULL when creating a connection |
commit | commitdiff | tree |
| 2021-03-31 |
Alvaro Herrera | Disable force_parallel_mode in libpq_pipeline |
commit | commitdiff | tree |
| 2021-03-31 |
Tom Lane | Fix unportable use of isprint(). |
commit | commitdiff | tree |
| 2021-03-31 |
Tom Lane | Fix portability and safety issues in pqTraceFormatTimes... |
commit | commitdiff | tree |
| 2021-03-31 |
Tom Lane | Silence compiler warning in non-assert builds. |
commit | commitdiff | tree |
| 2021-03-31 |
Tom Lane | Don't prematurely cram a value into a short int. |
commit | commitdiff | tree |
| 2021-03-31 |
Stephen Frost | Add a docs section for obsoleted and renamed functions... |
commit | commitdiff | tree |
| 2021-03-31 |
Tom Lane | Suppress compiler warning in libpq_pipeline.c. |
commit | commitdiff | tree |
| 2021-03-31 |
Tom Lane | Improve style of some replication-related error messages. |
commit | commitdiff | tree |
| 2021-03-31 |
Alvaro Herrera | Fix some libpq_pipeline test problems |
commit | commitdiff | tree |
| 2021-03-31 |
Joe Conway | Fix has_column_privilege function corner case |
commit | commitdiff | tree |
| 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 |
| next |