| 2021-09-23 |
John Naylor | Add exception for unicode_east_asian_fw_table.h to... |
commit | commitdiff | tree |
| 2021-09-23 |
Alexander Korotkov | Split macros from visibilitymap.h into a separate header |
commit | commitdiff | tree |
| 2021-09-23 |
Tomas Vondra | Release memory allocated by dependency_degree |
commit | commitdiff | tree |
| 2021-09-23 |
Tomas Vondra | Free memory after building each statistics object |
commit | commitdiff | tree |
| 2021-09-23 |
Peter Geoghegan | Document issue with heapam line pointer truncation. |
commit | commitdiff | tree |
| 2021-09-22 |
Fujii Masao | postgres_fdw: Refactor transaction rollback code to... |
commit | commitdiff | tree |
| 2021-09-22 |
Peter Eisentraut | Make use of PG_INT64_MAX/PG_INT64_MIN |
commit | commitdiff | tree |
| 2021-09-22 |
Amit Kapila | Invalidate all partitions for a partitioned table in... |
commit | commitdiff | tree |
| 2021-09-22 |
Amit Kapila | Add parent table name in an error in reorderbuffer.c. |
commit | commitdiff | tree |
| 2021-09-22 |
Peter Geoghegan | Fix "single value strategy" index deletion issue. |
commit | commitdiff | tree |
| 2021-09-22 |
Michael Paquier | Fix some issues with TAP tests for postgres -C |
commit | commitdiff | tree |
| 2021-09-21 |
Michael Paquier | Fix places in TestLib.pm in need of adaptation to the... |
commit | commitdiff | tree |
| 2021-09-21 |
Tom Lane | Fix misevaluation of STABLE parameters in CALL within... |
commit | commitdiff | tree |
| 2021-09-21 |
Alvaro Herrera | Document XLOG_INCLUDE_XID a little better |
commit | commitdiff | tree |
| 2021-09-21 |
Michael Paquier | Introduce GUC shared_memory_size_in_huge_pages |
commit | commitdiff | tree |
| 2021-09-20 |
Peter Geoghegan | Remove overzealous index deletion assertion. |
commit | commitdiff | tree |
| 2021-09-20 |
Andres Freund | pgstat: Prepare to use mechanism for truncated rels... |
commit | commitdiff | tree |
| 2021-09-20 |
Andres Freund | pgstat: Split out relation stats handling from AtEO... |
commit | commitdiff | tree |
| 2021-09-20 |
Alvaro Herrera | Doc: add glossary term for "auxiliary process" |
commit | commitdiff | tree |
| 2021-09-20 |
Tom Lane | Doc: minor improvements for "Formatting" section. |
commit | commitdiff | tree |
| 2021-09-19 |
Tomas Vondra | Disallow extended statistics on system columns |
commit | commitdiff | tree |
| 2021-09-19 |
Tom Lane | Doc: fix typos. |
commit | commitdiff | tree |
| 2021-09-18 |
Andres Freund | process startup: Split single user code out of Postgres... |
commit | commitdiff | tree |
| 2021-09-18 |
Michael Paquier | Improve some check logic in pg_receivewal |
commit | commitdiff | tree |
| 2021-09-17 |
Peter Geoghegan | pageinspect: Make page deletion elog less chatty. |
commit | commitdiff | tree |
| 2021-09-17 |
Tom Lane | Fix pull_varnos to cope with translated PlaceHolderVars. |
commit | commitdiff | tree |
| 2021-09-17 |
Michael Paquier | Clarify some errors in pg_receivewal when closing WAL... |
commit | commitdiff | tree |
| 2021-09-17 |
Michael Paquier | Disable test for postgres -C on Msys |
commit | commitdiff | tree |
| 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 |
| next |