| 2021-04-23 |
Michael Paquier | Remove use of [U]INT64_FORMAT in some translatable... |
commit | commitdiff | tree |
| 2021-04-23 |
Etsuro Fujita | Minor code cleanup in asynchronous execution support. |
commit | commitdiff | tree |
| 2021-04-22 |
Tom Lane | Don't crash on reference to an un-available system... |
commit | commitdiff | tree |
| 2021-04-22 |
Peter Eisentraut | Fix some trailing whitespace in documentation files |
commit | commitdiff | tree |
| 2021-04-22 |
Alvaro Herrera | Fix uninitialized memory bug |
commit | commitdiff | tree |
| 2021-04-22 |
Bruce Momjian | doc: mention <link> can be inside of <command>, but... |
commit | commitdiff | tree |
| 2021-04-22 |
Andrew Dunstan | Make PostgresVersion code a bit more robust and simple. |
commit | commitdiff | tree |
| 2021-04-22 |
Alvaro Herrera | Fix relcache inconsistency hazard in partition detach |
commit | commitdiff | tree |
| 2021-04-22 |
Tom Lane | Doc: document the tie-breaking behavior of the round... |
commit | commitdiff | tree |
| 2021-04-22 |
Andrew Dunstan | Make PostgresNode version aware |
commit | commitdiff | tree |
| 2021-04-22 |
Michael Paquier | Fix relation leak for subscribers firing triggers in... |
commit | commitdiff | tree |
| 2021-04-22 |
Michael Paquier | doc: Move parallel_leader_participation to its correct... |
commit | commitdiff | tree |
| 2021-04-21 |
Alvaro Herrera | Add comment about extract_autovac_opts not holding... |
commit | commitdiff | tree |
| 2021-04-21 |
Alvaro Herrera | Don't add a redundant constraint when detaching a partition |
commit | commitdiff | tree |
| 2021-04-21 |
Andrew Dunstan | fix silly perl error in commit d064afc720 |
commit | commitdiff | tree |
| 2021-04-21 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
| 2021-04-21 |
Andrew Dunstan | Only ever test for non-127.0.0.1 addresses on Windows... |
commit | commitdiff | tree |
| 2021-04-21 |
Peter Eisentraut | Add DISTINCT to information schema usage views |
commit | commitdiff | tree |
| 2021-04-21 |
Peter Eisentraut | Use correct format placeholder for timeline IDs |
commit | commitdiff | tree |
| 2021-04-21 |
Peter Eisentraut | doc: Improve hyphenation consistency |
commit | commitdiff | tree |
| 2021-04-21 |
Peter Eisentraut | Don't use INT64_FORMAT inside message strings |
commit | commitdiff | tree |
| 2021-04-21 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-04-21 |
Michael Paquier | doc: List compute_query_id in required config for pg_st... |
commit | commitdiff | tree |
| 2021-04-21 |
Michael Paquier | Add CURRENT_ROLE to list of roles for tab completion... |
commit | commitdiff | tree |
| 2021-04-20 |
Tom Lane | Improve WAL record descriptions for SP-GiST records. |
commit | commitdiff | tree |
| 2021-04-20 |
Tom Lane | Fix under-parenthesized XLogRecHasBlockRef() macro. |
commit | commitdiff | tree |
| 2021-04-20 |
Bruce Momjian | Fix interaction of log_line_prefix's query_id and log_s... |
commit | commitdiff | tree |
| 2021-04-20 |
Bruce Momjian | adjust query id feature to use pg_stat_activity.query_id |
commit | commitdiff | tree |
| 2021-04-20 |
Tom Lane | Rename find_em_expr_usable_for_sorting_rel. |
commit | commitdiff | tree |
| 2021-04-20 |
Tom Lane | Fix planner failure in some cases of sorting by an... |
commit | commitdiff | tree |
| 2021-04-20 |
Andrew Dunstan | Avoid unfortunate IPC::Run path caching in PostgresNode |
commit | commitdiff | tree |
| 2021-04-20 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2021-04-20 |
Peter Geoghegan | Document LP_DEAD accounting issues in VACUUM. |
commit | commitdiff | tree |
| 2021-04-19 |
Peter Eisentraut | Use correct format placeholder for pids |
commit | commitdiff | tree |
| 2021-04-19 |
Amit Kapila | Fix test case added by commit f5fc2f5b23. |
commit | commitdiff | tree |
| 2021-04-19 |
Michael Paquier | Fix typos and grammar in comments and docs |
commit | commitdiff | tree |
| 2021-04-19 |
Michael Paquier | Replace magic constants for seek() calls in perl scripts |
commit | commitdiff | tree |
| 2021-04-18 |
Thomas Munro | Explain postmaster's treatment of SIGURG. |
commit | commitdiff | tree |
| 2021-04-18 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
| 2021-04-17 |
Peter Eisentraut | doc: Fix up spacing around verbatim DocBook elements |
commit | commitdiff | tree |
| 2021-04-17 |
Peter Eisentraut | Use correct format placeholder for block numbers |
commit | commitdiff | tree |
| 2021-04-17 |
Tom Lane | Rethink extraction of collation dependencies. |
commit | commitdiff | tree |
| 2021-04-16 |
Tom Lane | Update dummy prosrc values. |
commit | commitdiff | tree |
| 2021-04-16 |
Tom Lane | Convert built-in SQL-language functions to SQL-standard... |
commit | commitdiff | tree |
| 2021-04-16 |
Tom Lane | Split function definitions out of system_views.sql... |
commit | commitdiff | tree |
| 2021-04-16 |
Andrew Dunstan | Allow TestLib::slurp_file to skip contents, and use... |
commit | commitdiff | tree |
| 2021-04-16 |
Tom Lane | Fix bogus collation-version-recording logic. |
commit | commitdiff | tree |
| 2021-04-16 |
Tom Lane | Fix wrong units in two ExplainPropertyFloat calls. |
commit | commitdiff | tree |
| 2021-04-16 |
Peter Eisentraut | psql: Refine lexing of BEGIN...END blocks in CREATE... |
commit | commitdiff | tree |
| 2021-04-16 |
Peter Eisentraut | psql: Small fixes for better translatability |
commit | commitdiff | tree |
| 2021-04-16 |
Michael Paquier | doc: Fix typo in example query of SQL/JSON |
commit | commitdiff | tree |
| 2021-04-16 |
Amit Kapila | Add information of total data processed to replication... |
commit | commitdiff | tree |
| 2021-04-16 |
Thomas Munro | Doc: Document known problem with Windows collation... |
commit | commitdiff | tree |
| 2021-04-15 |
Tom Lane | Provide query source text when parsing a SQL-standard... |
commit | commitdiff | tree |
| 2021-04-15 |
Tom Lane | Revert "Cope with NULL query string in ExecInitParallel... |
commit | commitdiff | tree |
| 2021-04-15 |
Tom Lane | Undo decision to allow pg_proc.prosrc to be NULL. |
commit | commitdiff | tree |
| 2021-04-15 |
Tom Lane | Stabilize recently-added information_schema test queries. |
commit | commitdiff | tree |
| 2021-04-15 |
Peter Eisentraut | Revert "psql: Show all query results by default" |
commit | commitdiff | tree |
| 2021-04-15 |
Fujii Masao | doc: Add missing COMPRESSION into CREATE TABLE synopsis. |
commit | commitdiff | tree |
| 2021-04-15 |
Michael Paquier | doc: Simplify example of HISTFILE for psql |
commit | commitdiff | tree |
| 2021-04-15 |
Peter Eisentraut | pg_upgrade: Small fix for better translatability of... |
commit | commitdiff | tree |
| 2021-04-15 |
Peter Eisentraut | amcheck: Use correct format placeholder for TOAST chunk... |
commit | commitdiff | tree |
| 2021-04-15 |
Michael Paquier | Tweak behavior of pg_dump --extension with configuratio... |
commit | commitdiff | tree |
| 2021-04-14 |
Tom Lane | Fix obsolete comments referencing JoinPathExtraData... |
commit | commitdiff | tree |
| 2021-04-14 |
Robert Haas | amcheck: Reword some messages and fix an alignment... |
commit | commitdiff | tree |
| 2021-04-14 |
Peter Eisentraut | Improve quoting in some error messages |
commit | commitdiff | tree |
| 2021-04-14 |
Michael Paquier | doc: Move force_parallel_mode to section for developer... |
commit | commitdiff | tree |
| 2021-04-14 |
Michael Paquier | Simplify tests of postgres_fdw terminating connections |
commit | commitdiff | tree |
| 2021-04-14 |
Amit Kapila | Use NameData datatype for slotname in stats. |
commit | commitdiff | tree |
| 2021-04-13 |
Tomas Vondra | Initialize t_self and t_tableOid in statext_expressions... |
commit | commitdiff | tree |
| 2021-04-13 |
Peter Geoghegan | Don't truncate heap when VACUUM's failsafe is in effect. |
commit | commitdiff | tree |
| 2021-04-13 |
Tom Lane | Allow table-qualified variable names in ON CONFLICT... |
commit | commitdiff | tree |
| 2021-04-13 |
Robert Haas | docs: Update TOAST storage docs for configurable compre... |
commit | commitdiff | tree |
| 2021-04-13 |
Tom Lane | Fix some inappropriately-disallowed uses of ALTER ROLE... |
commit | commitdiff | tree |
| 2021-04-13 |
Tom Lane | Redesign the caching done by get_cached_rowtype(). |
commit | commitdiff | tree |
| 2021-04-13 |
Tom Lane | Avoid improbable PANIC during heap_update. |
commit | commitdiff | tree |
| 2021-04-13 |
Fujii Masao | doc: Fix typo in logicaldecoding.sgml. |
commit | commitdiff | tree |
| 2021-04-13 |
Noah Misch | Use "-I." in directories holding Bison parsers, for... |
commit | commitdiff | tree |
| 2021-04-13 |
Noah Misch | Port regress-python3-mangle.mk to Solaris "sed". |
commit | commitdiff | tree |
| 2021-04-13 |
Thomas Munro | Fix potential SSI hazard in heap_update(). |
commit | commitdiff | tree |
| 2021-04-13 |
Michael Paquier | Remove duplicated --no-sync switches in new tests of... |
commit | commitdiff | tree |
| 2021-04-12 |
Tom Lane | Remove no-longer-relevant test case. |
commit | commitdiff | tree |
| 2021-04-12 |
Tom Lane | Fix old bug with coercing the result of a COLLATE expre... |
commit | commitdiff | tree |
| 2021-04-12 |
Peter Eisentraut | pg_upgrade: Print OID using %u instead of %d |
commit | commitdiff | tree |
| 2021-04-12 |
Peter Eisentraut | pg_amcheck: Add basic NLS support |
commit | commitdiff | tree |
| 2021-04-12 |
Peter Eisentraut | Fix files references in nls.mk |
commit | commitdiff | tree |
| 2021-04-12 |
Fujii Masao | Support tab-complete for TRUNCATE on foreign tables. |
commit | commitdiff | tree |
| 2021-04-12 |
Michael Paquier | Move log_autovacuum_min_duration into its correct sections |
commit | commitdiff | tree |
| 2021-04-12 |
Amit Kapila | doc: Update information of new messages for logical... |
commit | commitdiff | tree |
| 2021-04-12 |
Michael Paquier | Fix out-of-bound memory access for interval -> char... |
commit | commitdiff | tree |
| 2021-04-11 |
Tom Lane | Silence some Coverity warnings and improve code consist... |
commit | commitdiff | tree |
| 2021-04-11 |
Tom Lane | Add macro PGWARNING, and make PGERROR available on... |
commit | commitdiff | tree |
| 2021-04-11 |
Tom Lane | Fix uninitialized variable from commit a4d75c86b. |
commit | commitdiff | tree |
| 2021-04-11 |
Fujii Masao | Avoid unnecessary table open/close in TRUNCATE command. |
commit | commitdiff | tree |
| 2021-04-11 |
Fujii Masao | Remove COMMIT_TS_SETTS record. |
commit | commitdiff | tree |
| 2021-04-10 |
Noah Misch | Standardize pg_authid oid_symbol values. |
commit | commitdiff | tree |
| 2021-04-10 |
Peter Eisentraut | Improve behavior of date_bin with origin in the future |
commit | commitdiff | tree |
| 2021-04-10 |
Tom Lane | Fix failure of xlogprefetch.h to include all prerequisi... |
commit | commitdiff | tree |
| 2021-04-10 |
Tom Lane | Doc: update documentation of check_function_bodies. |
commit | commitdiff | tree |
| 2021-04-10 |
David Rowley | Improve slightly misleading comments in nodeFuncs.c |
commit | commitdiff | tree |
| next |