| 2021-09-09 |
Peter Eisentraut | Fix _equalA_Const |
commit | commitdiff | tree |
| 2021-09-09 |
Peter Eisentraut | Remove Value node struct |
commit | commitdiff | tree |
| 2021-09-09 |
Peter Eisentraut | Remove useless casts |
commit | commitdiff | tree |
| 2021-09-09 |
Michael Paquier | Make shared_memory_size a preset option |
commit | commitdiff | tree |
| 2021-09-08 |
Tom Lane | Avoid useless malloc/free traffic around getFormattedTy... |
commit | commitdiff | tree |
| 2021-09-08 |
Tom Lane | Fix misleading comments about TOAST access macros. |
commit | commitdiff | tree |
| 2021-09-08 |
Tom Lane | In psql tab completion, offer spelled-out commands... |
commit | commitdiff | tree |
| 2021-09-08 |
Tom Lane | Fix rewriter to set hasModifyingCTE correctly on rewrit... |
commit | commitdiff | tree |
| 2021-09-08 |
Daniel Gustafsson | Consistently use "superuser" instead of "super user" |
commit | commitdiff | tree |
| 2021-09-08 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-09-08 |
Peter Eisentraut | Disable anonymous record hash support except in special... |
commit | commitdiff | tree |
| 2021-09-08 |
Fujii Masao | postgres_fdw: Revert unstable tests for postgres_fdw... |
commit | commitdiff | tree |
| 2021-09-08 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2021-09-08 |
Amit Kapila | Invalidate relcache for publications defined for all... |
commit | commitdiff | tree |
| 2021-09-08 |
Michael Paquier | Fix compilation warning in ipci.c |
commit | commitdiff | tree |
| 2021-09-08 |
Michael Paquier | Introduce GUC shared_memory_size |
commit | commitdiff | tree |
| 2021-09-08 |
Michael Paquier | Clean up some code using "(expr) ? true : false" |
commit | commitdiff | tree |
| 2021-09-07 |
Magnus Hagander | Consistently use read-only instead of "read only" |
commit | commitdiff | tree |
| 2021-09-07 |
Andres Freund | windows: Only consider us to be running as service... |
commit | commitdiff | tree |
| 2021-09-07 |
Heikki Linnakangas | Fix missing words in comment. |
commit | commitdiff | tree |
| 2021-09-07 |
Fujii Masao | postgres_fdw: Allow application_name of remote connecti... |
commit | commitdiff | tree |
| 2021-09-07 |
Amit Kapila | Log new catalog xmin candidate in LogicalIncreaseXminFo... |
commit | commitdiff | tree |
| 2021-09-06 |
Tom Lane | Further fix psql query-cancel test. |
commit | commitdiff | tree |
| 2021-09-06 |
Noah Misch | AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. |
commit | commitdiff | tree |
| 2021-09-06 |
Alvaro Herrera | Add PublicationTable and PublicationRelInfo structs |
commit | commitdiff | tree |
| 2021-09-06 |
Tom Lane | Fix actively-misleading comments about the contents... |
commit | commitdiff | tree |
| 2021-09-06 |
Tom Lane | Make timetz_zone() stable, and correct a bug for DYNTZ... |
commit | commitdiff | tree |
| 2021-09-06 |
Fujii Masao | Fix typo in comments. |
commit | commitdiff | tree |
| 2021-09-06 |
Peter Eisentraut | Improve fix pkg-config files for static linking |
commit | commitdiff | tree |
| 2021-09-06 |
Michael Paquier | Move the shared memory size calculation to its own... |
commit | commitdiff | tree |
| 2021-09-06 |
Michael Paquier | Remove some unused variables in TAP tests |
commit | commitdiff | tree |
| 2021-09-04 |
Tom Lane | Further portability tweaks for float4/float8 hash funct... |
commit | commitdiff | tree |
| 2021-09-04 |
Tom Lane | Minor improvements for psql help output. |
commit | commitdiff | tree |
| 2021-09-04 |
Alvaro Herrera | Revert "Avoid creating archive status ".ready" files... |
commit | commitdiff | tree |
| 2021-09-04 |
Tom Lane | Remove arbitrary MAXPGPATH limit on command lengths... |
commit | commitdiff | tree |
| 2021-09-03 |
Tom Lane | Disallow creating an ICU collation if the DB encoding... |
commit | commitdiff | tree |
| 2021-09-03 |
John Naylor | Set the volatility of the timestamptz version of date_b... |
commit | commitdiff | tree |
| 2021-09-03 |
Tom Lane | Fix portability issue in tests from commit ce773f230. |
commit | commitdiff | tree |
| 2021-09-03 |
Peter Eisentraut | Make pkg-config files cross-compile friendly |
commit | commitdiff | tree |
| 2021-09-03 |
Peter Eisentraut | Fix pkg-config files for static linking |
commit | commitdiff | tree |
| 2021-09-02 |
Tom Lane | In count_usable_fds(), duplicate stderr not stdin. |
commit | commitdiff | tree |
| 2021-09-02 |
Tom Lane | Fix float4/float8 hash functions to produce uniform... |
commit | commitdiff | tree |
| 2021-09-02 |
Daniel Gustafsson | Remove superfluous variable assignment |
commit | commitdiff | tree |
| 2021-09-02 |
Fujii Masao | Enhance pg_stat_reset_single_table_counters function. |
commit | commitdiff | tree |
| 2021-09-02 |
Amit Kapila | Optimize fileset usage in apply worker. |
commit | commitdiff | tree |
| 2021-09-02 |
Michael Paquier | doc: Replace some uses of "which" by "that" in parallel... |
commit | commitdiff | tree |
| 2021-09-02 |
Tatsuo Ishii | Use COPY FREEZE in pgbench for faster benchmark table... |
commit | commitdiff | tree |
| 2021-09-01 |
Tom Lane | Doc: clarify how triggers relate to transactions. |
commit | commitdiff | tree |
| 2021-09-01 |
Tom Lane | Refactor postgresImportForeignSchema to avoid code... |
commit | commitdiff | tree |
| 2021-09-01 |
Tomas Vondra | Identify simple column references in extended statistics |
commit | commitdiff | tree |
| 2021-09-01 |
Fujii Masao | Improve tab-completion for CREATE PUBLICATION. |
commit | commitdiff | tree |
| 2021-09-01 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2021-09-01 |
Fujii Masao | pgbench: Fix bug in measurement of disconnection delays. |
commit | commitdiff | tree |
| 2021-09-01 |
Amit Kapila | Fix the random test failure in 001_rep_changes. |
commit | commitdiff | tree |
| 2021-09-01 |
Peter Geoghegan | VACUUM VERBOSE: Don't report "pages removed". |
commit | commitdiff | tree |
| 2021-09-01 |
Michael Paquier | Refactor one conversion of SQLSTATE to string in elog.c |
commit | commitdiff | tree |
| 2021-09-01 |
Michael Paquier | Add PostgresNode::command_fails_like() |
commit | commitdiff | tree |
| 2021-08-31 |
Peter Geoghegan | Remove obsolete nbtree relation extension comment. |
commit | commitdiff | tree |
| 2021-08-31 |
Peter Geoghegan | vacuumlazy.c: Correct prune state comment. |
commit | commitdiff | tree |
| 2021-08-31 |
Tomas Vondra | Don't print extra parens around expressions in extended... |
commit | commitdiff | tree |
| 2021-08-31 |
Peter Geoghegan | Remove unneeded old_rel_pages VACUUM state field. |
commit | commitdiff | tree |
| 2021-08-31 |
Peter Geoghegan | Add historic commit to git-blame-ignore-revs file. |
commit | commitdiff | tree |
| 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 |
| next |