projects
/
users
/
rhaas
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/rhaas/postgres.git
2020-04-03
Robert Haas
Generate backup manifests for base backups, and validat...
commit
|
commitdiff
|
tree
2020-04-03
Fujii Masao
Include information on buffer usage during planning...
commit
|
commitdiff
|
tree
2020-04-03
Tom Lane
Fix bugs in gin_fuzzy_search_limit processing.
commit
|
commitdiff
|
tree
2020-04-03
Fujii Masao
Improve stability of explain regression test.
commit
|
commitdiff
|
tree
2020-04-03
Alvaro Herrera
Add a glossary to the documentation
commit
|
commitdiff
|
tree
2020-04-03
Robert Haas
pg_waldump: Don't call XLogDumpDisplayStats() if -q...
commit
|
commitdiff
|
tree
2020-04-03
Robert Haas
Add checksum helper functions.
commit
|
commitdiff
|
tree
2020-04-03
Tom Lane
Fix bogus CALLED_AS_TRIGGER() defenses.
commit
|
commitdiff
|
tree
2020-04-03
Fujii Masao
Revert "Include information on buffer usage during...
commit
|
commitdiff
|
tree
2020-04-03
Fujii Masao
Add wait events for recovery conflicts.
commit
|
commitdiff
|
tree
2020-04-03
Michael Paquier
Add support for \aset in pgbench
commit
|
commitdiff
|
tree
2020-04-03
Fujii Masao
Include information on buffer usage during planning...
commit
|
commitdiff
|
tree
2020-04-03
Robert Haas
pg_waldump: Add a --quiet option.
commit
|
commitdiff
|
tree
2020-04-02
Tom Lane
Improve stability fix for partition_aggregate test.
commit
|
commitdiff
|
tree
2020-04-02
Bruce Momjian
doc: remove unnecessary INNER keyword
commit
|
commitdiff
|
tree
2020-04-02
Bruce Momjian
doc: remove comma, related to commit 92d31085e9
commit
|
commitdiff
|
tree
2020-04-02
Tom Lane
Improve user control over truncation of logged bind...
commit
|
commitdiff
|
tree
2020-04-02
Tomas Vondra
Fix typo in SLRU stats documentation
commit
|
commitdiff
|
tree
2020-04-02
David Rowley
Attempt to stabilize partitionwise_aggregate test
commit
|
commitdiff
|
tree
2020-04-02
Peter Eisentraut
Add SQL functions for Unicode normalization
commit
|
commitdiff
|
tree
2020-04-02
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2020-04-02
Peter Eisentraut
doc: Update for Unix-domain sockets on Windows
commit
|
commitdiff
|
tree
2020-04-02
Peter Eisentraut
Add some comments to some SQL features
commit
|
commitdiff
|
tree
2020-04-02
Thomas Munro
Add maintenance_io_concurrency to postgresql.conf.sample.
commit
|
commitdiff
|
tree
2020-04-02
Amit Kapila
Allow parallel vacuum to accumulate buffer usage.
commit
|
commitdiff
|
tree
2020-04-02
Fujii Masao
Allow pg_stat_statements to track planning statistics.
commit
|
commitdiff
|
tree
2020-04-02
Tomas Vondra
Collect statistics about SLRU caches
commit
|
commitdiff
|
tree
2020-04-01
Tom Lane
Clean up parsing of ltree and lquery some more.
commit
|
commitdiff
|
tree
2020-04-01
Tom Lane
Add support for binary I/O of ltree, lquery, and ltxtqu...
commit
|
commitdiff
|
tree
2020-04-01
Tom Lane
Check equality semantics for unique indexes on partitio...
commit
|
commitdiff
|
tree
2020-04-01
Tom Lane
Improve selectivity estimation for assorted match-style...
commit
|
commitdiff
|
tree
2020-04-01
Peter Eisentraut
Refactor code to look up local replication tuple
commit
|
commitdiff
|
tree
2020-04-01
Peter Eisentraut
Update SQL features count
commit
|
commitdiff
|
tree
2020-04-01
Alexander Korotkov
Fix typo in contrib/intarray documentation
commit
|
commitdiff
|
tree
2020-04-01
Alexander Korotkov
Correct CREATE INDEX documentation for opclass parameters
commit
|
commitdiff
|
tree
2020-04-01
Alexander Korotkov
Documentation corrections for opclass parameters
commit
|
commitdiff
|
tree
2020-04-01
Michael Paquier
Fix crash in psql when attempting to reuse old connection
commit
|
commitdiff
|
tree
2020-04-01
Amit Kapila
Fix coverity complaint about commit 40d964ec99.
commit
|
commitdiff
|
tree
2020-04-01
Bruce Momjian
psql: do file completion for \gx
commit
|
commitdiff
|
tree
2020-04-01
Michael Paquier
Add -c/--restore-target-wal to pg_rewind
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
doc: remove mention of bitwise operators as solely...
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
doc: clarify hierarchy of objects: global, db, schema...
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
doc: clarify when row-level locks are released
commit
|
commitdiff
|
tree
2020-03-31
Peter Geoghegan
Add CREATE INDEX deduplication assertions.
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
Revert erroroneous commit 834b80464d; my apologies
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
dummy commit
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
doc: add namespace column to pg_buffercache example...
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
doc: clarify which table creation is used for inherita...
commit
|
commitdiff
|
tree
2020-03-31
Tom Lane
Fix race condition in statext_store().
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
doc: adjust UPDATE/DELETE's FROM/USING to match SELECT...
commit
|
commitdiff
|
tree
2020-03-31
Tom Lane
Still another try at stabilizing stats_ext test results.
commit
|
commitdiff
|
tree
2020-03-31
Alvaro Herrera
Remove header noise from test_decoding test
commit
|
commitdiff
|
tree
2020-03-31
Fujii Masao
Improve the message logged when recovery is paused.
commit
|
commitdiff
|
tree
2020-03-31
Bruce Momjian
Allow ecpg to be built stand-alone, allow parallel...
commit
|
commitdiff
|
tree
2020-03-31
Tom Lane
Teach pg_ls_dir_files() to ignore ENOENT failures from...
commit
|
commitdiff
|
tree
2020-03-31
Tom Lane
Fix lquery's NOT handling, and add ability to quantify...
commit
|
commitdiff
|
tree
2020-03-31
Tom Lane
Improve error messages in ltree_in and lquery_in.
commit
|
commitdiff
|
tree
2020-03-31
Alexander Korotkov
Improve error reporting in opclasscmds.c
commit
|
commitdiff
|
tree
2020-03-31
Magnus Hagander
Fix assorted typos
commit
|
commitdiff
|
tree
2020-03-31
Peter Eisentraut
Fix INSERT OVERRIDING USER VALUE behavior
commit
|
commitdiff
|
tree
2020-03-31
Michael Paquier
Move routine definitions of xlogarchive.c to a new...
commit
|
commitdiff
|
tree
2020-03-31
Peter Eisentraut
Update SQL features
commit
|
commitdiff
|
tree
2020-03-31
Amit Kapila
Avoid calls to RelationGetRelationName() and RelationGe...
commit
|
commitdiff
|
tree
2020-03-31
Peter Geoghegan
Further simplify nbtree high key truncation.
commit
|
commitdiff
|
tree
2020-03-30
Michael Paquier
Revert "Skip redundant anti-wraparound vacuums"
commit
|
commitdiff
|
tree
2020-03-30
Peter Geoghegan
Refactor nbtree high key truncation.
commit
|
commitdiff
|
tree
2020-03-30
Andres Freund
Deduplicate PageIsNew() check in lazy_scan_heap().
commit
|
commitdiff
|
tree
2020-03-30
Alexander Korotkov
Fix missing SP-GiST support in 911e702077
commit
|
commitdiff
|
tree
2020-03-30
Alexander Korotkov
Remove rudiments of supporting procnum == 0 from 911e702077
commit
|
commitdiff
|
tree
2020-03-30
Peter Geoghegan
Consistently truncate non-key suffix columns.
commit
|
commitdiff
|
tree
2020-03-30
Alexander Korotkov
Implement operator class parameters
commit
|
commitdiff
|
tree
2020-03-30
Peter Eisentraut
Allow using Unix-domain sockets on Windows in tests
commit
|
commitdiff
|
tree
2020-03-30
Tom Lane
Be more careful about extracting encoding from locale...
commit
|
commitdiff
|
tree
2020-03-30
David Rowley
Attempt to fix unstable regression tests, take 2
commit
|
commitdiff
|
tree
2020-03-30
Fujii Masao
Report waiting via PS while recovery is waiting for...
commit
|
commitdiff
|
tree
2020-03-30
Peter Eisentraut
Improve handling of parameter differences in physical...
commit
|
commitdiff
|
tree
2020-03-30
Peter Eisentraut
Add new part SQL/MDA to information_schema.sql_parts
commit
|
commitdiff
|
tree
2020-03-30
Fujii Masao
Allow the planner-related functions and hook to accept...
commit
|
commitdiff
|
tree
2020-03-30
Fujii Masao
Expose BufferUsageAccumDiff().
commit
|
commitdiff
|
tree
2020-03-30
Amit Kapila
Introduce vacuum errcontext to display additional infor...
commit
|
commitdiff
|
tree
2020-03-29
Tom Lane
Cosmetic improvements in ltree code.
commit
|
commitdiff
|
tree
2020-03-29
Tom Lane
Doc: correct misstatement about ltree label maximum...
commit
|
commitdiff
|
tree
2020-03-29
Peter Eisentraut
Document color support
commit
|
commitdiff
|
tree
2020-03-29
Peter Eisentraut
pg_regress: Observe TMPDIR
commit
|
commitdiff
|
tree
2020-03-29
Peter Eisentraut
Update SQL features
commit
|
commitdiff
|
tree
2020-03-29
David Rowley
Attempt to fix unstable regression tests
commit
|
commitdiff
|
tree
2020-03-29
Peter Geoghegan
Make deduplication use number of key attributes.
commit
|
commitdiff
|
tree
2020-03-28
Tom Lane
Fix lquery's behavior for consecutive '*' items.
commit
|
commitdiff
|
tree
2020-03-28
Tom Lane
Protect against overflow of ltree.numlevel and lquery...
commit
|
commitdiff
|
tree
2020-03-28
Andres Freund
Ensure snapshot is registered within ScanPgRelation().
commit
|
commitdiff
|
tree
2020-03-28
Jeff Davis
Fix costing for disk-based hash aggregation.
commit
|
commitdiff
|
tree
2020-03-28
Dean Rasheed
Improve the performance and accuracy of numeric sqrt...
commit
|
commitdiff
|
tree
2020-03-28
Peter Eisentraut
Enable Unix-domain sockets support on Windows
commit
|
commitdiff
|
tree
2020-03-28
Dean Rasheed
Prevent functional dependency estimates from exceeding...
commit
|
commitdiff
|
tree
2020-03-28
Peter Eisentraut
Cleanup in SQL features files
commit
|
commitdiff
|
tree
2020-03-28
David Rowley
Trigger autovacuum based on number of INSERTs
commit
|
commitdiff
|
tree
2020-03-27
Peter Geoghegan
Justify nbtree page split locking in code comment.
commit
|
commitdiff
|
tree
2020-03-27
Alvaro Herrera
Allow walreceiver configuration to change on reload
commit
|
commitdiff
|
tree
2020-03-27
Alvaro Herrera
Set wal_receiver_create_temp_slot PGC_POSTMASTER
commit
|
commitdiff
|
tree
2020-03-27
Tom Lane
Rearrange validity checks for plpgsql "simple" expressions.
commit
|
commitdiff
|
tree
next