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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2015-06-12
Fix "path" infrastructure bug affecting jsonb_set()
Andrew Dunstan
2015-06-12
Fix alphabetization in catalogs.sgml.
Fujii Masao
2015-06-07
Desupport jsonb subscript deletion on objects
Andrew Dunstan
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-05
Fix incorrect order of database-locking operations in InitPostgres().
Tom Lane
2015-05-31
Avoid naming a variable "new", and remove bogus initializer.
Andrew Dunstan
2015-05-31
Add a couple of missing JsonbValue type initialisers.
Andrew Dunstan
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-28
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-28
Fix pg_get_functiondef() to print a function's LEAKPROOF property.
Tom Lane
2015-05-26
Revert "Add all structured objects passed to pushJsonbValue piecewise."
Andrew Dunstan
2015-05-26
Revert "Simplify addJsonbToParseState()"
Andrew Dunstan
2015-05-26
Simplify addJsonbToParseState()
Andrew Dunstan
2015-05-26
Add all structured objects passed to pushJsonbValue piecewise.
Andrew Dunstan
2015-05-25
Clean up and simplify jsonb_concat code.
Andrew Dunstan
2015-05-24
Manual cleanup of pgindent results.
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-23
Fix yet another bug in ON CONFLICT rule deparsing.
Andres Freund
2015-05-22
Fix recently-introduced crash in array_contain_compare().
Tom Lane
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-19
Various fixes around ON CONFLICT for rule deparsing.
Andres Freund
2015-05-18
Put back a backwards-compatible version of sampling support functions.
Tom Lane
2015-05-18
Check return values of sensitive system library calls.
Noah Misch
2015-05-17
Fix typos in comments
Magnus Hagander
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
Extend GB18030 encoding conversion to cover full Unicode range.
Tom Lane
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
Fix insufficiently-paranoid GB18030 encoding verifier.
Tom Lane
2015-05-15
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-14
Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.
Tom Lane
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-13
Fix comment.
Robert Haas
2015-05-13
Extend abbreviated key infrastructure to datum tuplesorts.
Robert Haas
2015-05-13
Fix jsonb replace and delete on scalars and empty structures
Andrew Dunstan
2015-05-13
Remove useless assertion.
Robert Haas
2015-05-12
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-11
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
Improve ParseConfigFp comment wrt head/tail
Stephen Frost
[next]