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
Age
Commit message (
Expand
)
Author
2015-10-16
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-16
Mark more functions parallel-restricted or parallel-unsafe.
Robert Haas
2015-10-16
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
Invalidate caches after cranking up a parallel worker transaction.
Robert Haas
2015-10-16
Fix order of arguments in ecpg generated typedef command.
Michael Meskes
2015-10-16
Tighten up application of parallel mode checks.
Robert Haas
2015-10-16
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-15
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-15
Revert "Have dtrace depend on object files directly, not objfiles.txt"
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
Fix bogus comments
Alvaro Herrera
2015-10-13
-- email subject limit -----------------------------------------
Bruce Momjian
2015-10-13
Have dtrace depend on object files directly, not objfiles.txt
Robert Haas
2015-10-13
Improve INSERT .. ON CONFLICT error message.
Robert Haas
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-12
Fix "pg_ctl start -w" to test child process status directly.
Tom Lane
2015-10-12
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-12
Fix whitespace
Peter Eisentraut
2015-10-12
Avoid scan-build warning about uninitialized htonl() arguments.
Noah Misch
2015-10-12
Make prove_installcheck remove the old log directory, if any.
Noah Misch
2015-10-09
Speed up text sorts where the same strings occur multiple times.
Robert Haas
2015-10-09
Make abbreviated key comparisons for text a bit cheaper.
Robert Haas
2015-10-09
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-10-09
Handle append_rel_list in expand_security_qual
Stephen Frost
2015-10-09
Fix uninitialized-variable bug.
Tom Lane
2015-10-08
Fix typo in docs.
Robert Haas
2015-10-08
Add BSWAP64 macro.
Robert Haas
2015-10-08
Hyphenate variable-length for consistency.
Robert Haas
2015-10-08
Correct pg_indent to pgindent in various comments.
Robert Haas
2015-10-08
Factor out encoding specific tests for json
Andrew Dunstan
2015-10-07
Improve documentation of the role-dropping process.
Tom Lane
2015-10-07
docs: add JSONB containment example of a key and empty object
Bruce Momjian
2015-10-07
docs: Map operator @> to the proper SGML escape for '>'
Bruce Momjian
2015-10-07
docs: clarify JSONB operator descriptions
Bruce Momjian
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-06
Remove more volatile qualifiers.
Robert Haas
2015-10-06
Have CREATE TABLE LIKE add OID column if any LIKEd table has one
Bruce Momjian
2015-10-06
to_number(): allow 'V' to divide by 10^(the number of digits)
Bruce Momjian
2015-10-06
psql: allow \pset C in setting the title, matches \C
Bruce Momjian
2015-10-06
to_char(): Do not count negative sign as a digit for time values
Bruce Momjian
2015-10-05
docs: update guidelines on when to use GIN and GiST indexes
Bruce Momjian
2015-10-05
Docs: explain contrib/pg_stat_statements' handling of GC failure.
Tom Lane
2015-10-05
Fix insufficiently-portable regression test case.
Tom Lane
2015-10-05
Last-minute updates for release notes.
Tom Lane
2015-10-05
Remove outdated comment about relation level autovacuum freeze limits.
Andres Freund
2015-10-05
Add regression tests for INSERT/UPDATE+RETURNING
Stephen Frost
2015-10-05
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
Prevent stack overflow in container-type functions.
Noah Misch
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
[next]