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
/
backend
Age
Commit message (
Expand
)
Author
2016-02-15
Allow SetHintBits() to succeed if the buffer's LSN is new enough.
Andres Freund
2016-02-15
Make concurrent refresh check early that there is a unique index on matview.
Fujii Masao
2016-02-13
Make GetLockStatusData's header comment resemble reality.
Tom Lane
2016-02-12
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
Introduce extensible node types.
Robert Haas
2016-02-12
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-11
Refactor check_functional_grouping() to use get_primary_key_attnos().
Tom Lane
2016-02-11
Remove GROUP BY columns that are functionally dependent on other columns.
Tom Lane
2016-02-11
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
Fix typo in comment.
Tom Lane
2016-02-11
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
2016-02-11
Improve error reporting in format()
Teodor Sigaev
2016-02-11
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-11
Avoid use of sscanf() to parse ispell dictionary files.
Tom Lane
2016-02-10
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
Code cleanup in the wake of recent LWLock refactoring.
Robert Haas
2016-02-10
Add still more chattiness in server shutdown.
Tom Lane
2016-02-09
Add more chattiness in server shutdown.
Tom Lane
2016-02-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
Re-pgindent varlena.c.
Tom Lane
2016-02-08
Rename typedef "string" to "VarString".
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-07
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-06
Fix comment block trashed by pgindent.
Tom Lane
2016-02-06
Improve HJDEBUG code a bit.
Tom Lane
2016-02-06
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().
Noah Misch
2016-02-06
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-05
Fix typo in comment.
Robert Haas
2016-02-05
Remove parallel-safety check from GetExistingLocalJoinPath.
Robert Haas
2016-02-05
Fix small goof in comment.
Robert Haas
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-05
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-05
Improve error message
Peter Eisentraut
2016-02-04
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-02-04
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-03
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
Add support for systemd service notifications
Peter Eisentraut
2016-02-03
Improve error reporting when location specified by postgres -D does not exist
Peter Eisentraut
2016-02-02
Don't test for system columns on join relations
Alvaro Herrera
2016-02-02
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
[next]