| 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 |
| 2021-02-17 |
Peter Eisentraut | Use errmsg_internal for debug messages |
commit | commitdiff | tree |
| 2021-02-17 |
Michael Paquier | Add psql completion for [ NO ] DEPENDS ON EXTENSION |
commit | commitdiff | tree |
| 2021-02-16 |
Tom Lane | Convert tsginidx.c's GIN indexing logic to fully ternar... |
commit | commitdiff | tree |
| 2021-02-16 |
Amit Kapila | Remove the unnecessary PrepareWrite in pgoutput. |
commit | commitdiff | tree |
| 2021-02-16 |
Andres Freund | Fix heap_page_prune() parameter order confusion introdu... |
commit | commitdiff | tree |
| 2021-02-16 |
Andres Freund | Remove backwards compat ugliness in snapbuild.c. |
commit | commitdiff | tree |
| 2021-02-15 |
Tom Lane | Simplify loop logic in nodeIncrementalSort.c. |
commit | commitdiff | tree |
| 2021-02-15 |
Heikki Linnakangas | Make ExecGetInsertedCols() and friends more robust... |
commit | commitdiff | tree |
| 2021-02-15 |
Fujii Masao | Display the time when the process started waiting for... |
commit | commitdiff | tree |
| 2021-02-15 |
Peter Geoghegan | Add "LP_DEAD item?" column to GiST pageinspect functions |
commit | commitdiff | tree |
| 2021-02-15 |
Peter Geoghegan | Avoid misinterpreting GiST pages in pageinspect. |
commit | commitdiff | tree |
| 2021-02-15 |
Peter Geoghegan | Adjust lazy_scan_heap() accounting comments. |
commit | commitdiff | tree |
| 2021-02-15 |
Thomas Munro | Default to wal_sync_method=fdatasync on FreeBSD. |
commit | commitdiff | tree |
| 2021-02-15 |
Thomas Munro | Use pg_pwrite() in pg_test_fsync. |
commit | commitdiff | tree |
| 2021-02-15 |
Amit Kapila | Fix the warnings introduced in commit ce0fdbfe97. |
commit | commitdiff | tree |
| 2021-02-15 |
Thomas Munro | Hold interrupts while running dsm_detach() callbacks. |
commit | commitdiff | tree |
| 2021-02-15 |
Michael Paquier | Add result size as argument of pg_cryptohash_final... |
commit | commitdiff | tree |
| 2021-02-15 |
Tom Lane | Minor fixes to improve regex debugging code. |
commit | commitdiff | tree |
| 2021-02-15 |
Thomas Munro | ReadNewTransactionId() -> ReadNextTransactionId(). |
commit | commitdiff | tree |
| 2021-02-13 |
Bruce Momjian | README/C-comment: document GiST's NSN value |
commit | commitdiff | tree |
| 2021-02-13 |
Michael Paquier | doc: Mention NO DEPENDS ON EXTENSION in its supported... |
commit | commitdiff | tree |
| 2021-02-12 |
Tom Lane | Tweak compiler version cutoff for no_sanitize("alignmen... |
commit | commitdiff | tree |
| 2021-02-12 |
Tom Lane | Avoid divide-by-zero in regex_selectivity() with long... |
commit | commitdiff | tree |
| 2021-02-12 |
Alexander Korotkov | pg_attribute_no_sanitize_alignment() macro |
commit | commitdiff | tree |
| 2021-02-12 |
Amit Kapila | Fix Subscription test added by commit ce0fdbfe97. |
commit | commitdiff | tree |
| 2021-02-12 |
Amit Kapila | Allow multiple xacts during table sync in logical repli... |
commit | commitdiff | tree |
| 2021-02-12 |
Peter Geoghegan | Remove obsolete IndexBulkDeleteResult stats field. |
commit | commitdiff | tree |
| 2021-02-11 |
Tom Lane | Remove dead code in ECPGconnect(), and improve document... |
commit | commitdiff | tree |
| 2021-02-11 |
Tom Lane | Simplify jsonfuncs.c code by using strtoint() not strtol(). |
commit | commitdiff | tree |
| 2021-02-11 |
Tom Lane | Remove no-longer-used RTE argument of markVarForSelectP... |
commit | commitdiff | tree |
| 2021-02-11 |
Michael Paquier | Fix copy-paste error with SHA256 digest length in check... |
commit | commitdiff | tree |
| 2021-02-11 |
Peter Eisentraut | Add test case for abbrev(cidr) |
commit | commitdiff | tree |
| 2021-02-10 |
Magnus Hagander | Remove extra Success message at the end of initdb |
commit | commitdiff | tree |
| 2021-02-10 |
Peter Eisentraut | pg_dump: Add const decorations |
commit | commitdiff | tree |
| 2021-02-10 |
Peter Eisentraut | Fix lack of message pluralization |
commit | commitdiff | tree |
| 2021-02-10 |
Michael Paquier | Fix ORDER BY clause in new regression test of REINDEX... |
commit | commitdiff | tree |
| 2021-02-10 |
Michael Paquier | Simplify code related to compilation of SSL and OpenSSL |
commit | commitdiff | tree |
| 2021-02-10 |
Michael Paquier | Preserve pg_attribute.attstattarget across REINDEX... |
commit | commitdiff | tree |
| 2021-02-10 |
Amit Kapila | Make pg_replication_origin_drop safe against concurrent... |
commit | commitdiff | tree |
| 2021-02-09 |
Peter Geoghegan | Fix obsolete FSM remarks in nbtree README. |
commit | commitdiff | tree |
| 2021-02-09 |
Fujii Masao | Revert "Display the time when the process started waiti... |
commit | commitdiff | tree |
| 2021-02-09 |
Fujii Masao | Display the time when the process started waiting for... |
commit | commitdiff | tree |
| 2021-02-09 |
Michael Paquier | Add option PROCESS_TOAST to VACUUM |
commit | commitdiff | tree |
| 2021-02-08 |
Peter Geoghegan | Correct pgstattuple B-Tree page comments. |
commit | commitdiff | tree |
| 2021-02-08 |
Tom Lane | Fix mishandling of column-level SELECT privileges for... |
commit | commitdiff | tree |
| 2021-02-08 |
Heikki Linnakangas | Fix permission checks on constraint violation errors... |
commit | commitdiff | tree |
| 2021-02-07 |
Peter Geoghegan | Rename removable xid function for consistency. |
commit | commitdiff | tree |
| 2021-02-07 |
Tom Lane | Revert "Propagate CTE property flags when copying a... |
commit | commitdiff | tree |
| 2021-02-07 |
Tatsuo Ishii | Docs: fix pg_wal_lsn_diff manual. |
commit | commitdiff | tree |
| 2021-02-07 |
Tom Lane | Propagate CTE property flags when copying a CTE list... |
commit | commitdiff | tree |
| 2021-02-06 |
Tom Lane | Disallow converting an inheritance child table to a... |
commit | commitdiff | tree |
| 2021-02-06 |
Michael Paquier | Clarify some comments around SharedRecoveryState in... |
commit | commitdiff | tree |
| 2021-02-05 |
Robert Haas | Generalize parallel slot result handling. |
commit | commitdiff | tree |
| 2021-02-05 |
Robert Haas | Move some code from src/bin/scripts to src/fe_utils... |
commit | commitdiff | tree |
| next |