projects
/
users
/
bernd
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/bernd/postgres.git
2016-06-18
Tom Lane
Restore foreign-key-aware estimation of join relation...
commit
|
commitdiff
|
tree
2016-06-18
Tom Lane
Still another try at fixing scanjoin_target insertion...
commit
|
commitdiff
|
tree
2016-06-18
Tom Lane
Fix parallel-safety markings for contrib/dblink.
commit
|
commitdiff
|
tree
2016-06-18
Tom Lane
Fix handling of argument and result datatypes for parti...
commit
|
commitdiff
|
tree
2016-06-17
Tom Lane
Docs typo fix.
commit
|
commitdiff
|
tree
2016-06-17
Alvaro Herrera
Finish up XLOG_HINT renaming
commit
|
commitdiff
|
tree
2016-06-17
Robert Haas
pg_visibility: Add pg_truncate_visibility_map function.
commit
|
commitdiff
|
tree
2016-06-17
Robert Haas
Try again to fix the way the scanjoin_target is used...
commit
|
commitdiff
|
tree
2016-06-17
Robert Haas
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
commit
|
commitdiff
|
tree
2016-06-17
Robert Haas
Update dblink extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-17
Robert Haas
postgres_fdw: Rephrase comment.
commit
|
commitdiff
|
tree
2016-06-17
Robert Haas
Fix typo.
commit
|
commitdiff
|
tree
2016-06-17
Robert Haas
Remove PID from 'parallel worker' context message.
commit
|
commitdiff
|
tree
2016-06-17
Robert Haas
Attempt to fix broken regression test.
commit
|
commitdiff
|
tree
2016-06-16
Tom Lane
Fix validation of overly-long IPv6 addresses.
commit
|
commitdiff
|
tree
2016-06-16
Tom Lane
Fix fuzzy thinking in ReinitializeParallelDSM().
commit
|
commitdiff
|
tree
2016-06-16
Tom Lane
Invent min_parallel_relation_size GUC to replace a...
commit
|
commitdiff
|
tree
2016-06-16
Alvaro Herrera
Reword bogus comment
commit
|
commitdiff
|
tree
2016-06-16
Tom Lane
Avoid crash in "postgres -C guc" for a GUC with a null...
commit
|
commitdiff
|
tree
2016-06-16
Alvaro Herrera
Remove unused prototype
commit
|
commitdiff
|
tree
2016-06-16
Robert Haas
Add regression test for 04ae11f62e643e07c411c4935ea6af4...
commit
|
commitdiff
|
tree
2016-06-15
Tom Lane
Use strftime("%c") to format timestamps in psql's ...
commit
|
commitdiff
|
tree
2016-06-15
Robert Haas
Fix regression test for force_parallel_mode=on.
commit
|
commitdiff
|
tree
2016-06-15
Robert Haas
Add integrity-checking functions to pg_visibility.
commit
|
commitdiff
|
tree
2016-06-15
Robert Haas
Fix lazy_scan_heap so that it won't mark pages all...
commit
|
commitdiff
|
tree
2016-06-15
Robert Haas
Mark some functions parallel-unsafe.
commit
|
commitdiff
|
tree
2016-06-15
Tom Lane
Force idle_in_transaction_session_timeout off in pg_dum...
commit
|
commitdiff
|
tree
2016-06-15
Peter Eisentraut
PL/Python: Clean up extended error reporting docs and...
commit
|
commitdiff
|
tree
2016-06-14
Bruce Momjian
document when PREPARE uses generic plans
commit
|
commitdiff
|
tree
2016-06-14
Robert Haas
Update xml2 extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-14
Robert Haas
Update uuid-ossp extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-14
Robert Haas
Update unaccent extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-14
Robert Haas
Update sslinfo extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-14
Robert Haas
Update extensions with GIN/GIST support for parallel...
commit
|
commitdiff
|
tree
2016-06-14
Robert Haas
postgres_fdw: Check PlaceHolderVars before pushing...
commit
|
commitdiff
|
tree
2016-06-14
Tom Lane
Minor fixes in contrib installation scripts.
commit
|
commitdiff
|
tree
2016-06-14
Robert Haas
postgres_fdw: Promote an Assert() to elog().
commit
|
commitdiff
|
tree
2016-06-13
Tom Lane
Fix multiple minor infelicities in aclchk.c error reports.
commit
|
commitdiff
|
tree
2016-06-13
Tom Lane
In planner.c, avoid assuming that all PathTargets have...
commit
|
commitdiff
|
tree
2016-06-13
Tom Lane
Remove extraneous leading whitespace in Windows build...
commit
|
commitdiff
|
tree
2016-06-12
Noah Misch
Finish pgindent run for 9.6: Perl files.
commit
|
commitdiff
|
tree
2016-06-12
Noah Misch
Document the authoritative version of perltidy.
commit
|
commitdiff
|
tree
2016-06-11
Peter Eisentraut
PL/Python: Rename new keyword arguments of plpy.error...
commit
|
commitdiff
|
tree
2016-06-10
Andres Freund
Change default of backend_flush_after GUC to 0 (disabled).
commit
|
commitdiff
|
tree
2016-06-10
Tom Lane
Remove reltarget_has_non_vars flag.
commit
|
commitdiff
|
tree
2016-06-10
Tom Lane
Refactor to reduce code duplication for function proper...
commit
|
commitdiff
|
tree
2016-06-10
Kevin Grittner
Rename local variable for consistency.
commit
|
commitdiff
|
tree
2016-06-10
Robert Haas
Update pgstattuple extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-10
Robert Haas
Update pg_stat_statements extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-10
Robert Haas
Schema-qualify some references to regprocedure.
commit
|
commitdiff
|
tree
2016-06-10
Kevin Grittner
Fix interaction between CREATE INDEX and "snapshot...
commit
|
commitdiff
|
tree
2016-06-10
Tom Lane
Improve the situation for parallel query versus temp...
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Repair a bit of pgindent damage.
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
pgindent run for 9.6
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Update pgrowlocks extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Update pg_prewarm extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Update pg_freespacemap extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Update pgcrypto extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Update pg_buffercache extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Update pageinspect extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-09
Tom Lane
Handle contrib's GIN/GIST support function signature...
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Don't generate parallel paths for rels with parallel...
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Yet again update typedefs.list file in preparation...
commit
|
commitdiff
|
tree
2016-06-09
Tom Lane
Clarify documentation of ceil/ceiling/floor functions.
commit
|
commitdiff
|
tree
2016-06-09
Tom Lane
Mop-up for parallel degree-ectomy.
commit
|
commitdiff
|
tree
2016-06-09
Robert Haas
Eliminate "parallel degree" terminology.
commit
|
commitdiff
|
tree
2016-06-09
Tom Lane
Polish the documentation concerning phrase text search.
commit
|
commitdiff
|
tree
2016-06-08
Robert Haas
Fix typo.
commit
|
commitdiff
|
tree
2016-06-08
Noah Misch
Test parallel query essentials in "make check".
commit
|
commitdiff
|
tree
2016-06-07
Alvaro Herrera
Make psql_crosstab plans more stable
commit
|
commitdiff
|
tree
2016-06-07
Alvaro Herrera
nls-global.mk: search build dir for source files, too
commit
|
commitdiff
|
tree
2016-06-07
Alvaro Herrera
Fix thinko in description of table_name parameter
commit
|
commitdiff
|
tree
2016-06-07
Alvaro Herrera
Add missing translate_columns array entry
commit
|
commitdiff
|
tree
2016-06-07
Alvaro Herrera
Fix loose ends for SQL ACCESS METHOD objects
commit
|
commitdiff
|
tree
2016-06-07
Tom Lane
Revert "Use Foreign Key relationships to infer multi...
commit
|
commitdiff
|
tree
2016-06-07
Peter Eisentraut
Message style and wording fixes
commit
|
commitdiff
|
tree
2016-06-07
Peter Eisentraut
doc: Update wording about direct system catalog manipul...
commit
|
commitdiff
|
tree
2016-06-07
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2016-06-07
Simon Riggs
Correct phrasing in dsm.c comments
commit
|
commitdiff
|
tree
2016-06-07
Tom Lane
Improve documentation for contrib/bloom.
commit
|
commitdiff
|
tree
2016-06-07
Robert Haas
Update lo extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-07
Robert Haas
Update isn extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-07
Robert Haas
Update intagg extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-07
Robert Haas
Update fuzzystrmatch extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-07
Robert Haas
Update earthdistance extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-07
Robert Haas
Update citext extension for parallel query.
commit
|
commitdiff
|
tree
2016-06-07
Stephen Frost
Minor typos / copy-editing for snapmgr.c
commit
|
commitdiff
|
tree
2016-06-07
Peter Eisentraut
psql: Add missing file to nls.mk
commit
|
commitdiff
|
tree
2016-06-07
Peter Eisentraut
doc: Refer to table by id
commit
|
commitdiff
|
tree
2016-06-07
Peter Eisentraut
pgbench: Fix order in --help output
commit
|
commitdiff
|
tree
2016-06-07
Simon Riggs
Fix simple typo in monitoring docs
commit
|
commitdiff
|
tree
2016-06-07
Stephen Frost
pg_dump only selected components of ACCESS METHODs
commit
|
commitdiff
|
tree
2016-06-07
Peter Eisentraut
PL/Python: Move ereport wrapper test cases to separate...
commit
|
commitdiff
|
tree
2016-06-06
Tom Lane
Don't reset changes_since_analyze after a selective...
commit
|
commitdiff
|
tree
2016-06-06
Robert Haas
Stop the executor if no more tuples can be sent from...
commit
|
commitdiff
|
tree
2016-06-06
Robert Haas
shm_mq: After a send fails with SHM_MQ_DETACHED, later...
commit
|
commitdiff
|
tree
2016-06-06
Robert Haas
pg_upgrade: Don't overwrite existing files.
commit
|
commitdiff
|
tree
2016-06-06
Robert Haas
Fix typo.
commit
|
commitdiff
|
tree
2016-06-06
Robert Haas
pg_upgrade: Improve error checking in rewriteVisibilityMap.
commit
|
commitdiff
|
tree
2016-06-05
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
next