| 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 |
| 2021-03-01 |
Thomas Munro | Use condition variables for ProcSignalBarriers. |
commit | commitdiff | tree |
| 2021-03-01 |
Amit Kapila | Avoid repeated decoding of prepared transactions after... |
commit | commitdiff | tree |
| 2021-03-01 |
Thomas Munro | Use FeBeWaitSet for walsender.c. |
commit | commitdiff | tree |
| 2021-03-01 |
Thomas Munro | Introduce symbolic names for FeBeWaitSet positions. |
commit | commitdiff | tree |
| 2021-03-01 |
Amit Kapila | Update docs of logical replication for commit ce0fdbfe97. |
commit | commitdiff | tree |
| 2021-03-01 |
Amit Kapila | Update the docs and comments for decoding of prepared... |
commit | commitdiff | tree |
| 2021-03-01 |
Thomas Munro | Use EVFILT_SIGNAL for kqueue latches. |
commit | commitdiff | tree |
| 2021-03-01 |
Thomas Munro | Use signalfd(2) for epoll latches. |
commit | commitdiff | tree |
| 2021-02-28 |
Thomas Munro | Use SIGURG rather than SIGUSR1 for latches. |
commit | commitdiff | tree |
| 2021-02-28 |
Thomas Munro | Optimize latches to send fewer signals. |
commit | commitdiff | tree |
| 2021-02-28 |
Thomas Munro | Remove latch.c workaround for Linux < 2.6.27. |
commit | commitdiff | tree |
| 2021-02-27 |
Michael Paquier | pgbench: Remove now-dead CState->ecnt |
commit | commitdiff | tree |
| 2021-02-27 |
Alvaro Herrera | Fix use-after-free bug with AfterTriggersTableData... |
commit | commitdiff | tree |
| 2021-02-27 |
Noah Misch | Raise a timeout to 180s, in contrib/test_decoding. |
commit | commitdiff | tree |
| 2021-02-27 |
David Rowley | Add missing TidRangeScan readfunc |
commit | commitdiff | tree |
| 2021-02-27 |
David Rowley | Add TID Range Scans to support efficient scanning range... |
commit | commitdiff | tree |
| 2021-02-27 |
Peter Eisentraut | Enhanced cycle mark values |
commit | commitdiff | tree |
| 2021-02-26 |
Tom Lane | Doc: further clarify libpq's description of connection... |
commit | commitdiff | tree |
| 2021-02-26 |
Tom Lane | Improve memory management in regex compiler. |
commit | commitdiff | tree |
| 2021-02-26 |
Peter Eisentraut | Extend a test case a little |
commit | commitdiff | tree |
| 2021-02-26 |
Michael Paquier | doc: Improve {archive,restore}_command for compressed... |
commit | commitdiff | tree |
| 2021-02-26 |
Thomas Munro | Revert "pg_collation_actual_version() -> pg_collation_c... |
commit | commitdiff | tree |
| 2021-02-26 |
Tom Lane | Fix list-manipulation bug in WITH RECURSIVE processing. |
commit | commitdiff | tree |
| 2021-02-25 |
Peter Geoghegan | VACUUM VERBOSE: Count "newly deleted" index pages. |
commit | commitdiff | tree |
| 2021-02-25 |
Tom Lane | Doc: remove src/backend/regex/re_syntax.n. |
commit | commitdiff | tree |
| 2021-02-25 |
Tom Lane | Change regex \D and \W shorthands to always match newlines. |
commit | commitdiff | tree |
| 2021-02-25 |
Tom Lane | Allow complemented character class escapes within regex... |
commit | commitdiff | tree |
| 2021-02-25 |
Fujii Masao | Improve tab-completion for TRUNCATE. |
commit | commitdiff | tree |
| 2021-02-25 |
Michael Paquier | doc: Mention PGDATABASE as supported by pgbench |
commit | commitdiff | tree |
| 2021-02-25 |
Peter Geoghegan | Use full 64-bit XIDs in deleted nbtree pages. |
commit | commitdiff | tree |
| 2021-02-25 |
Amit Kapila | Fix relcache reference leak introduced by ce0fdbfe97. |
commit | commitdiff | tree |
| 2021-02-24 |
Michael Paquier | Fix some typos, grammar and style in docs and comments |
commit | commitdiff | tree |
| 2021-02-24 |
Peter Eisentraut | Message style fix |
commit | commitdiff | tree |
| 2021-02-24 |
Michael Paquier | doc: Improve description of wal_receiver_status_interval |
commit | commitdiff | tree |
| 2021-02-23 |
Alvaro Herrera | Fix confusion in comments about generate_gather_paths |
commit | commitdiff | tree |
| 2021-02-23 |
Alvaro Herrera | Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as... |
commit | commitdiff | tree |
| 2021-02-23 |
Tom Lane | Suppress compiler warning in new regex match-all detect... |
commit | commitdiff | tree |
| 2021-02-23 |
Alvaro Herrera | VACUUM: ignore indexing operations with CONCURRENTLY |
commit | commitdiff | tree |
| 2021-02-23 |
Peter Eisentraut | Simplify printing of LSNs |
commit | commitdiff | tree |
| 2021-02-23 |
Amit Kapila | Fix an oversight in ReorderBufferFinishPrepared. |
commit | commitdiff | tree |
| 2021-02-23 |
Amit Kapila | Change the error message for logical replication authen... |
commit | commitdiff | tree |
| 2021-02-22 |
Alvaro Herrera | Remove pointless HeapTupleHeaderIndicatesMovedPartition... |
commit | commitdiff | tree |
| 2021-02-22 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2021-02-22 |
Magnus Hagander | Fix docs build for website styles |
commit | commitdiff | tree |
| 2021-02-22 |
Thomas Munro | Tab-complete CREATE COLLATION. |
commit | commitdiff | tree |
| 2021-02-22 |
Thomas Munro | Refactor get_collation_current_version(). |
commit | commitdiff | tree |
| 2021-02-22 |
Thomas Munro | pg_collation_actual_version() -> pg_collation_current_v... |
commit | commitdiff | tree |
| 2021-02-22 |
Thomas Munro | Hide internal error for pg_collation_actual_version... |
commit | commitdiff | tree |
| 2021-02-22 |
Fujii Masao | Initialize atomic variable waitStart in PGPROC, at... |
commit | commitdiff | tree |
| 2021-02-22 |
Peter Eisentraut | Improve new hash partition bound check error messages |
commit | commitdiff | tree |
| 2021-02-22 |
Michael Paquier | Use pgstat_progress_update_multi_param() where possible |
commit | commitdiff | tree |
| 2021-02-22 |
Thomas Munro | Remove outdated reference to RAID spindles. |
commit | commitdiff | tree |
| 2021-02-22 |
Tom Lane | Simplify memory management for regex DFAs a little. |
commit | commitdiff | tree |
| 2021-02-22 |
Tom Lane | Fix invalid array access in trgm_regexp.c. |
commit | commitdiff | tree |
| 2021-02-21 |
Tom Lane | Avoid generating extra subre tree nodes for capturing... |
commit | commitdiff | tree |
| 2021-02-21 |
Tom Lane | Convert regex engine's subre tree from binary to N... |
commit | commitdiff | tree |
| 2021-02-20 |
Tom Lane | Fix regex engine to suppress useless concatenation... |
commit | commitdiff | tree |
| 2021-02-20 |
Tom Lane | Recognize "match-all" NFAs within the regex engine. |
commit | commitdiff | tree |
| 2021-02-20 |
Tom Lane | Invent "rainbow" arcs within the regex engine. |
commit | commitdiff | tree |
| 2021-02-20 |
Michael Paquier | doc: Mention that partitions_{done,total} is 0 for... |
commit | commitdiff | tree |
| 2021-02-20 |
Michael Paquier | Fix inconsistent configure data for --with-ssl |
commit | commitdiff | tree |
| 2021-02-19 |
Fujii Masao | Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT... |
commit | commitdiff | tree |
| 2021-02-19 |
Fujii Masao | Fix bug in COMMIT AND CHAIN command. |
commit | commitdiff | tree |
| 2021-02-19 |
Peter Eisentraut | Update snowball |
commit | commitdiff | tree |
| 2021-02-19 |
Peter Geoghegan | Add nbtree README section on page recycling. |
commit | commitdiff | tree |
| 2021-02-19 |
Tom Lane | Fix another ancient bug in parsing of BRE-mode regular... |
commit | commitdiff | tree |
| 2021-02-18 |
Fujii Masao | Fix "invalid spinlock number: 0" error in pg_stat_wal_r... |
commit | commitdiff | tree |
| 2021-02-18 |
Peter Eisentraut | Add tests for bytea LIKE operator |
commit | commitdiff | tree |
| 2021-02-18 |
Peter Eisentraut | Allow specifying CRL directory |
commit | commitdiff | tree |
| 2021-02-18 |
Peter Geoghegan | nbtree README: move VACUUM linear scan section. |
commit | commitdiff | tree |
| 2021-02-17 |
Tomas Vondra | Fix tuple routing to initialize batching only for inserts |
commit | commitdiff | tree |
| 2021-02-17 |
Tomas Vondra | Fix pointer type in ExecForeignBatchInsert SGML docs |
commit | commitdiff | tree |
| 2021-02-17 |
Tom Lane | Make some minor improvements in the regex code. |
commit | commitdiff | tree |
| 2021-02-17 |
Peter Eisentraut | Routine usage information schema tables |
commit | commitdiff | tree |
| 2021-02-17 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| next |