| 2023-02-28 |
Tom Lane | Fix logic buglets in pg_dump's flagInhAttrs(). |
commit | commitdiff | tree |
| 2023-02-28 |
Andrew Dunstan | Remove unnecessary and problematic collate.windows... |
commit | commitdiff | tree |
| 2023-02-28 |
Tom Lane | Drop test view when done with it. |
commit | commitdiff | tree |
| 2023-02-27 |
Michael Paquier | Fix expected output of xml_2.out |
commit | commitdiff | tree |
| 2023-02-27 |
Michael Paquier | Rework pg_input_error_message(), now renamed pg_input_e... |
commit | commitdiff | tree |
| 2023-02-27 |
Tom Lane | Suppress compiler warnings in new pgstats code. |
commit | commitdiff | tree |
| 2023-02-27 |
Tom Lane | Harden postgres_fdw tests against unexpected cache... |
commit | commitdiff | tree |
| 2023-02-27 |
Heikki Linnakangas | Replace single-quotes with double-quotes in a few SGML... |
commit | commitdiff | tree |
| 2023-02-27 |
Heikki Linnakangas | pg_rewind: Remove notice in docs about running CHECKPOI... |
commit | commitdiff | tree |
| 2023-02-27 |
Peter Eisentraut | Update types in smgr API |
commit | commitdiff | tree |
| 2023-02-27 |
Amit Kapila | Change xl_hash_vacuum_one_page.ntuples from int to... |
commit | commitdiff | tree |
| 2023-02-26 |
Tom Lane | Silence more compiler warnings introduced by d87d548cd0. |
commit | commitdiff | tree |
| 2023-02-26 |
Andrew Dunstan | Don't force SQL_ASCII/no-locale for installcheck in... |
commit | commitdiff | tree |
| 2023-02-26 |
Dean Rasheed | Doc: Miscellaneous doc updates for MERGE. |
commit | commitdiff | tree |
| 2023-02-25 |
Tom Lane | Fix MULTIEXPR_SUBLINK with partitioned target tables... |
commit | commitdiff | tree |
| 2023-02-25 |
Dean Rasheed | Fix mishandling of OLD/NEW references in subqueries... |
commit | commitdiff | tree |
| 2023-02-24 |
Jeff Davis | Silence compiler warnings introduced by d87d548cd0. |
commit | commitdiff | tree |
| 2023-02-24 |
Peter Eisentraut | Fix comment indentation and whitespace |
commit | commitdiff | tree |
| 2023-02-24 |
Daniel Gustafsson | Disallow NULLS NOT DISTINCT indexes for primary keys |
commit | commitdiff | tree |
| 2023-02-24 |
Daniel Gustafsson | pg_dump: Remove move "blob" terminology |
commit | commitdiff | tree |
| 2023-02-24 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2023-02-24 |
Andres Freund | meson: windows: Fix tmp_install + prefix computation... |
commit | commitdiff | tree |
| 2023-02-23 |
Tom Lane | Don't repeatedly register cache callbacks in pgoutput... |
commit | commitdiff | tree |
| 2023-02-23 |
Tomas Vondra | Add LZ4 compression to pg_dump |
commit | commitdiff | tree |
| 2023-02-23 |
Jeff Davis | Remove unnecessary #ifdef USE_ICU and branch. |
commit | commitdiff | tree |
| 2023-02-23 |
Jeff Davis | Refactor to introduce pg_locale_deterministic(). |
commit | commitdiff | tree |
| 2023-02-23 |
Jeff Davis | Refactor to add pg_strcoll(), pg_strxfrm(), and variants. |
commit | commitdiff | tree |
| 2023-02-23 |
Tomas Vondra | Introduce a generic pg_dump compression API |
commit | commitdiff | tree |
| 2023-02-23 |
Tom Lane | Fix mis-handling of outer join quals generated by Equiv... |
commit | commitdiff | tree |
| 2023-02-23 |
Tomas Vondra | Prepare pg_dump internals for additional compression... |
commit | commitdiff | tree |
| 2023-02-23 |
Heikki Linnakangas | pg_rewind: Fix determining TLI when server was just... |
commit | commitdiff | tree |
| 2023-02-23 |
Dean Rasheed | Fix multi-row DEFAULT handling for INSERT ... SELECT... |
commit | commitdiff | tree |
| 2023-02-23 |
Daniel Gustafsson | Consider a failed process as a failed test in pg_regress |
commit | commitdiff | tree |
| 2023-02-22 |
Andres Freund | Add static assertion ensuring sizeof(ExprEvalStep)... |
commit | commitdiff | tree |
| 2023-02-22 |
Heikki Linnakangas | Check for unbounded authentication exchanges in libpq. |
commit | commitdiff | tree |
| 2023-02-22 |
Tom Lane | Fix some issues with wrong placement of pseudo-constant... |
commit | commitdiff | tree |
| 2023-02-22 |
Tomas Vondra | Fix snapshot handling in logicalmsg_decode |
commit | commitdiff | tree |
| 2023-02-22 |
Dean Rasheed | Add missing support for the latest SPI status codes. |
commit | commitdiff | tree |
| 2023-02-22 |
Dean Rasheed | Fix Assert failure for MERGE into a partitioned table... |
commit | commitdiff | tree |
| 2023-02-22 |
John Naylor | Remove newly added asserts from pg_bitutils.h |
commit | commitdiff | tree |
| 2023-02-22 |
Daniel Gustafsson | doc: Add default value of createrole_self_grant |
commit | commitdiff | tree |
| 2023-02-22 |
Dean Rasheed | Fix MERGE command tag for cross-partition updates. |
commit | commitdiff | tree |
| 2023-02-22 |
Peter Eisentraut | Implement ANY_VALUE aggregate |
commit | commitdiff | tree |
| 2023-02-22 |
Peter Eisentraut | gitattributes: Ignore imported pg_bsd_indent code for... |
commit | commitdiff | tree |
| 2023-02-22 |
Peter Eisentraut | pg_dump: Remove some dead code |
commit | commitdiff | tree |
| 2023-02-22 |
Michael Paquier | Fix small memory leak in psql's \bind command |
commit | commitdiff | tree |
| 2023-02-22 |
Michael Paquier | doc: Add missing values for meson options -Dcassert... |
commit | commitdiff | tree |
| 2023-02-22 |
Michael Paquier | Fix corruption of templates after CREATE DATABASE ... |
commit | commitdiff | tree |
| 2023-02-21 |
Tom Lane | Fix erroneous Valgrind markings in AllocSetRealloc. |
commit | commitdiff | tree |
| 2023-02-21 |
Thomas Munro | Remove obsolete coding for early macOS. |
commit | commitdiff | tree |
| 2023-02-21 |
Michael Paquier | Fix handling of escape sequences in postgres_fdw.applic... |
commit | commitdiff | tree |
| 2023-02-21 |
Alvaro Herrera | pgbench: Prepare commands in pipelines in advance |
commit | commitdiff | tree |
| 2023-02-20 |
Tom Lane | Detect overflow in timestamp[tz] subtraction. |
commit | commitdiff | tree |
| 2023-02-20 |
Tom Lane | Fix parsing of ISO-8601 interval fields with exponentia... |
commit | commitdiff | tree |
| 2023-02-20 |
Tom Lane | Prevent join removal from removing the query's result... |
commit | commitdiff | tree |
| 2023-02-20 |
Jeff Davis | Limit memory usage of pg_walinspect functions. |
commit | commitdiff | tree |
| 2023-02-20 |
Tom Lane | Remove gratuitous assumptions about what make_modifytab... |
commit | commitdiff | tree |
| 2023-02-20 |
Alvaro Herrera | Correctly set userid of subquery relations' child rels |
commit | commitdiff | tree |
| 2023-02-20 |
David Rowley | Optimize generate_orderedappend_paths |
commit | commitdiff | tree |
| 2023-02-20 |
John Naylor | Add MSVC support for pg_leftmost_one_pos32() and friends |
commit | commitdiff | tree |
| 2023-02-20 |
John Naylor | Add assert checking to pg_leftmost_one_pos32() and... |
commit | commitdiff | tree |
| 2023-02-20 |
David Rowley | Speedup and increase usability of set proc title functions |
commit | commitdiff | tree |
| 2023-02-20 |
Michael Paquier | Expand regression tests of pg_stat_statements for utili... |
commit | commitdiff | tree |
| 2023-02-20 |
Michael Paquier | Refactor tests of pg_stat_statements for planning,... |
commit | commitdiff | tree |
| 2023-02-19 |
Tomas Vondra | Fix handling of multi-column BRIN indexes |
commit | commitdiff | tree |
| 2023-02-17 |
Tom Lane | Print the correct aliases for DML target tables in... |
commit | commitdiff | tree |
| 2023-02-17 |
Peter Eisentraut | Fix incorrect format placeholder |
commit | commitdiff | tree |
| 2023-02-17 |
Michael Paquier | Redesign archive modules |
commit | commitdiff | tree |
| 2023-02-17 |
Thomas Munro | Remove obsolete platforms from ps_status.c. |
commit | commitdiff | tree |
| 2023-02-16 |
Tom Lane | Fix check for child column generation status matching... |
commit | commitdiff | tree |
| 2023-02-16 |
Andrew Dunstan | pgindent: mention directory arguments in help text |
commit | commitdiff | tree |
| 2023-02-16 |
Michael Paquier | Remove duplicated comment in nodeModifyTable.c |
commit | commitdiff | tree |
| 2023-02-16 |
Amit Kapila | Add a new wait state and use it when sending data in... |
commit | commitdiff | tree |
| 2023-02-15 |
Michael Paquier | Add description for new patterns supported in HBA and... |
commit | commitdiff | tree |
| 2023-02-15 |
Alvaro Herrera | Don't rely on uninitialized value in MERGE / DELETE |
commit | commitdiff | tree |
| 2023-02-15 |
David Rowley | Rename force_parallel_mode to debug_parallel_query |
commit | commitdiff | tree |
| 2023-02-15 |
Michael Paquier | doc: Fix spelling of option -Dtap_tests for meson |
commit | commitdiff | tree |
| 2023-02-15 |
Michael Paquier | Fix handling of SCRAM-SHA-256's channel binding with... |
commit | commitdiff | tree |
| 2023-02-15 |
Tatsuo Ishii | Fix make_etags failure on Mac. |
commit | commitdiff | tree |
| 2023-02-14 |
Peter Eisentraut | Change argument type of pq_sendbytes from char * to... |
commit | commitdiff | tree |
| 2023-02-14 |
Jeff Davis | Correct docs for the default locale_provider of a new... |
commit | commitdiff | tree |
| 2023-02-13 |
Tom Lane | When removing a relation from the query, drop its RelOp... |
commit | commitdiff | tree |
| 2023-02-13 |
Tom Lane | Fix buggy recursion in flatten_rtes_walker(). |
commit | commitdiff | tree |
| 2023-02-13 |
Tom Lane | Fix thinkos in have_unsafe_outer_join_ref; reduce to... |
commit | commitdiff | tree |
| 2023-02-13 |
Andrew Dunstan | Remove obsolete pgindent options --code-base and -... |
commit | commitdiff | tree |
| 2023-02-13 |
Alvaro Herrera | Fix object identity string for transforms |
commit | commitdiff | tree |
| 2023-02-13 |
Alvaro Herrera | Add wait_for_replay_catchup wrapper to Cluster.pm |
commit | commitdiff | tree |
| 2023-02-13 |
David Rowley | Fix pfree issue in presorted DISTINCT aggregate code |
commit | commitdiff | tree |
| 2023-02-13 |
Peter Eisentraut | Consolidate ItemPointer to Datum conversion functions |
commit | commitdiff | tree |
| 2023-02-13 |
David Rowley | Fix incorrect presorted DISTINCT aggregate if condition |
commit | commitdiff | tree |
| 2023-02-13 |
David Rowley | Disable WindowAgg inverse transitions when subplans... |
commit | commitdiff | tree |
| 2023-02-13 |
Michael Paquier | Mark more nodes with attribute no_query_jumble |
commit | commitdiff | tree |
| 2023-02-12 |
Tom Lane | Make pg_bsd_indent's .h files inclusion-order-safe. |
commit | commitdiff | tree |
| 2023-02-12 |
Tom Lane | Avoid dereferencing an undefined pointer in DecodeInter... |
commit | commitdiff | tree |
| 2023-02-12 |
Tom Lane | Integrate pg_bsd_indent into our build/test infrastructure. |
commit | commitdiff | tree |
| 2023-02-12 |
Tom Lane | Sync pg_bsd_indent's copyright notices with Postgres... |
commit | commitdiff | tree |
| 2023-02-12 |
Tom Lane | Import pg_bsd_indent sources. |
commit | commitdiff | tree |
| 2023-02-12 |
Andrew Dunstan | pgindent: filter files for the --commit option |
commit | commitdiff | tree |
| 2023-02-11 |
Andres Freund | Add tests for pg_stat_io |
commit | commitdiff | tree |
| 2023-02-11 |
Andres Freund | Create regress_tblspc in test_setup |
commit | commitdiff | tree |
| next |