| 2021-09-16 |
Tom Lane | Fix EXPLAIN to handle SEARCH BREADTH FIRST queries. |
commit | commitdiff | tree |
| 2021-09-16 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
| 2021-09-16 |
Andres Freund | process startup: Do InitProcess() at the same time... |
commit | commitdiff | tree |
| 2021-09-16 |
Andres Freund | Fix performance regression from session statistics. |
commit | commitdiff | tree |
| 2021-09-16 |
Fujii Masao | Fix variable shadowing in procarray.c. |
commit | commitdiff | tree |
| 2021-09-16 |
Fujii Masao | Use int instead of size_t in procarray.c. |
commit | commitdiff | tree |
| 2021-09-16 |
Michael Paquier | Support "postgres -C" with runtime-computed GUCs |
commit | commitdiff | tree |
| 2021-09-15 |
Andres Freund | process startup: Initialize PgStartTime earlier in... |
commit | commitdiff | tree |
| 2021-09-15 |
Tom Lane | Remove arbitrary 64K-or-so limit on rangetable size. |
commit | commitdiff | tree |
| 2021-09-15 |
Peter Eisentraut | Add Cardinality typedef |
commit | commitdiff | tree |
| 2021-09-15 |
Tom Lane | Disallow LISTEN in background workers. |
commit | commitdiff | tree |
| 2021-09-15 |
Peter Eisentraut | Make node output prefix match node structure name |
commit | commitdiff | tree |
| 2021-09-15 |
Peter Eisentraut | Fix hash_array |
commit | commitdiff | tree |
| 2021-09-15 |
Daniel Gustafsson | doc: Clarify refresh options for DROP PUBLICATION |
commit | commitdiff | tree |
| 2021-09-15 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2021-09-15 |
Peter Eisentraut | Update Unicode data to Unicode 14.0.0 |
commit | commitdiff | tree |
| 2021-09-15 |
Michael Paquier | Update README for resource owners about the resource... |
commit | commitdiff | tree |
| 2021-09-14 |
Tom Lane | Improve log messages from pg_import_system_collations(). |
commit | commitdiff | tree |
| 2021-09-14 |
Tom Lane | Send NOTIFY signals during CommitTransaction. |
commit | commitdiff | tree |
| 2021-09-14 |
Tom Lane | Fix planner error with multiple copies of an Alternativ... |
commit | commitdiff | tree |
| 2021-09-14 |
Peter Eisentraut | Add WRITE_INDEX_ARRAY |
commit | commitdiff | tree |
| 2021-09-14 |
Peter Eisentraut | Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD |
commit | commitdiff | tree |
| 2021-09-14 |
Peter Eisentraut | Remove T_Expr |
commit | commitdiff | tree |
| 2021-09-14 |
Andres Freund | jit: Do not try to shut down LLVM state in case of... |
commit | commitdiff | tree |
| 2021-09-14 |
Michael Paquier | Remove code duplication for permission checks with... |
commit | commitdiff | tree |
| 2021-09-13 |
Tom Lane | Clear conn->errorMessage at successful completion of... |
commit | commitdiff | tree |
| 2021-09-13 |
Tom Lane | Doc: improve documentation of CREATE/ALTER SUBSCRIPTION. |
commit | commitdiff | tree |
| 2021-09-13 |
Tom Lane | Fix EXIT out of outermost block in plpgsql. |
commit | commitdiff | tree |
| 2021-09-13 |
Amit Kapila | Fix reorder buffer memory accounting for toast changes. |
commit | commitdiff | tree |
| 2021-09-13 |
Michael Paquier | Fix error handling with threads on OOM in ECPG connecti... |
commit | commitdiff | tree |
| 2021-09-13 |
Amit Kapila | Doc: Change optional parameters grouping in Create... |
commit | commitdiff | tree |
| 2021-09-13 |
Michael Paquier | Add regression tests for csvlog with the logging collector |
commit | commitdiff | tree |
| 2021-09-13 |
Michael Paquier | Refactor the syslogger pipe protocol to use a bitmask... |
commit | commitdiff | tree |
| 2021-09-11 |
Tom Lane | Make pg_regexec() robust against out-of-range search_start. |
commit | commitdiff | tree |
| 2021-09-10 |
Tom Lane | Fix some anomalies with NO SCROLL cursors. |
commit | commitdiff | tree |
| 2021-09-10 |
Noah Misch | Update src/test/kerberos to account for previous commit. |
commit | commitdiff | tree |
| 2021-09-10 |
Noah Misch | Revoke PUBLIC CREATE from public schema, now owned... |
commit | commitdiff | tree |
| 2021-09-09 |
Tom Lane | Avoid fetching from an already-terminated plan. |
commit | commitdiff | tree |
| 2021-09-09 |
Fujii Masao | pgbench: Stop counting skipped transactions as soon... |
commit | commitdiff | tree |
| 2021-09-09 |
Tom Lane | Check for relation length overrun soon enough. |
commit | commitdiff | tree |
| 2021-09-09 |
Fujii Masao | Fix issue with WAL archiving in standby. |
commit | commitdiff | tree |
| 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 |
| next |