| 2021-04-07 |
Bruce Momjian | Make use of in-core query id added by commit 5fd9dfa5f5 |
commit | commitdiff | tree |
| 2021-04-07 |
Robert Haas | amcheck: fix multiple problems with TOAST pointer valid... |
commit | commitdiff | tree |
| 2021-04-07 |
Bruce Momjian | Move pg_stat_statements query jumbling to core. |
commit | commitdiff | tree |
| 2021-04-07 |
Tom Lane | Remove channel binding requirement from clientcert... |
commit | commitdiff | tree |
| 2021-04-07 |
Tom Lane | Comment cleanup for a1115fa07. |
commit | commitdiff | tree |
| 2021-04-07 |
Robert Haas | amcheck: Remove duplicate XID/MXID bounds checks. |
commit | commitdiff | tree |
| 2021-04-07 |
Peter Geoghegan | Truncate line pointer array during VACUUM. |
commit | commitdiff | tree |
| 2021-04-07 |
Tom Lane | Tighten up allowed names for custom GUC parameters. |
commit | commitdiff | tree |
| 2021-04-07 |
Tomas Vondra | Don't add non-existent pages to bitmap from BRIN |
commit | commitdiff | tree |
| 2021-04-07 |
Peter Eisentraut | libpq: Set Server Name Indication (SNI) for SSL connections |
commit | commitdiff | tree |
| 2021-04-07 |
Magnus Hagander | Refactor hba_authname |
commit | commitdiff | tree |
| 2021-04-07 |
Peter Eisentraut | doc: Improve wording |
commit | commitdiff | tree |
| 2021-04-07 |
Heikki Linnakangas | Revert "Add sortsupport for gist_btree opclasses, for... |
commit | commitdiff | tree |
| 2021-04-07 |
Heikki Linnakangas | Add sortsupport for gist_btree opclasses, for faster... |
commit | commitdiff | tree |
| 2021-04-07 |
Peter Eisentraut | Fix use of cursor sensitivity terminology |
commit | commitdiff | tree |
| 2021-04-07 |
Peter Eisentraut | Message improvement |
commit | commitdiff | tree |
| 2021-04-07 |
Michael Paquier | Remove redundant memset(0) calls for page init of some... |
commit | commitdiff | tree |
| 2021-04-07 |
Michael Paquier | Add some information about authenticated identity via... |
commit | commitdiff | tree |
| 2021-04-06 |
Fujii Masao | Fix test added by commit 9de9294b0c. |
commit | commitdiff | tree |
| 2021-04-06 |
Tom Lane | Postpone some more stuff out of ExecInitModifyTable. |
commit | commitdiff | tree |
| 2021-04-06 |
David Rowley | Fix compiler warning for MSVC in libpq_pipeline.c |
commit | commitdiff | tree |
| 2021-04-06 |
Tom Lane | Postpone some stuff out of ExecInitModifyTable. |
commit | commitdiff | tree |
| 2021-04-06 |
Fujii Masao | postgres_fdw: Allow partitions specified in LIMIT TO... |
commit | commitdiff | tree |
| 2021-04-06 |
Andres Freund | Increment xactCompletionCount during subtransaction... |
commit | commitdiff | tree |
| 2021-04-06 |
Peter Geoghegan | Remove tupgone special case from vacuumlazy.c. |
commit | commitdiff | tree |
| 2021-04-06 |
Tom Lane | Fix missing #include in nodeResultCache.h. |
commit | commitdiff | tree |
| 2021-04-06 |
Peter Eisentraut | psql: Show all query results by default |
commit | commitdiff | tree |
| 2021-04-06 |
Tomas Vondra | Fix handling of clauses incompatible with extended... |
commit | commitdiff | tree |
| 2021-04-06 |
Peter Geoghegan | Refactor lazy_scan_heap() loop. |
commit | commitdiff | tree |
| 2021-04-06 |
Tom Lane | Clean up treatment of missing default and CHECK-constra... |
commit | commitdiff | tree |
| 2021-04-06 |
Fujii Masao | Stop archive recovery if WAL generated with wal_level... |
commit | commitdiff | tree |
| 2021-04-06 |
Heikki Linnakangas | Mark test_enc_conversion() as STRICT. |
commit | commitdiff | tree |
| 2021-04-06 |
Dean Rasheed | pgbench: Function to generate random permutations. |
commit | commitdiff | tree |
| 2021-04-06 |
Etsuro Fujita | Adjust input value to WaitEventSetWait() in ExecAppendA... |
commit | commitdiff | tree |
| 2021-04-06 |
Peter Eisentraut | ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION |
commit | commitdiff | tree |
| 2021-04-06 |
Amit Kapila | Fix the tests added by commit ac4645c015. |
commit | commitdiff | tree |
| 2021-04-06 |
David Rowley | Fix compiler warning in fe-trace.c for MSVC |
commit | commitdiff | tree |
| 2021-04-06 |
Peter Eisentraut | Change return type of EXTRACT to numeric |
commit | commitdiff | tree |
| 2021-04-06 |
Fujii Masao | Fix typo in pgstat.c. |
commit | commitdiff | tree |
| 2021-04-06 |
Fujii Masao | Add function to log the memory contexts of specified... |
commit | commitdiff | tree |
| 2021-04-06 |
Michael Paquier | Fix some issues with SSL and Kerberos tests |
commit | commitdiff | tree |
| 2021-04-06 |
Amit Kapila | Allow pgoutput to send logical decoding messages. |
commit | commitdiff | tree |
| 2021-04-06 |
Amit Kapila | Refactor function parse_output_parameters. |
commit | commitdiff | tree |
| 2021-04-06 |
Michael Paquier | Change PostgresNode::connect_fails() to never send... |
commit | commitdiff | tree |
| 2021-04-06 |
Peter Geoghegan | Allocate access strategy in parallel VACUUM workers. |
commit | commitdiff | tree |
| 2021-04-05 |
Tom Lane | Support INCLUDE'd columns in SP-GiST. |
commit | commitdiff | tree |
| 2021-04-05 |
Peter Geoghegan | Propagate parallel VACUUM's buffer access strategy. |
commit | commitdiff | tree |
| 2021-04-05 |
Peter Geoghegan | Simplify state managed by VACUUM. |
commit | commitdiff | tree |
| 2021-04-05 |
Stephen Frost | Add pg_read_all_data and pg_write_all_data roles |
commit | commitdiff | tree |
| 2021-04-05 |
Fujii Masao | Shut down transaction tracking at startup process exit. |
commit | commitdiff | tree |
| 2021-04-05 |
Alvaro Herrera | Align some terms in arch-dev.sgml to glossary |
commit | commitdiff | tree |
| 2021-04-05 |
Peter Eisentraut | Renumber cursor option flags |
commit | commitdiff | tree |
| 2021-04-05 |
Michael Paquier | Fix typo in collationcmds.c |
commit | commitdiff | tree |
| 2021-04-05 |
Michael Paquier | Refactor all TAP test suites doing connection checks |
commit | commitdiff | tree |
| 2021-04-04 |
Tom Lane | Fix more confusion in SP-GiST. |
commit | commitdiff | tree |
| 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 |
| next |