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
/
utils
Age
Commit message (
Expand
)
Author
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-21
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-20
Further fixing to make pg_size_bytes() portable.
Dean Rasheed
2016-02-20
Fix pg_size_bytes() to be more portable.
Dean Rasheed
2016-02-20
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
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-15
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-15
Allow SetHintBits() to succeed if the buffer's LSN is new enough.
Andres Freund
2016-02-11
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
Improve error reporting in format()
Teodor Sigaev
2016-02-10
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
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-07
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
Improve speed of timestamp/time/date output functions.
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 small goof in comment.
Robert Haas
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-05
Improve error message
Peter Eisentraut
2016-02-03
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
Improve error reporting when location specified by postgres -D does not exist
Peter Eisentraut
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-26
Improve ResourceOwners' behavior for large numbers of owned objects.
Tom Lane
2016-01-24
Yet further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
Still further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
Further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
Adjust degree-based trig functions for more portability.
Tom Lane
2016-01-22
Add trigonometric functions that work in degrees.
Tom Lane
2016-01-22
Improve cross-platform consistency of Inf/NaN handling in trig functions.
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
Make extract() do something more reasonable with infinite datetimes.
Tom Lane
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-20
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-09
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-05
Add scale(numeric)
Alvaro Herrera
2016-01-05
Remove some ancient and unmaintained encoding-conversion test cruft.
Tom Lane
2016-01-05
Make the to_reg*() functions accept text not cstring.
Tom Lane
2016-01-05
Make pg_shseclabel available in early backend startup
Alvaro Herrera
2016-01-04
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
Fix regrole and regnamespace output functions to do quoting, too.
Tom Lane
2016-01-04
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-03
Guard against null arguments in binary_upgrade_create_empty_extension().
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2016-01-01
Teach flatten_reloptions() to quote option values safely.
Tom Lane
[next]