projects
/
users
/
gsingh
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/gsingh/postgres.git
2020-04-08
Peter Eisentraut
Allow publishing partition changes via ancestors
commit
|
commitdiff
|
tree
2020-04-08
Alexander Korotkov
Revert 0f5ca02f53
commit
|
commitdiff
|
tree
2020-04-08
David Rowley
Modify additional power 2 calculations to use new helpe...
commit
|
commitdiff
|
tree
2020-04-08
Michael Paquier
Fix crash when using COLLATE in partition bound expressions
commit
|
commitdiff
|
tree
2020-04-08
David Rowley
Modify various power 2 calculations to use new helper...
commit
|
commitdiff
|
tree
2020-04-08
Jeff Davis
Create memory context for HashAgg with a reasonable...
commit
|
commitdiff
|
tree
2020-04-08
David Rowley
Add functions to calculate the next power of 2
commit
|
commitdiff
|
tree
2020-04-08
Tom Lane
Put back mistakenly removed #include.
commit
|
commitdiff
|
tree
2020-04-08
Alvaro Herrera
Remove testing for precise LSN/reserved bytes in new...
commit
|
commitdiff
|
tree
2020-04-08
Thomas Munro
Support PrefetchBuffer() in recovery.
commit
|
commitdiff
|
tree
2020-04-08
Tom Lane
Allow partitionwise join to handle nested FULL JOIN...
commit
|
commitdiff
|
tree
2020-04-08
Etsuro Fujita
Allow partitionwise joins in more cases.
commit
|
commitdiff
|
tree
2020-04-08
Tom Lane
Fix circle_in to accept "(x,y),r" as it's advertised...
commit
|
commitdiff
|
tree
2020-04-08
Andres Freund
snapshot scalability: Move delayChkpt from PGXACT to...
commit
|
commitdiff
|
tree
2020-04-08
Tomas Vondra
Track SLRU page hits in SimpleLruReadPage_ReadOnly
commit
|
commitdiff
|
tree
2020-04-08
Andres Freund
Fix XLogReader FD leak that makes backends unusable...
commit
|
commitdiff
|
tree
2020-04-07
Alvaro Herrera
Appease perlcritic
commit
|
commitdiff
|
tree
2020-04-07
Peter Geoghegan
Remove nbtree BTreeTupleSetAltHeapTID() function.
commit
|
commitdiff
|
tree
2020-04-07
Alvaro Herrera
Allow users to limit storage reserved by replication...
commit
|
commitdiff
|
tree
2020-04-07
Tom Lane
Allow psql's \g and \gx commands to transiently change...
commit
|
commitdiff
|
tree
2020-04-07
Alexander Korotkov
Implement waiting for given lsn at transaction start
commit
|
commitdiff
|
tree
2020-04-07
Alvaro Herrera
Support FETCH FIRST WITH TIES
commit
|
commitdiff
|
tree
2020-04-07
Tom Lane
Adjust bytea get_bit/set_bit to use int8 not int4 for...
commit
|
commitdiff
|
tree
2020-04-07
Tomas Vondra
Remove debugging elog from pgstat_recv_resetslrucounter
commit
|
commitdiff
|
tree
2020-04-07
Tomas Vondra
Minor improvements in Incremental Sort explain
commit
|
commitdiff
|
tree
2020-04-07
Fujii Masao
Prevent archive recovery from scanning non-existent...
commit
|
commitdiff
|
tree
2020-04-07
Tomas Vondra
Consider Incremental Sort paths at additional places
commit
|
commitdiff
|
tree
2020-04-07
Tom Lane
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
commit
|
commitdiff
|
tree
2020-04-07
Thomas Munro
Introduce xid8-based functions to replace txid_XXX.
commit
|
commitdiff
|
tree
2020-04-07
Thomas Munro
Add SQL type xid8 to expose FullTransactionId to users.
commit
|
commitdiff
|
tree
2020-04-06
Tomas Vondra
Use INT64_FORMAT when formatting int64 values in explain
commit
|
commitdiff
|
tree
2020-04-06
Tomas Vondra
Fix failures in incremental_sort due to number of workers
commit
|
commitdiff
|
tree
2020-04-06
Peter Geoghegan
Fix nbtree kill_prior_tuple posting list assert.
commit
|
commitdiff
|
tree
2020-04-06
Tomas Vondra
Fix show_incremental_sort_info with force_parallel_mode
commit
|
commitdiff
|
tree
2020-04-06
Tomas Vondra
Implement Incremental Sort
commit
|
commitdiff
|
tree
2020-04-06
Tom Lane
Re-stabilize infinite_recurse() test case.
commit
|
commitdiff
|
tree
2020-04-06
Peter Eisentraut
Add logical replication support to replicate into parti...
commit
|
commitdiff
|
tree
2020-04-06
Amit Kapila
Allow autovacuum to log WAL usage statistics.
commit
|
commitdiff
|
tree
2020-04-06
Michael Paquier
Refactor cluster.c to use new routine get_index_isclust...
commit
|
commitdiff
|
tree
2020-04-06
Amit Kapila
Add the option to report WAL usage in EXPLAIN and auto_...
commit
|
commitdiff
|
tree
2020-04-06
Michael Paquier
Preserve clustered index after rewrites with ALTER...
commit
|
commitdiff
|
tree
2020-04-06
Andres Freund
Recompute stack base in forked postmaster children.
commit
|
commitdiff
|
tree
2020-04-06
Andres Freund
Use TransactionXmin instead of RecentGlobalXmin in...
commit
|
commitdiff
|
tree
2020-04-05
Andres Freund
Fix recently introduced typo.
commit
|
commitdiff
|
tree
2020-04-05
Peter Eisentraut
Save errno across LWLockRelease() calls
commit
|
commitdiff
|
tree
2020-04-05
Tom Lane
Further improve stability fix for partition_aggregate...
commit
|
commitdiff
|
tree
2020-04-05
Amit Kapila
Allow pg_stat_statements to track WAL usage statistics.
commit
|
commitdiff
|
tree
2020-04-04
Noah Misch
Add perl2host call missing from a new test file.
commit
|
commitdiff
|
tree
2020-04-04
Tom Lane
Remove bogus Assert, add some regression test cases...
commit
|
commitdiff
|
tree
2020-04-04
Noah Misch
Skip WAL for new relfilenodes, under wal_level=minimal.
commit
|
commitdiff
|
tree
2020-04-04
Peter Eisentraut
Revert "Improve handling of parameter differences in...
commit
|
commitdiff
|
tree
2020-04-04
Amit Kapila
Add infrastructure to track WAL usage.
commit
|
commitdiff
|
tree
2020-04-04
Jeff Davis
Include chunk overhead in hash table entry size estimate.
commit
|
commitdiff
|
tree
2020-04-04
Robert Haas
Fix resource management bug with replication=database.
commit
|
commitdiff
|
tree
2020-04-04
Robert Haas
Be more careful about time_t vs. pg_time_t in basebackup.c.
commit
|
commitdiff
|
tree
2020-04-03
Robert Haas
pg_validatebackup: Fix 'make clean' to remove tmp_check.
commit
|
commitdiff
|
tree
2020-04-03
Robert Haas
pg_validatebackup: Adjust TAP tests to undo permissions...
commit
|
commitdiff
|
tree
2020-04-03
Robert Haas
pg_validatebackup: Also use perl2host in TAP tests.
commit
|
commitdiff
|
tree
2020-04-03
Tom Lane
Cosmetic improvements for code related to partitionwise...
commit
|
commitdiff
|
tree
2020-04-03
Robert Haas
pg_validatebackup: Use tempdir_short in TAP tests.
commit
|
commitdiff
|
tree
2020-04-03
Robert Haas
pg_validatebackup: Adjust TAP tests to placate perlcritic.
commit
|
commitdiff
|
tree
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
next