projects
/
postgresql-pgindent.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql-pgindent.git
2020-07-29
Peter Geoghegan
Add hash_mem_multiplier GUC.
commit
|
commitdiff
|
tree
2020-07-29
Jeff Davis
HashAgg: use better cardinality estimate for recursive...
commit
|
commitdiff
|
tree
2020-07-29
Peter Geoghegan
Rename another "hash_mem" local variable.
commit
|
commitdiff
|
tree
2020-07-29
Peter Geoghegan
Correct obsolete UNION hash aggs comment.
commit
|
commitdiff
|
tree
2020-07-28
Peter Geoghegan
Doc: Remove obsolete CREATE AGGREGATE note.
commit
|
commitdiff
|
tree
2020-07-28
David Rowley
Make EXPLAIN ANALYZE of HashAgg more similar to Hash...
commit
|
commitdiff
|
tree
2020-07-28
David Rowley
Doc: Improve documentation for pg_jit_available()
commit
|
commitdiff
|
tree
2020-07-28
Fujii Masao
doc: Mention the rename of wal_keep_segments GUC in...
commit
|
commitdiff
|
tree
2020-07-28
Etsuro Fujita
Fix some issues with step generation in partition pruning.
commit
|
commitdiff
|
tree
2020-07-28
Peter Geoghegan
Remove hashagg_avoid_disk_plan GUC.
commit
|
commitdiff
|
tree
2020-07-27
Michael Paquier
Fix corner case with 16kB-long decompression in pgcrypt...
commit
|
commitdiff
|
tree
2020-07-27
Michael Paquier
Fix handling of structure for bytea data type in ECPG
commit
|
commitdiff
|
tree
2020-07-26
Jeff Davis
Fix LookupTupleHashEntryHash() pipeline-stall issue.
commit
|
commitdiff
|
tree
2020-07-26
Michael Paquier
Tweak behavior of pg_stat_activity.leader_pid
commit
|
commitdiff
|
tree
2020-07-25
Amit Kapila
Fix buffer usage stats for nodes above Gather Merge.
commit
|
commitdiff
|
tree
2020-07-24
Tom Lane
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC...
commit
|
commitdiff
|
tree
2020-07-24
Tom Lane
Fix assorted bugs by changing TS_execute's callback...
commit
|
commitdiff
|
tree
2020-07-23
Tom Lane
Fix ancient violation of zlib's API spec.
commit
|
commitdiff
|
tree
2020-07-23
Peter Eisentraut
doc: Document that ssl_ciphers does not affect TLS 1.3
commit
|
commitdiff
|
tree
2020-07-23
Thomas Munro
Fix error message.
commit
|
commitdiff
|
tree
2020-07-22
Michael Paquier
Revert "Fix corner case with PGP decompression in pgcrypto"
commit
|
commitdiff
|
tree
2020-07-22
Michael Paquier
Fix corner case with PGP decompression in pgcrypto
commit
|
commitdiff
|
tree
2020-07-21
Tom Lane
neqjoinsel must now pass through collation to eqjoinsel.
commit
|
commitdiff
|
tree
2020-07-21
Alvaro Herrera
Minor glossary tweaks
commit
|
commitdiff
|
tree
2020-07-21
Tom Lane
Assert that we don't insert nulls into attnotnull catal...
commit
|
commitdiff
|
tree
2020-07-20
Tom Lane
Correctly mark pg_subscription_rel.srsublsn as nullable.
commit
|
commitdiff
|
tree
2020-07-20
Tom Lane
Fix construction of updated-columns bitmap in logical...
commit
|
commitdiff
|
tree
2020-07-20
Fujii Masao
Rename wal_keep_segments to wal_keep_size.
commit
|
commitdiff
|
tree
2020-07-20
Amit Kapila
Fix minor typo in nodeIncrementalSort.c.
commit
|
commitdiff
|
tree
2020-07-19
Tom Lane
Correctly mark pg_subscription.subslotname as nullable.
commit
|
commitdiff
|
tree
2020-07-18
Michael Paquier
doc: Refresh more URLs in the docs
commit
|
commitdiff
|
tree
2020-07-18
Michael Paquier
doc: Fix description of \copy for psql
commit
|
commitdiff
|
tree
2020-07-17
Tom Lane
Cope with data-offset-less archive files during out...
commit
|
commitdiff
|
tree
2020-07-17
Tom Lane
Remove manual tracking of file position in pg_dump...
commit
|
commitdiff
|
tree
2020-07-17
Peter Geoghegan
Avoid CREATE INDEX unique index deduplication.
commit
|
commitdiff
|
tree
2020-07-17
Tom Lane
Ensure that distributed timezone abbreviation files...
commit
|
commitdiff
|
tree
2020-07-17
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2020-07-17
Peter Eisentraut
Resolve gratuitous tabs in SQL file
commit
|
commitdiff
|
tree
2020-07-17
Amit Kapila
Fix signal handler setup for SIGHUP in the apply launch...
commit
|
commitdiff
|
tree
2020-07-16
Michael Paquier
Switch pg_test_fsync to use binary mode on Windows
commit
|
commitdiff
|
tree
2020-07-15
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2020-07-15
Michael Paquier
Fix handling of missing files when using pg_rewind...
commit
|
commitdiff
|
tree
2020-07-14
Tom Lane
Fix bitmap AND/OR scans on the inside of a nestloop...
commit
|
commitdiff
|
tree
2020-07-14
David Rowley
Fix timing issue with ALTER TABLE's validate constraint
commit
|
commitdiff
|
tree
2020-07-14
Michael Paquier
Fix comments related to table AMs
commit
|
commitdiff
|
tree
2020-07-14
Tom Lane
Cope with lateral references in the quals of a subquery...
commit
|
commitdiff
|
tree
2020-07-13
Alvaro Herrera
Fix uninitialized value in segno calculation
commit
|
commitdiff
|
tree
2020-07-13
Tom Lane
Fix bugs in libpq's management of GSS encryption state.
commit
|
commitdiff
|
tree
2020-07-13
Alexander Korotkov
Improvements to psql \dAo and \dAp commands
commit
|
commitdiff
|
tree
2020-07-13
Jeff Davis
HashAgg: before spilling tuples, set unneeded columns...
commit
|
commitdiff
|
tree
2020-07-13
Jeff Davis
Revert "Use CP_SMALL_TLIST for hash aggregate"
commit
|
commitdiff
|
tree
2020-07-13
Amit Kapila
Revert "Track statistics for spilling of changes from...
commit
|
commitdiff
|
tree
2020-07-11
Tom Lane
Avoid trying to restore table ACLs and per-column ACLs...
commit
|
commitdiff
|
tree
2020-07-11
Alexander Korotkov
Forbid numeric NaN in jsonpath
commit
|
commitdiff
|
tree
2020-07-11
Alexander Korotkov
Improve error reporting for jsonpath .double() method
commit
|
commitdiff
|
tree
2020-07-10
Tom Lane
Doc: update or remove dead external links.
commit
|
commitdiff
|
tree
2020-07-10
Peter Eisentraut
Log the location field before any backtrace
commit
|
commitdiff
|
tree
2020-07-10
Alvaro Herrera
Remove WARNING message from brin_desummarize_range
commit
|
commitdiff
|
tree
2020-07-09
Tom Lane
Tighten up Windows CRLF conversion in our TAP test...
commit
|
commitdiff
|
tree
2020-07-09
Tom Lane
Fix pg_current_logfile() to not emit a carriage return...
commit
|
commitdiff
|
tree
2020-07-09
Fujii Masao
doc: Correct the description about the length of pg_sta...
commit
|
commitdiff
|
tree
2020-07-08
David Rowley
Fix whitespace in HashAgg EXPLAIN ANALYZE
commit
|
commitdiff
|
tree
2020-07-08
Fujii Masao
Fix incorrect variable datatype.
commit
|
commitdiff
|
tree
2020-07-08
Michael Paquier
doc: Fix inconsistencies in GIN, BRIN and SP-GiST for...
commit
|
commitdiff
|
tree
2020-07-07
Alvaro Herrera
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
commit
|
commitdiff
|
tree
2020-07-06
Fujii Masao
doc: Add note about possible performance overhead by...
commit
|
commitdiff
|
tree
2020-07-06
Amit Kapila
Remove extra whitespace in comments atop ReorderBufferC...
commit
|
commitdiff
|
tree
2020-07-06
Amit Kapila
Remove unused function parameter in end_parallel_vacuum.
commit
|
commitdiff
|
tree
2020-07-05
Peter Eisentraut
doc: Spell checking
commit
|
commitdiff
|
tree
2020-07-05
Michael Paquier
doc: Fix incorrect reference to textout in plpgsql...
commit
|
commitdiff
|
tree
2020-07-05
Peter Eisentraut
Rename enable_incrementalsort for clarity
commit
|
commitdiff
|
tree
2020-07-04
Joe Conway
Fix "ignoring return value" complaints from commit...
commit
|
commitdiff
|
tree
2020-07-04
Joe Conway
Read until EOF vice stat-reported size in read_binary_file
commit
|
commitdiff
|
tree
2020-07-03
Tom Lane
Clamp total-tuples estimates for foreign tables to...
commit
|
commitdiff
|
tree
2020-07-03
Tom Lane
Fix temporary tablespaces for shared filesets some...
commit
|
commitdiff
|
tree
2020-07-03
Magnus Hagander
Fix temporary tablespaces for shared filesets
commit
|
commitdiff
|
tree
2020-07-03
Fujii Masao
doc: Correct description of restart_lsn in pg_replicati...
commit
|
commitdiff
|
tree
2020-07-03
Fujii Masao
Change default of pg_stat_statements.track_planning...
commit
|
commitdiff
|
tree
2020-07-01
Amit Kapila
Improve vacuum error context handling.
commit
|
commitdiff
|
tree
2020-07-01
Michael Paquier
Fix removal of files generated by TAP tests for SSL
commit
|
commitdiff
|
tree
2020-07-01
David Rowley
Further adjustments to Hashagg EXPLAIN ANALYZE output
commit
|
commitdiff
|
tree
2020-06-30
Michael Meskes
Fix ecpg crash with bytea and cursor variables.
commit
|
commitdiff
|
tree
2020-06-30
Bruce Momjian
doc: clarify that storage parameter values are optional
commit
|
commitdiff
|
tree
2020-06-30
Bruce Momjian
doc: change pg_upgrade wal_level to be not minimal
commit
|
commitdiff
|
tree
2020-06-29
Tom Lane
Remove support for timezone "posixrules" file.
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
Alvaro Herrera
Persist slot invalidation correctly
commit
|
commitdiff
|
tree
2020-06-26
Bruce Momjian
doc: PG 13 relnotes; remove FOREIGN keyword item and...
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
next