index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
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-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-04
Group cluster_name and update_process_title settings together
Peter Eisentraut
2015-09-24
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-20
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-20
Remove the row_security=force GUC value.
Noah Misch
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
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-17
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-08
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
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-05-31
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-23
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
2015-05-18
Put back a backwards-compatible version of sampling support functions.
Tom Lane
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
Separate block sampling functions
Simon Riggs
2015-05-14
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-12
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-11
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-05-08
Add pg_file_settings view and function
Stephen Frost
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-05
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-06
pg_event_trigger_dropped_objects: add is_temp column
Alvaro Herrera
2015-04-03
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
Add palloc_extended for frontend and backend.
Fujii Masao
[next]