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
/
utils
Age
Commit message (
Expand
)
Author
2016-02-07
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-03
Extend sortsupport for text to more opclasses.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
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-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-05
Add scale(numeric)
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-23
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
Comment improvements for abbreviated keys.
Robert Haas
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-11
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-07
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-06
Add sort support routine for the UUID data type.
Robert Haas
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-08
Correct pg_indent to pgindent in various comments.
Robert Haas
2015-10-04
Group cluster_name and update_process_title settings together
Peter Eisentraut
2015-09-29
Parallel executor support.
Robert Haas
2015-09-24
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-21
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-21
Remove the row_security=force GUC value.
Noah Misch
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-25
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-18
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-09
Fix obsolete comment regarding NOTICE message level.
Fujii Masao
2015-07-09
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-02
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-06-28
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-27
Add opaque declaration of HTAB to tqual.h.
Kevin Grittner
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-10
Fix typo in comment.
Kevin Grittner
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-01
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-29
Revert exporting of internal GUC variable "data_directory".
Tom Lane
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
[next]