| 2021-03-13 |
Robert Haas | pg_amcheck: Try to fix still more test failures. |
commit | commitdiff | tree |
| 2021-03-13 |
Robert Haas | Try to avoid apparent platform-dependency in IPC::Run |
commit | commitdiff | tree |
| 2021-03-12 |
Robert Haas | Fix portability issues in pg_amcheck's 004_verify_heapa... |
commit | commitdiff | tree |
| 2021-03-12 |
Peter Geoghegan | Consolidate nbtree VACUUM metapage routines. |
commit | commitdiff | tree |
| 2021-03-12 |
Robert Haas | Move PG_USED_FOR_ASSERTS_ONLY before initializer. |
commit | commitdiff | tree |
| 2021-03-12 |
Robert Haas | Adjust perl style. |
commit | commitdiff | tree |
| 2021-03-12 |
Robert Haas | Try to fix compiler warnings. |
commit | commitdiff | tree |
| 2021-03-12 |
Robert Haas | Add pg_amcheck, a CLI for contrib/amcheck. |
commit | commitdiff | tree |
| 2021-03-12 |
Tom Lane | Fix race condition in psql \e's detection of file modif... |
commit | commitdiff | tree |
| 2021-03-12 |
Tom Lane | Forbid marking an identity column as nullable. |
commit | commitdiff | tree |
| 2021-03-12 |
Thomas Munro | Specialize checkpointer sort functions. |
commit | commitdiff | tree |
| 2021-03-12 |
Amit Kapila | Fix size overflow in calculation introduced by commits... |
commit | commitdiff | tree |
| 2021-03-12 |
Amit Kapila | Fix use of relcache TriggerDesc field introduced by... |
commit | commitdiff | tree |
| 2021-03-12 |
Thomas Munro | Poll postmaster less frequently in recovery. |
commit | commitdiff | tree |
| 2021-03-12 |
Thomas Munro | Add condition variable for walreceiver shutdown. |
commit | commitdiff | tree |
| 2021-03-12 |
Thomas Munro | Add condition variable for recovery resume. |
commit | commitdiff | tree |
| 2021-03-12 |
Fujii Masao | Send statistics collected during shutdown checkpoint... |
commit | commitdiff | tree |
| 2021-03-12 |
Fujii Masao | Force to send remaining WAL stats to the stats collecto... |
commit | commitdiff | tree |
| 2021-03-12 |
Thomas Munro | Minor modernization for README.barrier. |
commit | commitdiff | tree |
| 2021-03-11 |
Peter Geoghegan | Save a few cycles during nbtree VACUUM. |
commit | commitdiff | tree |
| 2021-03-11 |
Peter Geoghegan | Add back vacuum_cleanup_index_scale_factor parameter. |
commit | commitdiff | tree |
| 2021-03-11 |
Robert Haas | Be clear about whether a recovery pause has taken effect. |
commit | commitdiff | tree |
| 2021-03-11 |
Tom Lane | Re-simplify management of inStart in pqParseInput3... |
commit | commitdiff | tree |
| 2021-03-11 |
Robert Haas | Refactor and generalize the ParallelSlot machinery. |
commit | commitdiff | tree |
| 2021-03-11 |
Michael Paquier | Set libcrypto callbacks for all connection threads... |
commit | commitdiff | tree |
| 2021-03-11 |
Peter Geoghegan | Doc: B-Tree only has one additional parameter. |
commit | commitdiff | tree |
| 2021-03-11 |
Thomas Munro | Improve comment for struct BufferDesc. |
commit | commitdiff | tree |
| 2021-03-11 |
Bruce Momjian | tutorial: land height is "elevation", not "altitude" |
commit | commitdiff | tree |
| 2021-03-11 |
Peter Geoghegan | VACUUM ANALYZE: Always update pg_class.reltuples. |
commit | commitdiff | tree |
| 2021-03-11 |
Peter Geoghegan | Don't consider newly inserted tuples in nbtree VACUUM. |
commit | commitdiff | tree |
| 2021-03-10 |
Bruce Momjian | C comments: improve description of GiST NSN and GistBu... |
commit | commitdiff | tree |
| 2021-03-10 |
Thomas Munro | Replace buffer I/O locks with condition variables. |
commit | commitdiff | tree |
| 2021-03-10 |
Tom Lane | Avoid creating duplicate cached plans for inherited... |
commit | commitdiff | tree |
| 2021-03-10 |
Tom Lane | Doc: get rid of <foreignphrase> tags. |
commit | commitdiff | tree |
| 2021-03-10 |
Tom Lane | Doc: improve introductory information about procedures. |
commit | commitdiff | tree |
| 2021-03-10 |
Tom Lane | Doc: fix missing mention of procedure OUT parameters. |
commit | commitdiff | tree |
| 2021-03-10 |
Peter Eisentraut | Add bound check before bsearch() for performance |
commit | commitdiff | tree |
| 2021-03-10 |
Thomas Munro | Fix another portability bug in recent pgbench commit. |
commit | commitdiff | tree |
| 2021-03-10 |
Thomas Munro | Try to fix portability bugs in recent pgbench commits. |
commit | commitdiff | tree |
| 2021-03-10 |
Peter Eisentraut | Small debug message tweak |
commit | commitdiff | tree |
| 2021-03-10 |
Michael Paquier | Move tablespace path re-creation from the makefiles... |
commit | commitdiff | tree |
| 2021-03-10 |
Thomas Munro | pgbench: Synchronize client threads. |
commit | commitdiff | tree |
| 2021-03-10 |
Thomas Munro | Add missing pthread_barrier_t. |
commit | commitdiff | tree |
| 2021-03-10 |
Thomas Munro | pgbench: Improve time logic. |
commit | commitdiff | tree |
| 2021-03-10 |
Thomas Munro | pgbench: Refactor thread portability support. |
commit | commitdiff | tree |
| 2021-03-10 |
Amit Kapila | Fix valgrind issue in commit 05c8482f7f. |
commit | commitdiff | tree |
| 2021-03-10 |
Amit Kapila | Enable parallel SELECT for "INSERT INTO ... SELECT... |
commit | commitdiff | tree |
| 2021-03-10 |
Michael Paquier | Revert changes for SSL compression in libpq |
commit | commitdiff | tree |
| 2021-03-09 |
Alexander Korotkov | Fix vague comment in jsonb documentation |
commit | commitdiff | tree |
| 2021-03-09 |
Peter Eisentraut | libpq: Remove deprecated connection parameters authtype... |
commit | commitdiff | tree |
| 2021-03-09 |
Michael Paquier | Switch back sslcompression to be a normal input field... |
commit | commitdiff | tree |
| 2021-03-09 |
Fujii Masao | Track total amounts of times spent writing and syncing... |
commit | commitdiff | tree |
| 2021-03-09 |
Michael Paquier | Add support for more progress reporting in COPY |
commit | commitdiff | tree |
| 2021-03-09 |
Michael Paquier | Remove support for SSL compression |
commit | commitdiff | tree |
| 2021-03-08 |
Tom Lane | Complain if a function-in-FROM returns a set when it... |
commit | commitdiff | tree |
| 2021-03-08 |
Tom Lane | Properly mark pg_stat_get_subscription() as returning... |
commit | commitdiff | tree |
| 2021-03-08 |
Tom Lane | Validate the OID argument of pg_import_system_collations(). |
commit | commitdiff | tree |
| 2021-03-08 |
Tom Lane | Further tweak memory management for regex DFAs. |
commit | commitdiff | tree |
| 2021-03-08 |
Amit Kapila | Track replication origin progress for rollbacks. |
commit | commitdiff | tree |
| 2021-03-06 |
Peter Eisentraut | Add bit_xor aggregate function |
commit | commitdiff | tree |
| 2021-03-06 |
Magnus Hagander | Clarify that CREATEROLE roles are considered Administrators |
commit | commitdiff | tree |
| 2021-03-06 |
Tom Lane | Add binary I/O capability for cube datatype. |
commit | commitdiff | tree |
| 2021-03-06 |
Magnus Hagander | Improve docs on updatable views |
commit | commitdiff | tree |
| 2021-03-06 |
Michael Paquier | pgbench: Simplify some port, host, user and dbname... |
commit | commitdiff | tree |
| 2021-03-05 |
Tom Lane | Doc: remove obsolete entries in table of BRIN strategy... |
commit | commitdiff | tree |
| 2021-03-05 |
Tom Lane | Remove deprecated containment operators for contrib... |
commit | commitdiff | tree |
| 2021-03-05 |
Michael Paquier | doc: Add backlinks to progress reporting documentation |
commit | commitdiff | tree |
| 2021-03-05 |
Michael Paquier | Add support for PROVE_TESTS and PROVE_FLAGS in MSVC... |
commit | commitdiff | tree |
| 2021-03-04 |
Andrew Dunstan | Close psql processes gracefully in recovery tests |
commit | commitdiff | tree |
| 2021-03-04 |
Peter Eisentraut | pg_upgrade: Fix oversight in version checking |
commit | commitdiff | tree |
| 2021-03-04 |
Fujii Masao | Remove redundant getenv() for PGUSER, in psql help. |
commit | commitdiff | tree |
| 2021-03-04 |
Heikki Linnakangas | Avoid extra newline in errors received in FE protocol... |
commit | commitdiff | tree |
| 2021-03-04 |
Heikki Linnakangas | Remove server and libpq support for old FE/BE protocol... |
commit | commitdiff | tree |
| 2021-03-03 |
Tom Lane | Add trim_array() function. |
commit | commitdiff | tree |
| 2021-03-03 |
Tom Lane | Make test_target_session_attrs more robust against... |
commit | commitdiff | tree |
| 2021-03-03 |
Peter Eisentraut | pg_upgrade: Check version of target cluster binaries |
commit | commitdiff | tree |
| 2021-03-03 |
Amit Kapila | Clarify the usage of max_replication_slots on the subsc... |
commit | commitdiff | tree |
| 2021-03-03 |
Peter Eisentraut | Some copy-editing of GUC descriptions |
commit | commitdiff | tree |
| 2021-03-03 |
Tom Lane | Silence perlcritic warning in commit ee28cacf6. |
commit | commitdiff | tree |
| 2021-03-03 |
Thomas Munro | Use sort_template.h for qsort_tuple() and qsort_ssup(). |
commit | commitdiff | tree |
| 2021-03-03 |
Thomas Munro | Use sort_template.h for qsort() and qsort_arg(). |
commit | commitdiff | tree |
| 2021-03-03 |
Thomas Munro | Add sort_template.h for making sort functions. |
commit | commitdiff | tree |
| 2021-03-03 |
Amit Kapila | Add option to enable two_phase commits via pg_create_lo... |
commit | commitdiff | tree |
| 2021-03-03 |
Tom Lane | Extend the abilities of libpq's target_session_attrs... |
commit | commitdiff | tree |
| 2021-03-03 |
Michael Paquier | Add --tablespace option to reindexdb |
commit | commitdiff | tree |
| 2021-03-02 |
Peter Geoghegan | nbtree page deletion: Add leaftopparent assertion. |
commit | commitdiff | tree |
| 2021-03-02 |
Peter Geoghegan | Fix nbtree page deletion error messages. |
commit | commitdiff | tree |
| 2021-03-02 |
Tom Lane | Mark default_transaction_read_only as GUC_REPORT. |
commit | commitdiff | tree |
| 2021-03-02 |
Alvaro Herrera | Use native path separators to pg_ctl in initdb |
commit | commitdiff | tree |
| 2021-03-02 |
Tom Lane | Suppress unnecessary regex subre nodes in a couple... |
commit | commitdiff | tree |
| 2021-03-02 |
Tom Lane | Improve performance of regular expression back-references. |
commit | commitdiff | tree |
| 2021-03-02 |
Tom Lane | Fix semantics of regular expression back-references. |
commit | commitdiff | tree |
| 2021-03-02 |
Michael Paquier | Fix duplicated test case in TAP tests of reindexdb |
commit | commitdiff | tree |
| 2021-03-02 |
Michael Paquier | Simplify code to switch pg_class.relrowsecurity in... |
commit | commitdiff | tree |
| 2021-03-02 |
Michael Paquier | doc: Improve description of data checksums |
commit | commitdiff | tree |
| 2021-03-02 |
Michael Paquier | doc: Mention archive_command failure handling on signals |
commit | commitdiff | tree |
| 2021-03-01 |
Tom Lane | Improve reporting for syntax errors in multi-line JSON... |
commit | commitdiff | tree |
| 2021-03-01 |
Thomas Munro | Remove obsolete comment for WaitForProcSignalBarrier(). |
commit | commitdiff | tree |
| 2021-03-01 |
Andres Freund | Fix recovery test hang in 021_row_visibility.pl on... |
commit | commitdiff | tree |
| 2021-03-01 |
Thomas Munro | Allow condition variables to be used in interrupt code. |
commit | commitdiff | tree |
| next |