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
Age
Commit message (
Expand
)
Author
2015-06-12
Fix "path" infrastructure bug affecting jsonb_set()
Andrew Dunstan
2015-06-12
Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().
Tom Lane
2015-06-12
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-12
Make postmaster restart archiver soon after it dies, even during recovery.
Fujii Masao
2015-06-12
Fixed some memory leaks in ECPG.
Michael Meskes
2015-06-12
Fix intoasc() in Informix compat lib. This function used to be a noop.
Michael Meskes
2015-06-12
Fix alphabetization in catalogs.sgml.
Fujii Masao
2015-06-12
Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.
Fujii Masao
2015-06-11
Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan
2015-06-11
Fix some issues in pg_rewind.
Fujii Masao
2015-06-10
Fix typo
Peter Eisentraut
2015-06-10
Fix typo in comment.
Kevin Grittner
2015-06-10
Fix typo in comment.
Fujii Masao
2015-06-09
Report more information if pg_perm_setlocale() fails at startup.
Tom Lane
2015-06-08
Fix typos
Alvaro Herrera
2015-06-09
Refactor WAL segment copying code.
Fujii Masao
2015-06-08
Allow HotStandbyActiveInReplay() to be called in single user mode.
Andres Freund
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
Get rid of a //-style comment.
Tom Lane
2015-06-05
Fix incorrect order of database-locking operations in InitPostgres().
Tom Lane
2015-06-05
Cope with possible failure of the oldest MultiXact to exist.
Robert Haas
2015-06-04
Second try at stabilizing query plans in rowsecurity regression test.
Tom Lane
2015-06-04
Fix brin regression test so it actually tests cidr.
Tom Lane
2015-06-04
Tighten the per-operator testing done in brin regression test.
Tom Lane
2015-06-04
Fix brin "char" test to actually test what it meant to test.
Tom Lane
2015-06-04
Stabilize results of brin regression test.
Tom Lane
2015-06-04
Stabilize query plans in rowsecurity regression test.
Tom Lane
2015-06-04
Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.
Fujii Masao
2015-06-03
Fix some questionable edge-case behaviors in add_path() and friends.
Tom Lane
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-06-01
pgindent: add typedef blog URL
Bruce Momjian
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
pg_upgrade: add missing period in C comment
Bruce Momjian
2015-05-29
initdb -S should now have an explicit check that $PGDATA is valid.
Tom Lane
2015-05-29
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-29
Check that all aliases of a built-in function have same leakproof property.
Tom Lane
2015-05-29
Adjust initdb to also not consider fsync'ing failures fatal.
Tom Lane
2015-05-29
Revert exporting of internal GUC variable "data_directory".
Tom Lane
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-28
Fix pg_rewind's handling of top-level symlinks.
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-27
Fix portability issue in isolationtester grammar.
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
Suppress occasional failures in brin regression test.
Tom Lane
2015-05-26
Simplify addJsonbToParseState()
Andrew Dunstan
[next]