index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-12
*
Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan
2015-06-11
*
Desupport jsonb subscript deletion on objects
Andrew Dunstan
2015-06-07
*
Get rid of a //-style comment.
Tom Lane
2015-06-05
*
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
*
Fix some questionable edge-case behaviors in add_path() and friends.
Tom Lane
2015-06-03
*
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-31
*
Check that all aliases of a built-in function have same leakproof property.
Tom Lane
2015-05-29
*
Fix portability issue in isolationtester grammar.
Tom Lane
2015-05-27
*
Suppress occasional failures in brin regression test.
Tom Lane
2015-05-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix yet another bug in ON CONFLICT rule deparsing.
Andres Freund
2015-05-23
*
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
*
Various fixes around ON CONFLICT for rule deparsing.
Andres Freund
2015-05-19
*
Avoid collation dependence in indexes of system catalogs.
Tom Lane
2015-05-19
*
Attach ON CONFLICT SET ... WHERE to the correct planstate.
Andres Freund
2015-05-19
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Fix whitespace
Peter Eisentraut
2015-05-16
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
*
Improve test for CONVERT() with GB18030 <-> UTF8.
Tom Lane
2015-05-15
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Silence another create_index regression test failure.
Heikki Linnakangas
2015-05-15
*
Fix outdated src/test/mb/ tests, and add a GB18030 test.
Tom Lane
2015-05-15
*
Silence create_index regression test failure.
Heikki Linnakangas
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
*
Fix jsonb replace and delete on scalars and empty structures
Andrew Dunstan
2015-05-13
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
*
Fix some errors from jsonb functions patch.
Andrew Dunstan
2015-05-12
*
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-12
*
"Fix" test_ddl_deparse regress test schedule
Alvaro Herrera
2015-05-12
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-05-11
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
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-08
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
*
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-05-05
*
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-03
*
Deparse named arguments to use the new => operator instead of :=
Robert Haas
2015-05-01
*
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
[next]