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