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
/
include
Age
Commit message (
Expand
)
Author
2016-02-25
Fix typos
Alvaro Herrera
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
Remove redundant PGPROC.lockGroupLeaderIdentifier field.
Tom Lane
2016-02-21
Cosmetic improvements in new config_info code.
Tom Lane
2016-02-21
Cosmetic improvements to group locking.
Robert Haas
2016-02-20
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-20
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-17
Add new system view, pg_config
Joe Conway
2016-02-17
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-16
Move DATA entry to correct position
Joe Conway
2016-02-15
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-15
Suppress compiler warnings about useless comparison of unsigned to zero.
Tom Lane
2016-02-15
Correct Copyright year from 2015 to 2016
Joe Conway
2016-02-15
Replace broken link in comment.
Noah Misch
2016-02-12
Introduce extensible node types.
Robert Haas
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
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
2016-02-11
Rename PGPROC fields related to group XID clearing again.
Robert Haas
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-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-07
Fix parallel-safety markings for pg_upgrade functions.
Robert Haas
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-05
Fix typo.
Robert Haas
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
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
Add support for systemd service notifications
Peter Eisentraut
2016-02-02
Remove unnecessary "implementation of FOO operator" DESCR() entries.
Tom Lane
2016-02-02
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
Tom Lane
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-01-29
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-28
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-27
Fix volatility marking of pg_size_pretty function
Fujii Masao
2016-01-22
Add trigonometric functions that work in degrees.
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
Remove unused argument from ginInsertCleanup()
Fujii Masao
[next]