| 2021-04-08 |
Fujii Masao | Allow TRUNCATE command to truncate foreign tables. |
commit | commitdiff | tree |
| 2021-04-08 |
David Rowley | Speedup ScalarArrayOpExpr evaluation |
commit | commitdiff | tree |
| 2021-04-08 |
Thomas Munro | Optionally prefetch referenced data in recovery. |
commit | commitdiff | tree |
| 2021-04-08 |
Thomas Munro | Add circular WAL decoding buffer. |
commit | commitdiff | tree |
| 2021-04-08 |
Thomas Munro | Remove read_page callback from XLogReader. |
commit | commitdiff | tree |
| 2021-04-08 |
David Rowley | Cleanup partition pruning step generation |
commit | commitdiff | tree |
| 2021-04-08 |
Peter Eisentraut | Add ORDER BY to some regression test queries |
commit | commitdiff | tree |
| 2021-04-08 |
Magnus Hagander | Add functions to wait for backend termination |
commit | commitdiff | tree |
| 2021-04-08 |
Peter Eisentraut | doc: Prefer explicit JOIN syntax over old implicit... |
commit | commitdiff | tree |
| 2021-04-08 |
Magnus Hagander | Track identical top vs nested queries independently... |
commit | commitdiff | tree |
| 2021-04-08 |
Peter Eisentraut | Update Unicode data to CLDR 39 |
commit | commitdiff | tree |
| 2021-04-08 |
Thomas Munro | Provide ReadRecentBuffer() to re-pin buffers by ID. |
commit | commitdiff | tree |
| 2021-04-08 |
Alvaro Herrera | autovacuum: handle analyze for partitioned tables |
commit | commitdiff | tree |
| 2021-04-08 |
Andres Freund | Cope with NULL query string in ExecInitParallelPlan(). |
commit | commitdiff | tree |
| 2021-04-08 |
Amit Kapila | Fix typo in jsonfuncs.c. |
commit | commitdiff | tree |
| 2021-04-08 |
Alvaro Herrera | Repair find_inheritance_children with no active snapshot |
commit | commitdiff | tree |
| 2021-04-08 |
Tom Lane | Allow psql's \df and \do commands to specify argument... |
commit | commitdiff | tree |
| 2021-04-08 |
Bruce Momjian | Add csvlog output for the new query_id value |
commit | commitdiff | tree |
| 2021-04-07 |
Peter Geoghegan | Teach VACUUM to bypass unnecessary index vacuuming. |
commit | commitdiff | tree |
| 2021-04-07 |
Bruce Momjian | Fix regression test failure caused by commit 4f0b0966c8 |
commit | commitdiff | tree |
| 2021-04-07 |
Michael Paquier | Fix some failures with connection tests on Windows... |
commit | commitdiff | tree |
| 2021-04-07 |
Peter Eisentraut | SQL-standard function body |
commit | commitdiff | tree |
| 2021-04-07 |
Peter Geoghegan | Add wraparound failsafe to VACUUM. |
commit | commitdiff | tree |
| 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 |
| next |