| 2022-04-03 |
Peter Geoghegan | Set relfrozenxid to oldest extant XID seen by VACUUM. |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Geoghegan | Doc: Add relfrozenxid Tip to XID wraparound section. |
commit | commitdiff | tree |
| 2022-04-02 |
Tom Lane | Fix overflow hazards in interval input and output conve... |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Geoghegan | Doc: Clarify the role of aggressive VACUUMs. |
commit | commitdiff | tree |
| 2022-04-02 |
Tom Lane | Add a couple more tests for interval input decoding. |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Geoghegan | vacuumlazy.c: Clean up variable declarations. |
commit | commitdiff | tree |
| 2022-04-02 |
Joe Conway | Use has_privs_for_roles for predefined role checks... |
commit | commitdiff | tree |
| 2022-04-02 |
Alvaro Herrera | Allow CLUSTER on partitioned tables |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Geoghegan | Doc: Remove MultiXact wraparound section link. |
commit | commitdiff | tree |
| 2022-04-02 |
Alvaro Herrera | Remove excess semicolon in MERGE docs |
commit | commitdiff | tree |
| 2022-04-02 |
Andrew Dunstan | Use ORDER BY in catalog results in SQL/JSON tests |
commit | commitdiff | tree |
| 2022-04-02 |
John Naylor | Specialize tuplesort routines for different kinds of... |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
| 2022-04-02 |
Michael Paquier | Make upgradecheck a no-op in MSVC's vcregress.pl |
commit | commitdiff | tree |
| 2022-04-02 |
Michael Paquier | pageinspect: Use better macros to get special page... |
commit | commitdiff | tree |
| 2022-04-01 |
Peter Eisentraut | libpq: Fix pkg-config without OpenSSL |
commit | commitdiff | tree |
| 2022-04-01 |
Tom Lane | Set minimum required version of zstd as 1.4.0. |
commit | commitdiff | tree |
| 2022-04-01 |
Peter Eisentraut | libpq: Allow IP address SANs in server certificates |
commit | commitdiff | tree |
| 2022-04-01 |
Robert Haas | docs: Changing column type doesn't always require an... |
commit | commitdiff | tree |
| 2022-04-01 |
Peter Eisentraut | Add SSL tests for IP addresses in certificates |
commit | commitdiff | tree |
| 2022-04-01 |
Peter Eisentraut | psql: Refactor ProcessResult() |
commit | commitdiff | tree |
| 2022-04-01 |
Michael Paquier | Add macros in hash and btree AMs to get the special... |
commit | commitdiff | tree |
| 2022-04-01 |
Michael Paquier | Improve handling and logging of TAP tests for pg_upgrade |
commit | commitdiff | tree |
| 2022-04-01 |
Michael Paquier | Switch the regression tests of pg_upgrade to use TAP... |
commit | commitdiff | tree |
| 2022-03-31 |
Tom Lane | Keep plpgsql.h C++-clean. |
commit | commitdiff | tree |
| 2022-03-31 |
Tom Lane | Expose a few more PL/pgSQL functions to debugger plugins. |
commit | commitdiff | tree |
| 2022-03-31 |
Andrew Dunstan | Fix comments with "a expression" |
commit | commitdiff | tree |
| 2022-03-31 |
Andrew Dunstan | RETURNING clause for JSON() and JSON_SCALAR() |
commit | commitdiff | tree |
| 2022-03-31 |
Robert Haas | initdb: When running CREATE DATABASE, use STRATEGY... |
commit | commitdiff | tree |
| 2022-03-31 |
Tom Lane | Fix postgres_fdw to check shippability of sort clauses... |
commit | commitdiff | tree |
| 2022-03-31 |
Andres Freund | Print information about type of test and subdirectory... |
commit | commitdiff | tree |
| 2022-03-31 |
Andrew Dunstan | Remove use of perl parent module in Cluster.pm |
commit | commitdiff | tree |
| 2022-03-31 |
Robert Haas | In basebackup_to_shell tests, properly set up pg_hba... |
commit | commitdiff | tree |
| 2022-03-31 |
Peter Eisentraut | psql: Refactor SendQuery() |
commit | commitdiff | tree |
| 2022-03-31 |
Tom Lane | Add missing newline in one libpq error message. |
commit | commitdiff | tree |
| 2022-03-31 |
Peter Eisentraut | psql: Add tests for \errverbose |
commit | commitdiff | tree |
| 2022-03-31 |
Andrew Dunstan | Fix comment typo in PotsgreSQL::Test::Cluster module |
commit | commitdiff | tree |
| 2022-03-31 |
Daniel Gustafsson | doc: Fix typo in ANALYZE documentation |
commit | commitdiff | tree |
| 2022-03-31 |
Daniel Gustafsson | Add diagnostic output on error in pump_until |
commit | commitdiff | tree |
| 2022-03-31 |
Amit Kapila | Raise a WARNING for missing publications. |
commit | commitdiff | tree |
| 2022-03-31 |
Michael Paquier | Clean up some dead code in pg_dump with tar format... |
commit | commitdiff | tree |
| 2022-03-30 |
Tom Lane | Add .gitignore for basebackup_to_shell. |
commit | commitdiff | tree |
| 2022-03-30 |
Tomas Vondra | Optimize order of GROUP BY keys |
commit | commitdiff | tree |
| 2022-03-30 |
Andrew Dunstan | SQL JSON functions |
commit | commitdiff | tree |
| 2022-03-30 |
Robert Haas | Fix possible NULL-pointer-deference in backup_compressi... |
commit | commitdiff | tree |
| 2022-03-30 |
Robert Haas | basebackup_to_shell: Add TAP test. |
commit | commitdiff | tree |
| 2022-03-30 |
Robert Haas | Document basebackup_to_shell.required_role. |
commit | commitdiff | tree |
| 2022-03-30 |
Peter Eisentraut | Add range_agg with multirange inputs |
commit | commitdiff | tree |
| 2022-03-30 |
Andres Freund | ci: enable zstd where available. |
commit | commitdiff | tree |
| 2022-03-30 |
Peter Eisentraut | Change some internal error messages to elogs |
commit | commitdiff | tree |
| 2022-03-30 |
Andrew Dunstan | Make PostgreSQL::Test::Cluster compatible with all... |
commit | commitdiff | tree |
| 2022-03-30 |
Peter Eisentraut | Additional tests for range_intersect_agg(anymultirange) |
commit | commitdiff | tree |
| 2022-03-30 |
Peter Eisentraut | doc: Document range_intersect_agg(anymultirange) |
commit | commitdiff | tree |
| 2022-03-30 |
Robert Haas | Allow parallel zstd compression when taking a base... |
commit | commitdiff | tree |
| 2022-03-30 |
Robert Haas | Simplify a needlessly-complicated regular expression. |
commit | commitdiff | tree |
| 2022-03-30 |
Daniel Gustafsson | doc: Clarify when SSL actually means TLS |
commit | commitdiff | tree |
| 2022-03-30 |
Etsuro Fujita | Fix typo in comment. |
commit | commitdiff | tree |
| 2022-03-30 |
Peter Eisentraut | Add header matching mode to COPY FROM |
commit | commitdiff | tree |
| 2022-03-30 |
Michael Paquier | Add TAP test in pg_dump with --format=tar and --compress |
commit | commitdiff | tree |
| 2022-03-30 |
Amit Kapila | Skip empty transactions for logical replication. |
commit | commitdiff | tree |
| 2022-03-29 |
Robert Haas | Make PostgreSQL::Test::Cluster::run_log() return a... |
commit | commitdiff | tree |
| 2022-03-29 |
Andrew Dunstan | SQL/JSON query functions |
commit | commitdiff | tree |
| 2022-03-29 |
Robert Haas | In 020_createdb.pl, change order of command-line arguments. |
commit | commitdiff | tree |
| 2022-03-29 |
Robert Haas | Add new block-by-block strategy for CREATE DATABASE. |
commit | commitdiff | tree |
| 2022-03-29 |
Alvaro Herrera | Revert "Fix replay of create database records on standby" |
commit | commitdiff | tree |
| 2022-03-29 |
Robert Haas | Explain why the startup process can't cause a shortage... |
commit | commitdiff | tree |
| 2022-03-29 |
Daniel Gustafsson | doc: Make UPDATE FROM examples consistent |
commit | commitdiff | tree |
| 2022-03-29 |
Daniel Gustafsson | Enable SSL library detection via PQsslAttribute() |
commit | commitdiff | tree |
| 2022-03-29 |
Peter Eisentraut | psql: Add test for psql behavior on server crash |
commit | commitdiff | tree |
| 2022-03-29 |
Michael Paquier | Avoid instabilities with the regression tests of pg_fre... |
commit | commitdiff | tree |
| 2022-03-29 |
Michael Paquier | Add system view pg_ident_file_mappings |
commit | commitdiff | tree |
| 2022-03-29 |
Michael Paquier | Modify query on pg_hba_file_rules to check for errors... |
commit | commitdiff | tree |
| 2022-03-28 |
Andrew Dunstan | IS JSON predicate |
commit | commitdiff | tree |
| 2022-03-28 |
Joe Conway | Use has_privs_for_roles for predefined role checks |
commit | commitdiff | tree |
| 2022-03-28 |
Robert Haas | Remove the ability of a role to administer itself. |
commit | commitdiff | tree |
| 2022-03-28 |
Robert Haas | Fix a few goofs in new backup compression code. |
commit | commitdiff | tree |
| 2022-03-28 |
Tom Lane | Add public ruleutils.c entry point to deparse a Query. |
commit | commitdiff | tree |
| 2022-03-28 |
Alvaro Herrera | Fix role names in merge.sql regress file |
commit | commitdiff | tree |
| 2022-03-28 |
Alvaro Herrera | Add support for MERGE SQL command |
commit | commitdiff | tree |
| 2022-03-28 |
Peter Eisentraut | Preparatory test cleanup |
commit | commitdiff | tree |
| 2022-03-28 |
Tomas Vondra | Document autoanalyze limitations for partitioned tables |
commit | commitdiff | tree |
| 2022-03-28 |
Peter Eisentraut | Make JSON path numeric literals more correct |
commit | commitdiff | tree |
| 2022-03-28 |
Andres Freund | Don't fail for > 1 walsenders in 019_replslot_limit... |
commit | commitdiff | tree |
| 2022-03-28 |
Andres Freund | Mark pg_stat_get_subscription_stats() strict. |
commit | commitdiff | tree |
| 2022-03-28 |
Andres Freund | Fix NULL input behaviour of pg_stat_get_replication_slot(). |
commit | commitdiff | tree |
| 2022-03-28 |
Thomas Munro | Fix pg_waldump docs. |
commit | commitdiff | tree |
| 2022-03-28 |
Andres Freund | waldump: fix use-after-free in search_directory(). |
commit | commitdiff | tree |
| 2022-03-27 |
Tom Lane | Fix up compiler warnings/errors from f4fb45d15. |
commit | commitdiff | tree |
| 2022-03-27 |
Andrew Dunstan | SQL/JSON constructors |
commit | commitdiff | tree |
| 2022-03-27 |
Andrew Dunstan | Common SQL/JSON clauses |
commit | commitdiff | tree |
| 2022-03-27 |
Daniel Gustafsson | Remove more unused module imports from TAP tests |
commit | commitdiff | tree |
| 2022-03-27 |
Tom Lane | Remove useless variable. |
commit | commitdiff | tree |
| 2022-03-27 |
Tom Lane | Avoid using large pass-by-value struct arguments in... |
commit | commitdiff | tree |
| 2022-03-27 |
Tom Lane | Fix breakage of get_ps_display() in the PS_USE_NONE... |
commit | commitdiff | tree |
| 2022-03-27 |
Michael Paquier | Fix comment in execParallel.c |
commit | commitdiff | tree |
| 2022-03-27 |
Michael Paquier | pageinspect: Add more sanity checks to prevent out... |
commit | commitdiff | tree |
| 2022-03-26 |
Tomas Vondra | Wait for subscription to sync in t/031_column_list.sql |
commit | commitdiff | tree |
| 2022-03-26 |
Daniel Gustafsson | SSL TAP test backend library independence refactoring |
commit | commitdiff | tree |
| 2022-03-26 |
Tom Lane | Suppress compiler warning in relptr_store(). |
commit | commitdiff | tree |
| 2022-03-26 |
Tomas Vondra | Move prattrs to the pg_publication_rel section in docs |
commit | commitdiff | tree |
| next |