index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-06-20
Stamp 9.6beta2.
REL9_6_BETA2
Tom Lane
2016-06-20
Add missing check for malloc failure in plpgsql_extra_checks_check_hook().
Tom Lane
2016-06-20
Translation updates
Peter Eisentraut
2016-06-18
Improve error message annotation for GRANT/REVOKE on untrusted PLs.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
Still another try at fixing scanjoin_target insertion into parallel plans.
Tom Lane
2016-06-18
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
Finish up XLOG_HINT renaming
Alvaro Herrera
2016-06-17
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-17
Fix typo.
Robert Haas
2016-06-17
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
Attempt to fix broken regression test.
Robert Haas
2016-06-16
Fix validation of overly-long IPv6 addresses.
Tom Lane
2016-06-16
Fix fuzzy thinking in ReinitializeParallelDSM().
Tom Lane
2016-06-16
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-16
Reword bogus comment
Alvaro Herrera
2016-06-16
Avoid crash in "postgres -C guc" for a GUC with a null string value.
Tom Lane
2016-06-16
Remove unused prototype
Alvaro Herrera
2016-06-16
Add regression test for 04ae11f62e643e07c411c4935ea6af46cb112aa9.
Robert Haas
2016-06-15
Use strftime("%c") to format timestamps in psql's \watch command.
Tom Lane
2016-06-15
Fix regression test for force_parallel_mode=on.
Robert Haas
2016-06-15
Add integrity-checking functions to pg_visibility.
Robert Haas
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
Mark some functions parallel-unsafe.
Robert Haas
2016-06-15
Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.
Tom Lane
2016-06-15
PL/Python: Clean up extended error reporting docs and tests
Peter Eisentraut
2016-06-13
Fix multiple minor infelicities in aclchk.c error reports.
Tom Lane
2016-06-13
In planner.c, avoid assuming that all PathTargets have sortgrouprefs.
Tom Lane
2016-06-13
Remove extraneous leading whitespace in Windows build script.
Tom Lane
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-12
Document the authoritative version of perltidy.
Noah Misch
2016-06-11
PL/Python: Rename new keyword arguments of plpy.error() etc.
Peter Eisentraut
2016-06-10
Change default of backend_flush_after GUC to 0 (disabled).
Andres Freund
2016-06-10
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-10
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-10
Rename local variable for consistency.
Kevin Grittner
2016-06-10
Fix interaction between CREATE INDEX and "snapshot too old".
Kevin Grittner
2016-06-10
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
Repair a bit of pgindent damage.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
Yet again update typedefs.list file in preparation for pgindent run
Robert Haas
2016-06-09
Clarify documentation of ceil/ceiling/floor functions.
Tom Lane
2016-06-09
Mop-up for parallel degree-ectomy.
Tom Lane
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-08
Test parallel query essentials in "make check".
Noah Misch
2016-06-07
Make psql_crosstab plans more stable
Alvaro Herrera
2016-06-07
nls-global.mk: search build dir for source files, too
Alvaro Herrera
[next]