| 2020-06-29 |
Michael Paquier | Refactor ObjectAddress field assignments for type depen... |
commit | commitdiff | tree |
| 2020-06-28 |
Noah Misch | Fix documentation of "must be vacuumed within" warning. |
commit | commitdiff | tree |
| 2020-06-27 |
Tom Lane | Fix list of SSL error codes for older OpenSSL versions. |
commit | commitdiff | tree |
| 2020-06-27 |
Tom Lane | Add hints about protocol-version-related SSL connection... |
commit | commitdiff | tree |
| 2020-06-27 |
Tom Lane | Change libpq's default ssl_min_protocol_version to... |
commit | commitdiff | tree |
| 2020-06-27 |
Amit Kapila | Remove duplicate check added by commit b2a5545bd6. |
commit | commitdiff | tree |
| 2020-06-27 |
Alvaro Herrera | Persist slot invalidation correctly |
commit | commitdiff | tree |
| 2020-06-26 |
Tom Lane | Doc: explain that "timestamp - timestamp" applies justi... |
commit | commitdiff | tree |
| 2020-06-25 |
Bruce Momjian | doc: mention trigger helper functions in CREATE TRIGGE... |
commit | commitdiff | tree |
| 2020-06-25 |
Bruce Momjian | docs: clarify that CREATE DATABASE does not copy db... |
commit | commitdiff | tree |
| 2020-06-25 |
Peter Geoghegan | Fix misuse of table_index_fetch_tuple_check(). |
commit | commitdiff | tree |
| 2020-06-25 |
Tom Lane | Doc: correct nitpicky mistakes in array_position/array_... |
commit | commitdiff | tree |
| 2020-06-25 |
Fujii Masao | Remove erroneous assertion from pg_copy_logical_replica... |
commit | commitdiff | tree |
| 2020-06-24 |
Tom Lane | Fix compiler warning induced by commit d8b15eeb8. |
commit | commitdiff | tree |
| 2020-06-24 |
Alvaro Herrera | Adjust max_slot_wal_keep_size behavior per review |
commit | commitdiff | tree |
| 2020-06-24 |
Alvaro Herrera | Save slot's restart_lsn when invalidated due to size |
commit | commitdiff | tree |
| 2020-06-24 |
Alvaro Herrera | Add parens to ConvertToXSegs macro |
commit | commitdiff | tree |
| 2020-06-24 |
Michael Paquier | Fix comment in heap.c |
commit | commitdiff | tree |
| 2020-06-22 |
Jeff Davis | Doc fixup for hashagg_avoid_disk_plan GUC. |
commit | commitdiff | tree |
| 2020-06-22 |
Tom Lane | Undo double-quoting of index names in non-text EXPLAIN... |
commit | commitdiff | tree |
| 2020-06-22 |
Michael Paquier | Fix inconsistent markups in catalogs.sgml |
commit | commitdiff | tree |
| 2020-06-22 |
Michael Paquier | Add --no-index-cleanup and --no-truncate to vacuumdb. |
commit | commitdiff | tree |
| 2020-06-21 |
Alexander Korotkov | Language fixes for docs related to opclass options |
commit | commitdiff | tree |
| 2020-06-21 |
Peter Geoghegan | Doc: Tweak description of B-Tree duplicate tuples. |
commit | commitdiff | tree |
| 2020-06-20 |
Alexander Korotkov | Minor corrections to docs related to opclass options |
commit | commitdiff | tree |
| 2020-06-20 |
Alexander Korotkov | Fix masking of SP-GiST pages during xlog consistency... |
commit | commitdiff | tree |
| 2020-06-20 |
Alexander Korotkov | Add documentation for opclass options |
commit | commitdiff | tree |
| 2020-06-20 |
Noah Misch | Remove dead forceSync parameter of XactLogCommitRecord(). |
commit | commitdiff | tree |
| 2020-06-20 |
Amit Kapila | Removal unused function parameter in CopyReadBinaryAttr... |
commit | commitdiff | tree |
| 2020-06-19 |
Alvaro Herrera | Ensure write failure reports no-disk-space |
commit | commitdiff | tree |
| 2020-06-19 |
Tom Lane | Future-proof regression tests against possibly-missing... |
commit | commitdiff | tree |
| 2020-06-19 |
Alvaro Herrera | Adjust some glossary terms |
commit | commitdiff | tree |
| 2020-06-19 |
Peter Geoghegan | Fix deduplication "single value" strategy bug. |
commit | commitdiff | tree |
| 2020-06-19 |
Fujii Masao | Fix issues in invalidation of obsolete replication... |
commit | commitdiff | tree |
| 2020-06-19 |
David Rowley | Fix EXPLAIN ANALYZE for parallel HashAgg plans |
commit | commitdiff | tree |
| 2020-06-19 |
Andres Freund | Clean up includes of s_lock.h. |
commit | commitdiff | tree |
| 2020-06-18 |
Andres Freund | Fix deadlock danger when atomic ops are done under... |
commit | commitdiff | tree |
| 2020-06-18 |
Andres Freund | Add basic spinlock tests to regression tests. |
commit | commitdiff | tree |
| 2020-06-18 |
Tom Lane | Doc: document POSIX-style time zone specifications... |
commit | commitdiff | tree |
| 2020-06-18 |
Michael Paquier | Fix oldest xmin and LSN computation across repslots... |
commit | commitdiff | tree |
| 2020-06-18 |
Peter Eisentraut | Disallow factorial of negative numbers |
commit | commitdiff | tree |
| 2020-06-18 |
Peter Eisentraut | Expand tests for factorial |
commit | commitdiff | tree |
| 2020-06-18 |
Michael Paquier | Remove reset of testtablespace from pg_regress on Windows |
commit | commitdiff | tree |
| 2020-06-17 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
| 2020-06-17 |
Peter Geoghegan | Fix nbtree.h dedup state comment. |
commit | commitdiff | tree |
| 2020-06-17 |
Andres Freund | spinlock emulation: Fix bug when more than INT_MAX... |
commit | commitdiff | tree |
| 2020-06-17 |
Andres Freund | Avoid potential spinlock in a signal handler as part... |
commit | commitdiff | tree |
| 2020-06-17 |
Robert Haas | Improve server code to read files as part of a base... |
commit | commitdiff | tree |
| 2020-06-17 |
Robert Haas | Minor code cleanup for perform_base_backup(). |
commit | commitdiff | tree |
| 2020-06-17 |
Robert Haas | Don't export basebackup.c's sendTablespace(). |
commit | commitdiff | tree |
| 2020-06-17 |
Peter Eisentraut | Remove STATUS_WAITING |
commit | commitdiff | tree |
| 2020-06-16 |
Tom Lane | Doc: fix copy-and-pasteo in ecpg docs. |
commit | commitdiff | tree |
| 2020-06-16 |
Tom Lane | Lobotomize test for float -Inf ^ -2, at least for now. |
commit | commitdiff | tree |
| 2020-06-16 |
Peter Eisentraut | Fix file reference in nls.mk |
commit | commitdiff | tree |
| 2020-06-16 |
Tom Lane | In dpow(), remove redundant check for whether y is... |
commit | commitdiff | tree |
| 2020-06-16 |
Thomas Munro | Remove useless variable. |
commit | commitdiff | tree |
| 2020-06-16 |
Thomas Munro | Make BufFileWrite() void. |
commit | commitdiff | tree |
| 2020-06-16 |
Thomas Munro | Fix buffile.c error handling. |
commit | commitdiff | tree |
| 2020-06-16 |
Peter Eisentraut | doc: Document factorial function |
commit | commitdiff | tree |
| 2020-06-16 |
Bruce Momjian | pg_upgrade: set vacuum_defer_cleanup_age to zero |
commit | commitdiff | tree |
| 2020-06-15 |
Tom Lane | Fix power() for large inputs yet more. |
commit | commitdiff | tree |
| 2020-06-15 |
Robert Haas | Assorted cleanup of tar-related code. |
commit | commitdiff | tree |
| 2020-06-15 |
Tom Lane | Fix power() for infinity inputs some more. |
commit | commitdiff | tree |
| 2020-06-15 |
Michael Paquier | Fix some comments referring to past features |
commit | commitdiff | tree |
| 2020-06-15 |
Peter Eisentraut | pg_dump: Unbreak dumping of aggregates from very old... |
commit | commitdiff | tree |
| 2020-06-15 |
Peter Eisentraut | Error message refactoring |
commit | commitdiff | tree |
| 2020-06-15 |
Michael Paquier | Bump catversion for ACL changes on replication origin... |
commit | commitdiff | tree |
| 2020-06-15 |
Thomas Munro | Doc: Add references for SI and SSI. |
commit | commitdiff | tree |
| 2020-06-14 |
Tom Lane | Fix behavior of exp() and power() for infinity inputs. |
commit | commitdiff | tree |
| 2020-06-14 |
Peter Eisentraut | Add test coverage for EXTRACT() |
commit | commitdiff | tree |
| 2020-06-14 |
Michael Paquier | Replace superuser check by ACLs for replication origin... |
commit | commitdiff | tree |
| 2020-06-13 |
Tom Lane | Sync behavior of var_samp and stddev_samp for single... |
commit | commitdiff | tree |
| 2020-06-13 |
Tom Lane | Fix behavior of float aggregates for single Inf or... |
commit | commitdiff | tree |
| 2020-06-13 |
Peter Geoghegan | Silence _bt_check_unique compiler warning. |
commit | commitdiff | tree |
| 2020-06-13 |
Peter Eisentraut | Refactor AlterExtensionContentsStmt grammar |
commit | commitdiff | tree |
| 2020-06-13 |
Peter Eisentraut | Grammar object type refactoring |
commit | commitdiff | tree |
| 2020-06-13 |
Michael Paquier | Create by default sql/ and expected/ for output directo... |
commit | commitdiff | tree |
| 2020-06-13 |
Michael Paquier | Add more TAP tests for pg_dump options with range checks |
commit | commitdiff | tree |
| 2020-06-13 |
David Rowley | Have pg_itoa, pg_ltoa and pg_lltoa return the length... |
commit | commitdiff | tree |
| 2020-06-12 |
David Rowley | Add missing extern keyword for a couple of numutils... |
commit | commitdiff | tree |
| 2020-06-12 |
Tom Lane | Avoid using a cursor in plpgsql's RETURN QUERY statement. |
commit | commitdiff | tree |
| 2020-06-12 |
Michael Paquier | Fix typos and some format mistakes in comments |
commit | commitdiff | tree |
| 2020-06-12 |
Peter Eisentraut | Make more use of RELKIND_HAS_STORAGE() |
commit | commitdiff | tree |
| 2020-06-11 |
Thomas Munro | Improve comments for [Heap]CheckForSerializableConflict... |
commit | commitdiff | tree |
| 2020-06-11 |
Bruce Momjian | doc: document problems with using xreflabel in XML... |
commit | commitdiff | tree |
| 2020-06-11 |
Bruce Momjian | doc: remove xreflabels from commits 75fcdd2ae2 and... |
commit | commitdiff | tree |
| 2020-06-11 |
Tom Lane | Fix mishandling of NaN counts in numeric_[avg_]combine. |
commit | commitdiff | tree |
| 2020-06-11 |
Jeff Davis | Rework HashAgg GUCs. |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Geoghegan | Avoid update conflict out serialization anomalies. |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Eisentraut | pg_dump: Remove dead code |
commit | commitdiff | tree |
| 2020-06-11 |
Amit Kapila | Fix typos. |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Eisentraut | Refactor DROP LANGUAGE grammar |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Eisentraut | Remove deprecated syntax from CREATE/DROP LANGUAGE |
commit | commitdiff | tree |
| 2020-06-11 |
Michael Paquier | Move frontend-side archive APIs from src/common/ to... |
commit | commitdiff | tree |
| 2020-06-11 |
Peter Eisentraut | Fold AlterForeignTableStmt into AlterTableStmt |
commit | commitdiff | tree |
| 2020-06-10 |
Peter Eisentraut | Remove redundant grammar symbols |
commit | commitdiff | tree |
| 2020-06-10 |
Peter Eisentraut | Change default of password_encryption to scram-sha-256 |
commit | commitdiff | tree |
| 2020-06-10 |
Peter Eisentraut | Update description of parameter password_encryption |
commit | commitdiff | tree |
| 2020-06-10 |
Amit Kapila | Fix ReorderBuffer memory overflow check. |
commit | commitdiff | tree |
| 2020-06-09 |
Peter Eisentraut | Spelling adjustments |
commit | commitdiff | tree |
| next |