| 2021-08-31 |
John Naylor | Mark the timestamptz variant of date_bin() as stable |
commit | commitdiff | tree |
| 2021-08-31 |
Tom Lane | In pg_dump, avoid doing per-table queries for RLS policies. |
commit | commitdiff | tree |
| 2021-08-31 |
Tom Lane | Cache the results of format_type() queries in pg_dump. |
commit | commitdiff | tree |
| 2021-08-31 |
Tomas Vondra | Rename the role in stats_ext to have regress_ prefix |
commit | commitdiff | tree |
| 2021-08-31 |
Tomas Vondra | Fix lookup error in extended stats ownership check |
commit | commitdiff | tree |
| 2021-08-31 |
Tom Lane | Fix missed lock acquisition while inlining new-style... |
commit | commitdiff | tree |
| 2021-08-31 |
Daniel Gustafsson | Prohibit map and grep in void context |
commit | commitdiff | tree |
| 2021-08-31 |
Michael Paquier | Add tab completion for data types after ALTER TABLE... |
commit | commitdiff | tree |
| 2021-08-31 |
Michael Paquier | Refactor one use of IDENTIFY_SYSTEM in WAL streaming... |
commit | commitdiff | tree |
| 2021-08-30 |
Alvaro Herrera | Report tuple address in data-corruption error message |
commit | commitdiff | tree |
| 2021-08-30 |
Alvaro Herrera | psql: Fix name quoting on extended statistics |
commit | commitdiff | tree |
| 2021-08-30 |
Fujii Masao | pgbench: Avoid unnecessary measurement of connection... |
commit | commitdiff | tree |
| 2021-08-30 |
Amit Kapila | Fix incorrect error code in StartupReplicationOrigin(). |
commit | commitdiff | tree |
| 2021-08-30 |
Amit Kapila | Refactor sharedfileset.c to separate out fileset implem... |
commit | commitdiff | tree |
| 2021-08-30 |
Michael Paquier | Add more tab completion support for ALTER TABLE ADD... |
commit | commitdiff | tree |
| 2021-08-29 |
Tom Lane | Doc: add a little about LACON execution to src/backend... |
commit | commitdiff | tree |
| 2021-08-28 |
Alvaro Herrera | Keep stats up to date for partitioned tables |
commit | commitdiff | tree |
| 2021-08-28 |
Alvaro Herrera | psql \dX: reference regclass with "pg_catalog." prefix |
commit | commitdiff | tree |
| 2021-08-28 |
Alvaro Herrera | psql \dP: reference regclass with "pg_catalog." prefix |
commit | commitdiff | tree |
| 2021-08-28 |
Noah Misch | Fix data loss in wal_level=minimal crash recovery of... |
commit | commitdiff | tree |
| 2021-08-27 |
Tom Lane | Count SP-GiST index scans in pg_stat statistics. |
commit | commitdiff | tree |
| 2021-08-27 |
Stephen Frost | Use maintenance_io_concurrency for ANALYZE prefetch |
commit | commitdiff | tree |
| 2021-08-27 |
Stephen Frost | docs: Add command tags for SQL commands |
commit | commitdiff | tree |
| 2021-08-27 |
Daniel Gustafsson | docs: clarify bgw_restart_time documentation |
commit | commitdiff | tree |
| 2021-08-27 |
Peter Geoghegan | track_io_timing logging: Don't special case 0 ms. |
commit | commitdiff | tree |
| 2021-08-27 |
Peter Geoghegan | Reorder log_autovacuum_min_duration log output. |
commit | commitdiff | tree |
| 2021-08-27 |
Peter Geoghegan | vacuumlazy.c: Remove unnecessary parentheses. |
commit | commitdiff | tree |
| 2021-08-27 |
Peter Eisentraut | Change Texinfo output to UTF-8 |
commit | commitdiff | tree |
| 2021-08-27 |
Tom Lane | Handle interaction of regexp's makesearch and MATCHALL... |
commit | commitdiff | tree |
| 2021-08-27 |
Daniel Gustafsson | Avoid invoking PQfnumber in loop constructs |
commit | commitdiff | tree |
| 2021-08-27 |
Amit Kapila | Add logical change details to logical replication worke... |
commit | commitdiff | tree |
| 2021-08-27 |
Peter Geoghegan | contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). |
commit | commitdiff | tree |
| 2021-08-26 |
John Naylor | Extend collection of Unicode combining characters to... |
commit | commitdiff | tree |
| 2021-08-26 |
John Naylor | Update display widths as part of updating Unicode |
commit | commitdiff | tree |
| 2021-08-26 |
John Naylor | Revert "Rename unicode_combining_table to unicode_width... |
commit | commitdiff | tree |
| 2021-08-26 |
John Naylor | Revert "Change mbbisearch to return the character range" |
commit | commitdiff | tree |
| 2021-08-26 |
Peter Eisentraut | Fix handling of partitioned index in RelationGetNumberO... |
commit | commitdiff | tree |
| 2021-08-25 |
John Naylor | Change mbbisearch to return the character range |
commit | commitdiff | tree |
| 2021-08-25 |
John Naylor | Rename unicode_combining_table to unicode_width_table |
commit | commitdiff | tree |
| 2021-08-25 |
Tom Lane | Remove redundant test. |
commit | commitdiff | tree |
| 2021-08-25 |
Robert Haas | Fix broken snapshot handling in parallel workers. |
commit | commitdiff | tree |
| 2021-08-25 |
Peter Eisentraut | psql: Make cancel test more timing robust |
commit | commitdiff | tree |
| 2021-08-25 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-08-25 |
Michael Paquier | Fix incorrect merge in ECPG code with DECLARE |
commit | commitdiff | tree |
| 2021-08-25 |
Amit Kapila | Fix toast rewrites in logical decoding. |
commit | commitdiff | tree |
| 2021-08-25 |
Etsuro Fujita | Doc: Tweak function prototype indentation for consistency. |
commit | commitdiff | tree |
| 2021-08-25 |
Michael Paquier | Add tab completion for EXPLAIN .. EXECUTE in psql |
commit | commitdiff | tree |
| 2021-08-25 |
Fujii Masao | Avoid using ambiguous word "positive" in error message. |
commit | commitdiff | tree |
| 2021-08-25 |
Fujii Masao | Improve error message about valid value for distance... |
commit | commitdiff | tree |
| 2021-08-25 |
Fujii Masao | ecpg: Remove trailing period from error message. |
commit | commitdiff | tree |
| 2021-08-24 |
Tom Lane | Fix regexp misbehavior with capturing parens inside... |
commit | commitdiff | tree |
| 2021-08-24 |
Amit Kapila | Fix Alter Subscription's Add/Drop Publication behavior. |
commit | commitdiff | tree |
| 2021-08-23 |
Tom Lane | Prevent regexp back-refs from sometimes matching when... |
commit | commitdiff | tree |
| 2021-08-23 |
Alvaro Herrera | Avoid creating archive status ".ready" files too early |
commit | commitdiff | tree |
| 2021-08-23 |
Bruce Momjian | Improve defaults shown in postgresql.conf.sample and... |
commit | commitdiff | tree |
| 2021-08-23 |
Michael Paquier | Fix backup manifests to generate correct WAL-Ranges... |
commit | commitdiff | tree |
| 2021-08-22 |
Peter Eisentraut | psql: Improve portability of query cancel test |
commit | commitdiff | tree |
| 2021-08-22 |
David Rowley | Fix broken regression test caused by 22c4e88eb |
commit | commitdiff | tree |
| 2021-08-22 |
David Rowley | Allow parallel DISTINCT |
commit | commitdiff | tree |
| 2021-08-21 |
Tom Lane | Improve error messages about misuse of SELECT INTO. |
commit | commitdiff | tree |
| 2021-08-20 |
Tom Lane | Fix performance bug in regexp's citerdissect/creviterdi... |
commit | commitdiff | tree |
| 2021-08-20 |
Daniel Gustafsson | Remove --quiet option from pg_amcheck |
commit | commitdiff | tree |
| 2021-08-20 |
Peter Eisentraut | psql: Add test for query canceling |
commit | commitdiff | tree |
| 2021-08-20 |
Peter Eisentraut | pg_resetwal: Improve numeric command-line argument... |
commit | commitdiff | tree |
| 2021-08-20 |
Peter Eisentraut | pg_amcheck: Fix block number parsing on command line |
commit | commitdiff | tree |
| 2021-08-19 |
Tom Lane | Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. |
commit | commitdiff | tree |
| 2021-08-19 |
Andres Freund | Unset MyBEEntry, making elog.c's call to pgstat_get_my_... |
commit | commitdiff | tree |
| 2021-08-19 |
Amit Kapila | Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_ST... |
commit | commitdiff | tree |
| 2021-08-19 |
Amit Kapila | Fix typo in protocol.sgml. |
commit | commitdiff | tree |
| 2021-08-19 |
Michael Paquier | Improve performance of float overflow checks in btree_gist |
commit | commitdiff | tree |
| 2021-08-19 |
Michael Paquier | Revert refactoring of hex code to src/common/ |
commit | commitdiff | tree |
| 2021-08-18 |
Tom Lane | Fix check_agg_arguments' examination of aggregate FILTE... |
commit | commitdiff | tree |
| 2021-08-18 |
Daniel Gustafsson | Doc: Fix typo in logical decoding example |
commit | commitdiff | tree |
| 2021-08-18 |
Daniel Gustafsson | Fix pg_amcheck --skip option parameter handling |
commit | commitdiff | tree |
| 2021-08-17 |
Tom Lane | Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extens... |
commit | commitdiff | tree |
| 2021-08-17 |
Tom Lane | Reduce assumptions about locale's behavior in new regex... |
commit | commitdiff | tree |
| 2021-08-17 |
Tom Lane | Improve regex compiler's arc moving/copying logic. |
commit | commitdiff | tree |
| 2021-08-17 |
Michael Meskes | Improved ECPG warning as suggested by Michael Paquier... |
commit | commitdiff | tree |
| 2021-08-17 |
Daniel Gustafsson | Set type identifier on BIO |
commit | commitdiff | tree |
| 2021-08-17 |
Heikki Linnakangas | doc: \123 and \x12 escapes in COPY are in database... |
commit | commitdiff | tree |
| 2021-08-16 |
Alvaro Herrera | Revert analyze support for partitioned tables |
commit | commitdiff | tree |
| 2021-08-16 |
Tom Lane | Reduce memory consumption for pending invalidation... |
commit | commitdiff | tree |
| 2021-08-16 |
Daniel Gustafsson | Emit namespace in the post-copy errmsg |
commit | commitdiff | tree |
| 2021-08-16 |
John Naylor | Use direct function calls for pg_popcount{32,64} on... |
commit | commitdiff | tree |
| 2021-08-16 |
Daniel Gustafsson | Clarify initdb --sync-only help message and docs |
commit | commitdiff | tree |
| 2021-08-16 |
Michael Paquier | Refresh apply delay on reload of recovery_min_apply_del... |
commit | commitdiff | tree |
| 2021-08-13 |
Tom Lane | Un-break s_lock_test. |
commit | commitdiff | tree |
| 2021-08-13 |
Tom Lane | Add RISC-V spinlock support in s_lock.h. |
commit | commitdiff | tree |
| 2021-08-13 |
Peter Eisentraut | pg_amcheck: Message style and structuring improvements |
commit | commitdiff | tree |
| 2021-08-13 |
Andres Freund | Remove support for background workers without BGWORKER_... |
commit | commitdiff | tree |
| 2021-08-13 |
Andres Freund | Fix typo. |
commit | commitdiff | tree |
| 2021-08-13 |
Michael Meskes | Fix connection handling for DEALLOCATE and DESCRIBE... |
commit | commitdiff | tree |
| 2021-08-13 |
Daniel Gustafsson | Fix sslsni connparam boolean check |
commit | commitdiff | tree |
| 2021-08-13 |
David Rowley | Fix incorrect hash table resizing code in simplehash.h |
commit | commitdiff | tree |
| 2021-08-12 |
Thomas Munro | Make EXEC_BACKEND more convenient on macOS. |
commit | commitdiff | tree |
| 2021-08-12 |
Tomas Vondra | Use appropriate tuple descriptor in FDW batching |
commit | commitdiff | tree |
| 2021-08-12 |
John Naylor | Speed up generation of Unicode hash functions. |
commit | commitdiff | tree |
| 2021-08-12 |
John Naylor | Fix grammar mistake in hash index README |
commit | commitdiff | tree |
| 2021-08-12 |
Michael Paquier | Avoid unnecessary shared invalidations in ROLLBACK... |
commit | commitdiff | tree |
| 2021-08-12 |
Heikki Linnakangas | Fix segfault during EvalPlanQual with mix of local... |
commit | commitdiff | tree |
| next |