index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Tom Lane
2019-03-26
*
psql: Schema-qualify typecast in one \d query
Alvaro Herrera
2019-03-26
*
Get rid of duplicate child RTE for a partitioned table.
Tom Lane
2019-03-26
*
Improve psql's \d display of foreign key constraints
Alvaro Herrera
2019-03-26
*
Fix typo
Magnus Hagander
2019-03-26
*
Fix misplaced const
Peter Eisentraut
2019-03-26
*
Remove heap_hot_search().
Andres Freund
2019-03-25
*
Fix crash when using partition bound expressions
Michael Paquier
2019-03-26
*
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
*
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
*
Add MacPorts support to src/test/ldap tests.
Thomas Munro
2019-03-26
*
Improve planner's selectivity estimates for inequalities on CTID.
Tom Lane
2019-03-25
*
Doc: clarify that REASSIGN OWNED doesn't handle default privileges.
Tom Lane
2019-03-25
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
*
Add "split after new tuple" nbtree optimization.
Peter Geoghegan
2019-03-25
*
Further code review for new integerset code.
Tom Lane
2019-03-25
*
Refactor code to print pgbench progress reports.
Heikki Linnakangas
2019-03-25
*
Fix use of wrong datatype with sizeof().
Robert Haas
2019-03-25
*
pgbench: Remove \cset
Alvaro Herrera
2019-03-25
*
Add progress reporting for CLUSTER and VACUUM FULL.
Robert Haas
2019-03-25
*
Get rid of backtracking in jsonpath_scan.l
Alexander Korotkov
2019-03-25
*
Cosmetic changes for jsonpath_gram.y and jsonpath_scan.l
Alexander Korotkov
2019-03-25
*
Clean up the Simple-8b encoder code.
Heikki Linnakangas
2019-03-25
*
Align timestamps in pg_regress output
Peter Eisentraut
2019-03-25
*
Add macro to cast away volatile without allowing changes to underlying type
Peter Eisentraut
2019-03-25
*
Initialize structure at declaration
Peter Eisentraut
2019-03-25
*
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-25
*
Add ORDER BY to regression test case
Peter Eisentraut
2019-03-25
*
tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.
Andres Freund
2019-03-24
*
Un-hide most cascaded-drop details in regression test results.
Tom Lane
2019-03-24
*
Sort dependent objects before reporting them in DROP ROLE.
Tom Lane
2019-03-24
*
Remove dead code from nbtsplitloc.c.
Peter Geoghegan
2019-03-24
*
Avoid double-free in vacuumlo error path.
Tom Lane
2019-03-24
*
Make current_logfiles use permissions assigned to files in data directory
Michael Paquier
2019-03-24
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Remove spurious return.
Andres Freund
2019-03-23
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
*
Remove inadequate check for duplicate "xml" PI.
Tom Lane
2019-03-23
*
Ensure xmloption = content while restoring pg_dump output.
Tom Lane
2019-03-23
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Suppress DETAIL output from an event_trigger test.
Peter Geoghegan
2019-03-23
*
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-23
*
Improve format of code and some error messages in pg_checksums
Michael Paquier
2019-03-23
*
Add unreachable "break" to satisfy -Wimplicit-fallthrough.
Tom Lane
2019-03-23
*
Expand EPQ tests for UPDATEs and DELETEs
Andres Freund
2019-03-22
*
Add option -N/--no-sync to pg_checksums
Michael Paquier
2019-03-23
*
Revert "Add gitignore entries for jsonpath_gram.h"
Peter Eisentraut
2019-03-23
*
Add options to enable and disable checksums in pg_checksums
Michael Paquier
2019-03-23
*
Make subscription collation test work independent of locale
Peter Eisentraut
2019-03-22
*
Add gitignore entries for jsonpath_gram.h
Peter Eisentraut
2019-03-22
[next]